Panel/modules/config_games/server_configs/ootow.xml
2025-09-11 13:29:15 -04:00

36 lines
1.4 KiB
XML

<game_config>
<game_key>ootow_win64</game_key>
<installer>steamcmd</installer>
<game_name>Outlaws of the Old West</game_name>
<server_exec_name>OutlawsServer.exe</server_exec_name>
<cli_template>/Game/Maps/MainMap/MainMap -log %IP% %PORT% %QUERY_PORT% %HOSTNAME% %PLAYERS% %CONTROL_PASSWORD% %TYPE%</cli_template>
<cli_params>
<cli_param id="IP" cli_string="-Multihome=" />
<cli_param id="PORT" cli_string="-port=" />
<cli_param id="PLAYERS" cli_string="-PlayerCount=" />
<cli_param id="CONTROL_PASSWORD" cli_string="-AdminPassword=" options="q" />
<cli_param id="HOSTNAME" cli_string="-servername=" options="q" />
</cli_params>
<reserve_ports>
<port type="subtract" id="QUERY_PORT" cli_string="-queryport=">359</port>
</reserve_ports>
<console_log>Outlaws/Saved/Logs/Outlaws.log</console_log>
<max_user_amount>150</max_user_amount>
<mods>
<mod key="default">
<name>None</name>
<installer_name>915070</installer_name>
<installer_login>anonymous</installer_login>
</mod>
</mods>
<server_params>
<param key="-Type=" type="select" id="TYPE">
<option value="PVP">PvP</option>
<option value="ORR">ORR</option>
<option value="PVE">PvE</option>
<option value="RP">RP</option>
<options>ns</options>
<desc>The type of game.</desc>
</param>
</server_params>
</game_config>