Server Update 04rel004
If your script relies on server-side features that have been removed, we recommend porting your GUI scripts to use client-side features and upgrading to this server version afterward.
Server downloads:
Windows Server (x86)
Windows Server (x64)
Linux Server (x86)
Linux Server (x64)
You can access the new plugin header at:
https://bitbucket.org/maxorator/vcmp-plugin-header/src
About client side scripts
Client scripts go to store/script with main.nut being the first script file loaded. The documentation is available below.
Updated plugins
Currently all plugins are in one archive:
http://v04.maxorator.com/allplugins_04rel004_patch7.7z
It contains the Windows and Linux, 32 and 64 bit versions of the following plugins:
Any plugins that have not been updated for this version WILL NOT WORK.
- Added client-side GUIs and scripting. The client now has a Squirrel core for running GUI management scripts, and has a few basic client-side events, detailed below.
- Extensively revised the plugin API to give more informative return values for plugin calls and to reduce repetition.
- Added functions and callbacks for communicating between the server and client via plugin calls.
- Removed server-side sprites. Use client-side sprites instead.
- Removed server-side textdraws. Use client-side GUI labels instead.
- Checkpoints and spheres were merged, a parameter for CreateCheckPoint can now be used to decide between a sphere and a checkpoint.
If your script relies on server-side features that have been removed, we recommend porting your GUI scripts to use client-side features and upgrading to this server version afterward.
Server downloads:
Windows Server (x86)
Windows Server (x64)
Linux Server (x86)
Linux Server (x64)
You can access the new plugin header at:
https://bitbucket.org/maxorator/vcmp-plugin-header/src
About client side scripts
Client scripts go to store/script with main.nut being the first script file loaded. The documentation is available below.
Updated plugins
Currently all plugins are in one archive:
http://v04.maxorator.com/allplugins_04rel004_patch7.7z
It contains the Windows and Linux, 32 and 64 bit versions of the following plugins:
- Announce
- Java
- Squirrel
- SQLite for squirrel
- MySQL for squirrel
- Hashing for squirrel
- Sockets for squirrel
- XML configuration loader
Any plugins that have not been updated for this version WILL NOT WORK.