No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
48
ControlPanel/modules/config_games/server_configs/esmod.xml
Normal file
48
ControlPanel/modules/config_games/server_configs/esmod.xml
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
<game_config>
|
||||
<game_key>esmod_linux32</game_key>
|
||||
<installer>steamcmd</installer>
|
||||
<game_name>Eternal-Silence</game_name>
|
||||
<server_exec_name>srcds_run</server_exec_name>
|
||||
<cli_template>%GAME_TYPE% %PID_FILE% %MAP% %IP% %PORT% %PLAYERS%</cli_template>
|
||||
<cli_params>
|
||||
<cli_param id="PID_FILE" cli_string="-pidfile" options="s" />
|
||||
<cli_param id="MAP" cli_string="+map" 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="-maxplayers" options="s" />
|
||||
<cli_param id="GAME_TYPE" cli_string="-game" options="s" />
|
||||
</cli_params>
|
||||
<maps_location>esmod/esmod/maps</maps_location>
|
||||
<map_list>esmod/esmod/mapcycle.txt</map_list>
|
||||
<exe_location>esmod</exe_location>
|
||||
<max_user_amount>32</max_user_amount>
|
||||
<control_protocol>rcon2</control_protocol>
|
||||
<mods>
|
||||
<mod key="esmod">
|
||||
<name>none</name>
|
||||
<installer_name>17555</installer_name>
|
||||
<installer_login>anonymous</installer_login>
|
||||
</mod>
|
||||
</mods>
|
||||
<server_params>
|
||||
<param key="-insecure" type="checkbox_key_value">
|
||||
<caption>Disable Valve Anti-Cheat</caption>
|
||||
<desc>Will start the server without Valve Anti-Cheat technology.</desc>
|
||||
</param>
|
||||
<param key="-nohltv" type="checkbox_key_value">
|
||||
<caption>Half-life TV</caption>
|
||||
<desc>Will start the server without Half-life TV.</desc>
|
||||
</param>
|
||||
<param key="-restart" type="checkbox_key_value">
|
||||
<caption>Restart</caption>
|
||||
<desc>The server restarts when it crashes.</desc>
|
||||
</param>
|
||||
<param key="-nomaster" type="checkbox_key_value">
|
||||
<caption>Disable master server communication</caption>
|
||||
</param>
|
||||
<param key="-autoupdate" type="checkbox_key_value">
|
||||
<caption>Auto-update</caption>
|
||||
<desc>The server is searching for updates on startup.</desc>
|
||||
</param>
|
||||
</server_params>
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue