Panel/modules/config_games/server_configs/backup/spunkybot_linux64.xml
2025-09-11 13:29:15 -04:00

45 lines
1.2 KiB
XML

<game_config>
<game_key>spunkybot_linux64</game_key>
<installer>steamcmd</installer>
<game_name>SpunkyBot</game_name>
<server_exec_name>startspunky.sh</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>
<server_params>
<param key="Game_Rcon" >
<caption>RCON Password</caption>
<desc>Press the EDIT button and enter the GAMES rcon password there.</desc>
</param>
</server_params>
<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>
log=$(awk '/^log_file/ {print $3}' "conf/settings.conf")
sudo chmod 774 $log
</pre_start>
<configuration_files>
<file description="Rules">conf/rules.conf</file>
<file description="Settings">conf/settings.conf</file>
</configuration_files>
</game_config>