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,53 +0,0 @@
|
|||
<game_config>
|
||||
<game_key>miscreated_win64</game_key>
|
||||
<installer>steamcmd</installer>
|
||||
<game_name>Miscreated</game_name>
|
||||
<server_exec_name>MiscreatedServer.exe</server_exec_name>
|
||||
<cli_template>%IP% %PORT% %HOSTNAME% %PLAYERS% +map islands %GAMESERVERID% %WHITELIST% %HTTPSERVER%</cli_template>
|
||||
<cli_params>
|
||||
<cli_param cli_string="-sv_port" id="PORT" options="s"/>
|
||||
<cli_param cli_string="+sv_maxplayers" id="PLAYERS" options="s"/>
|
||||
<cli_param cli_string="-sv_bind" id="IP" options="s"/>
|
||||
<cli_param id="HOSTNAME" cli_string="+sv_servername" options="sq" />
|
||||
</cli_params>
|
||||
<console_log>server.log</console_log>
|
||||
<exe_location>Bin64_dedicated</exe_location>
|
||||
<max_user_amount>200</max_user_amount>
|
||||
<mods>
|
||||
<mod key='MiscreatedDedicatedServer'>
|
||||
<name>none</name>
|
||||
<installer_name>302200</installer_name>
|
||||
<installer_login>anonymous</installer_login>
|
||||
</mod>
|
||||
</mods>
|
||||
<replace_texts>
|
||||
<text key="home_name">
|
||||
<default>(sv_servername\s*=\s*")(.*)(")</default>
|
||||
<var>sv_servername="%key%"</var>
|
||||
<filepath>hosting.cfg</filepath>
|
||||
<options>key-regex</options>
|
||||
</text>
|
||||
<text key="control_password">
|
||||
<default>(http_password\s*=\s*")(.*)(")</default>
|
||||
<var>http_password="%key%"</var>
|
||||
<filepath>hosting.cfg</filepath>
|
||||
<options>key-regex</options>
|
||||
</text>
|
||||
</replace_texts>
|
||||
<server_params>
|
||||
<param key="+http_startserver" type="checkbox_key_value" id="HTTPSERVER">
|
||||
<desc>Enable RCON.</desc>
|
||||
</param>
|
||||
<param key="-mis_whitelist" type="checkbox_key_value" id="WHITELIST">
|
||||
<desc>Whitelisted Only Mode.</desc>
|
||||
</param>
|
||||
<param id="GAMESERVERID" key="-mis_gameserverid" type="text">
|
||||
<default>100</default>
|
||||
<caption>Game Server ID</caption>
|
||||
<desc>Game Server ID</desc>
|
||||
</param>
|
||||
</server_params>
|
||||
<configuration_files>
|
||||
<file description="Server Configuration">hosting.cfg</file>
|
||||
</configuration_files>
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue