force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
51
ControlPanel/modules/config_games/server_configs/arma2oa_win32.xml
Executable file
51
ControlPanel/modules/config_games/server_configs/arma2oa_win32.xml
Executable file
|
|
@ -0,0 +1,51 @@
|
|||
<game_config>
|
||||
<game_key>arma2oa_win32</game_key>
|
||||
<installer>steamcmd</installer>
|
||||
<game_name>Arma2 Operation Arrowhead</game_name>
|
||||
<server_exec_name>arma2oaserver.exe</server_exec_name>
|
||||
<cli_template>%IP% %PORT%</cli_template>
|
||||
<cli_params>
|
||||
<cli_param id="PORT" cli_string="-port=" />
|
||||
<cli_param id="IP" cli_string="-ip=" />
|
||||
</cli_params>
|
||||
<reserve_ports>
|
||||
<port type="add" id="QUERY_PORT">1</port>
|
||||
</reserve_ports>
|
||||
<cli_allow_chars>;</cli_allow_chars>
|
||||
<console_log>cfg/arma2oaserver.RPT</console_log>
|
||||
<max_user_amount>64</max_user_amount>
|
||||
<control_protocol>armabe</control_protocol>
|
||||
<mods>
|
||||
<mod key='arma2oa'>
|
||||
<name>none</name>
|
||||
<installer_name>33930</installer_name>
|
||||
</mod>
|
||||
</mods>
|
||||
<pre_install>
|
||||
wget http://files.iaregamer.com/installers/arma2oa_win32/arma2oa_win32.tar
|
||||
tar -xvf arma2oa_win32.tar
|
||||
rm arma2oa_win32.tar
|
||||
</pre_install>
|
||||
<post_install>
|
||||
wget http://files.iaregamer.com/installers/arma2oa_win32/PostInstall.tar
|
||||
tar -xvf PostInstall.tar
|
||||
chmod +x setup_db.sh
|
||||
./setup_db.sh
|
||||
rm setup_db.sh
|
||||
rm PostInstall.tar
|
||||
</post_install>
|
||||
<pre_start>
|
||||
rm cfg/*.RPT
|
||||
rm cfg/*.log
|
||||
</pre_start>
|
||||
<lock_files>
|
||||
arma2oaserver.exe
|
||||
</lock_files>
|
||||
<configuration_files>
|
||||
<file description="Configuration File">cfg/server.cfg</file>
|
||||
<file description="Configuration File">cfg/basic.cfg</file>
|
||||
<file description="Configuration File">profiles/arma2oarofile</file>
|
||||
<file description="Configuration File">cfg/BEServer.cfg</file>
|
||||
</configuration_files>
|
||||
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue