Link for the Windows build:
http://modulaatio.com/runningwithrifles ... r_0.94.zipLink for the Linux build, with bundled dependencies:
http://modulaatio.com/runningwithrifles ... 386.tar.gzNote that updated script files are included in the actual game build, at media/packages/vanilla/scripts.
Also, game build now ships with PHP interpreter under tools/php, feel free to use that or the PHP you have in your system. This means that it would be now possible to start a server script by commanding e.g. tools/php/php media/packages/vanilla/scripts/gamemode_classic.php debug_output. Debug_output would make the script print stuff in console.
Remember to overwrite / adjust these files if you plan to use the gamemode scripts:
* media/packages/vanilla/scripts/admin_settings.php
* media/packages/vanilla/scripts/server_settings_classic.php or server_settings_invasion.php
* optionally, media/packages/vanilla/scripts/comms_settings.php if you're e.g. running multiple RWR servers in the same system
Launch the server and launch the optional script in another process to get things going. You can also
be the script yourself by commanding things in the server console. "help" command will get you started.
See
0.87.1 post for the old scripts and some more random babbling about the new scripts.
Since 0.78.1:
Quote:
The way I'm currently doing it is using
screen and having rwr_server running in one window and the script in another. Once you have them both running, and if you suspect nothing is happening, you can write "declare_winner 0" in rwr_server console, which will forcibly end the match, sending a report to the metagame, the script receiving it and responding with a few radio messages and countdown to change the map. If that's not happening, then something's wrong: check that the pipes get created, also rwr_server.log tells which pipes the server is using.
I'll try to come up with some stuff that should make it all a tad more convenient to work with, but at this point, it's all very experimental. Suggestions are welcome!
Template for location info:
http://modulaatio.com/runningwithrifles/geoinfo.xmlTemplate for custom metagame interface settings for Linux:
http://modulaatio.com/runningwithrifles/metagame.xmlTemplate for server console command aliases:
http://modulaatio.com/runningwithrifles/commands.xmlDon't forget to copy the media folder from the actual game RWR beta 0.94 to the server folder!If you're just setting up your server, check out this
guide about the available match and server settings gathered up by {SAS}DocStone!