37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
<game_config>
|
|
<game_key>rorserver_win32</game_key>
|
|
<game_name>Rigs of Rods</game_name>
|
|
<server_exec_name>rorserver.exe</server_exec_name>
|
|
<cli_template>-config server.cfg %MAP% %PORT% %PLAYERS% %HOSTNAME%</cli_template>
|
|
<cli_params>
|
|
<cli_param id="MAP" cli_string="-terrain" options="s" />
|
|
<cli_param id="IP" cli_string="-ip" options="s" />
|
|
<cli_param id="PORT" cli_string="-port" options="s" />
|
|
<cli_param id="PLAYERS" cli_string="-maxclients" options="s" />
|
|
<cli_param id="HOSTNAME" cli_string="-name" options="s" />
|
|
</cli_params>
|
|
<!-- List of terrains which should be available on your server. One terrain per line. -->
|
|
<map_list>terrainlist.txt</map_list>
|
|
<!-- Change the max_user_amount to your needs. -->
|
|
<max_user_amount>10</max_user_amount>
|
|
<mods>
|
|
<mod key="ror">
|
|
<name>None</name>
|
|
</mod>
|
|
</mods>
|
|
<server_params>
|
|
<param key="-password" type="text">
|
|
<caption>Password</caption>
|
|
<desc>Leave empty for no password</desc>
|
|
</param>
|
|
<param key="-vehiclelimit" type="select">
|
|
<!-- You can simply add more options if you need. -->
|
|
<option value="1">1</option>
|
|
<option value="2">2</option>
|
|
<option value="3">3</option>
|
|
<default>3</default>
|
|
<caption>Vehiclelimit</caption>
|
|
<desc>Maximum number of vehicles per player</desc>
|
|
</param>
|
|
</server_params>
|
|
</game_config>
|