Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,48 +0,0 @@
|
|||
<game_config>
|
||||
<game_key>ricochet_linux32</game_key>
|
||||
<installer>steamcmd</installer>
|
||||
<game_name>Ricochet</game_name>
|
||||
<server_exec_name>hlds_run</server_exec_name>
|
||||
<cli_template>%GAME_TYPE% %HOSTNAME% %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_param id="HOSTNAME" cli_string="+hostname" options="sq" />
|
||||
</cli_params>
|
||||
<maps_location>mod/maps/</maps_location>
|
||||
<map_list>mod/mapcycle.txt</map_list>
|
||||
<max_user_amount>32</max_user_amount>
|
||||
<control_protocol>rcon</control_protocol>
|
||||
<mods>
|
||||
<mod key="ricochet">
|
||||
<name>none</name>
|
||||
<installer_name>90</installer_name>
|
||||
<installer_login>anonymous</installer_login>
|
||||
</mod>
|
||||
</mods>
|
||||
<server_params>
|
||||
<param key="-autoupdate -steam_dir {OGP_STEAM_CMD_DIR} -steamcmd_script {STEAMCMD_INSTALL_FILE}" type="checkbox_key_value">
|
||||
<caption>Auto-Update</caption>
|
||||
<desc>The server will automatically download official updates as they are released.</desc>
|
||||
</param>
|
||||
<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="-norestart" type="checkbox_key_value">
|
||||
<caption>No Restart</caption>
|
||||
<desc>Won't attempt to restart failed servers.</desc>
|
||||
</param>
|
||||
<param key="-nomaster" type="checkbox_key_value">
|
||||
<caption>Disable master server communication</caption>
|
||||
</param>
|
||||
</server_params>
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue