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>arma3_win32</game_key>
|
||||
<installer>steamcmd</installer>
|
||||
<game_name>Arma 3</game_name>
|
||||
<server_exec_name>arma3server.exe</server_exec_name>
|
||||
<cli_template>-config=server.cfg -cfg=basic.cfg -profiles=profile %MEMORY% %PORT% %PLAYERS%</cli_template>
|
||||
<cli_params>
|
||||
<cli_param cli_string="-port=" id="PORT"/>
|
||||
<cli_param cli_string="-maxplayers=" id="PLAYERS"/>
|
||||
</cli_params>
|
||||
<cli_allow_chars>;</cli_allow_chars> <!-- escaped by default: \ " ' | & ; > < ` $ ( ) [ ] -->
|
||||
<console_log>profile/server_console.log</console_log>
|
||||
<max_user_amount>64</max_user_amount>
|
||||
<mods>
|
||||
<mod key='Arma3'>
|
||||
<name>none</name>
|
||||
<installer_name>233780</installer_name>
|
||||
</mod>
|
||||
</mods>
|
||||
<replace_texts>
|
||||
<text key="home_name">
|
||||
<default>(hostname\s*=\s*")(.*)(";)</default>
|
||||
<var>hostname = "%key%";</var>
|
||||
<filepath>server.cfg</filepath>
|
||||
<options>key-regex</options>
|
||||
</text>
|
||||
<text key="max_players">
|
||||
<default>(maxPlayers\s*=\s*)(.*)(;)</default>
|
||||
<var>maxPlayers = %key%;</var>
|
||||
<filepath>server.cfg</filepath>
|
||||
<options>key-regex</options>
|
||||
</text>
|
||||
<text key="control_password">
|
||||
<default>(passwordAdmin\s*=\s*")(.*)(";)</default>
|
||||
<var>passwordAdmin = "%key%";</var>
|
||||
<filepath>server.cfg</filepath>
|
||||
<options>key-regex</options>
|
||||
</text>
|
||||
</replace_texts>
|
||||
<server_params>
|
||||
<param id="MEMORY" key="-maxMem=" type="text">
|
||||
<option>ns</option>
|
||||
<default>1024</default>
|
||||
<caption>Max RAM allocated</caption>
|
||||
<desc>Maximum usable memory in MB, for example: 1024</desc>
|
||||
</param>
|
||||
</server_params>
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue