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,37 +0,0 @@
|
|||
<game_config>
|
||||
<game_key>spunkybot_linux64</game_key>
|
||||
<installer>steamcmd</installer>
|
||||
<game_name>SpunkyBot</game_name>
|
||||
<server_exec_name>spunky.py</server_exec_name>
|
||||
<console_log>devel.log</console_log>
|
||||
|
||||
<mods>
|
||||
<mod key='spunkybot'>
|
||||
<name>none</name>
|
||||
<installer_name>spunkybot</installer_name>
|
||||
</mod>
|
||||
</mods>
|
||||
|
||||
<replace_texts>
|
||||
<text key="control_password">
|
||||
<default>rcon_password =.*</default>
|
||||
<var>rcon_password = %key% ;</var>
|
||||
<filepath>conf/settings.conf</filepath>
|
||||
<options>key-regex</options>
|
||||
</text>
|
||||
</replace_texts>
|
||||
|
||||
<post_install>
|
||||
wget http://files.iaregamer.com/installers/spunkybot_linux64/spunkybot.tar.gz
|
||||
tar -zxvf spunkybot.tar.gz
|
||||
rm spunkybot.tar.gz
|
||||
</post_install>
|
||||
|
||||
<pre_start>
|
||||
</pre_start>
|
||||
|
||||
<configuration_files>
|
||||
<file description="Rules">conf/rules.conf</file>
|
||||
<file description="Settings">conf/settings.conf</file>
|
||||
</configuration_files>
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue