force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
36
ControlPanel/modules/config_games/server_configs/ootow.xml
Executable file
36
ControlPanel/modules/config_games/server_configs/ootow.xml
Executable file
|
|
@ -0,0 +1,36 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue