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,82 +0,0 @@
|
|||
<game_config>
|
||||
<game_key>squad_linux64</game_key>
|
||||
<installer>steamcmd</installer>
|
||||
<game_name>Squad</game_name>
|
||||
<server_exec_name>SquadGameServer.sh</server_exec_name>
|
||||
<cli_template>%IP% %PORT% %QUERY_PORT% %PLAYERS% %TICKRATE% %MAP% -log</cli_template>
|
||||
<cli_params>
|
||||
<cli_param id="IP" cli_string="MultiHome=" />
|
||||
<cli_param id="PORT" cli_string="Port=" />
|
||||
<cli_param id="PLAYERS" cli_string="FIXEDMAXPLAYERS=" />
|
||||
</cli_params>
|
||||
<reserve_ports>
|
||||
<port type="add" id="QUERY_PORT" cli_string="QueryPort=">1</port>
|
||||
<port type="add" id="RCON_PORT" cli_string="RconPort=">2</port>
|
||||
</reserve_ports>
|
||||
<console_log>SquadGame/Saved/Logs/Squad.log</console_log>
|
||||
<max_user_amount>80</max_user_amount>
|
||||
<mods>
|
||||
<mod key="default">
|
||||
<name>None</name>
|
||||
<installer_name>403240</installer_name>
|
||||
<installer_login>anonymous</installer_login>
|
||||
</mod>
|
||||
</mods>
|
||||
<replace_texts>
|
||||
<text key="home_name">
|
||||
<default>ServerName=.*</default>
|
||||
<var>ServerName=</var>
|
||||
<filepath>SquadGame/ServerConfig/Server.cfg</filepath>
|
||||
</text>
|
||||
<text key="max_players">
|
||||
<default>MaxPlayers=.*</default>
|
||||
<var>MaxPlayers=</var>
|
||||
<filepath>SquadGame/ServerConfig/Server.cfg</filepath>
|
||||
</text>
|
||||
<text key="ip">
|
||||
<default>Ip=.*</default>
|
||||
<var>Ip=</var>
|
||||
<filepath>SquadGame/ServerConfig/Rcon.cfg</filepath>
|
||||
</text>
|
||||
<text key="control_password">
|
||||
<default>Password=.*</default>
|
||||
<var>Password=</var>
|
||||
<filepath>SquadGame/ServerConfig/Rcon.cfg</filepath>
|
||||
</text>
|
||||
</replace_texts>
|
||||
<server_params>
|
||||
<param key="FIXEDMAXTICKRATE=" type="text" id="TICKRATE">
|
||||
<default>50</default>
|
||||
<options>ns</options>
|
||||
<access>admin</access>
|
||||
<desc>MAX server tickrate.</desc>
|
||||
</param>
|
||||
<param key="RANDOM=" type="select" id="MAP">
|
||||
<option value="ALWAYS">Always</option>
|
||||
<option value="FIRST">First</option>
|
||||
<option value="NONE">None</option>
|
||||
<options>ns</options>
|
||||
<desc>Randomize map rotation.</desc>
|
||||
</param>
|
||||
</server_params>
|
||||
<custom_fields>
|
||||
<field key="RCON_PORT" type="text">
|
||||
<default>Port=.*</default>
|
||||
<default_value></default_value>
|
||||
<var>Port=</var>
|
||||
<filepath>SquadGame/ServerConfig/Rcon.cfg</filepath>
|
||||
<access>admin</access>
|
||||
<desc>Sets the port to RCON.</desc>
|
||||
</field>
|
||||
</custom_fields>
|
||||
<post_install>
|
||||
sed -i '4s/IP/Ip/g' SquadGame/ServerConfig/Rcon.cfg
|
||||
</post_install>
|
||||
<configuration_files>
|
||||
<file description="Server Configurations">SquadGame/ServerConfig/Server.cfg</file>
|
||||
<file description="RCON Configurations">SquadGame/ServerConfig/Rcon.cfg</file>
|
||||
<file description="Admin Configurations">SquadGame/ServerConfig/Admins.cfg</file>
|
||||
<file description="Map Rotation Configurations">SquadGame/ServerConfig/MapRotation.cfg</file>
|
||||
<file description="Server Messages Configurations">SquadGame/ServerConfig/ServerMessages.cfg</file>
|
||||
</configuration_files>
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue