From the panel site
This commit is contained in:
parent
d684ca74fb
commit
2fc04bcfac
1194 changed files with 154606 additions and 13040 deletions
76
modules/config_games/server_configs/arma2oa_win32.xml.bak
Normal file
76
modules/config_games/server_configs/arma2oa_win32.xml.bak
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
<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>%MODLIST% -cfg=profile\basic.cfg -config=profile\server.cfg -name=player -profiles=profile %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>profile/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>
|
||||
<replace_texts>
|
||||
<text key="max_players">
|
||||
<default>(maxPlayers\s*=\s*)(.*)(;)</default>
|
||||
<var>maxPlayers = "%key%";</var>
|
||||
<filepath>cfg/server.cfg</filepath>
|
||||
<options>key-regex</options>
|
||||
</text>
|
||||
</replace_texts>
|
||||
<server_params>
|
||||
<param id="MODLIST" key="-mod=" type="text">
|
||||
<default></default>
|
||||
<option>ns</option>
|
||||
<caption>Mods ex: @A-Map;@AI;@Moreguns;@TurboCars</caption>
|
||||
<desc>Semicolon after each mod and you MUST copy the KEY into your keys folder.
|
||||
Make sure if you install a MOD, you list the name here or else it wont get loaded.
|
||||
</desc>
|
||||
</param>
|
||||
</server_params>
|
||||
<post_install>
|
||||
wget http://files.iaregamer.com/installers/arma2oa_win/arma2oa.tar
|
||||
tar -xvf arma2oa.tar
|
||||
chmod +x setup_db.sh
|
||||
./setup_db.sh
|
||||
rm setup_db.sh
|
||||
rm arma2oa.tar
|
||||
|
||||
#wget -r -np -nH --cut-dirs=1 -R "index.html*" http://files.iaregamer.com/installers/bec_win64/
|
||||
#wget http://files.com/files/installers/arma2oa/mpmissions/thenewworldorder_wasteland.chernarus.zip
|
||||
#mv thenewworldorder_wasteland.chernarus.zip mpmissions/
|
||||
#cd mpmission
|
||||
#unzip thenewworldorder_wasteland.chernarus.zip
|
||||
#rm thenewworldorder_wasteland.chernarus.zip
|
||||
</post_install>
|
||||
<pre_start>
|
||||
#rm cfg/battleye/beserver_active*
|
||||
#rm cfg/*.RPT
|
||||
#rm cfg/*.log
|
||||
</pre_start>
|
||||
<lock_files>
|
||||
arma2oaserver.exe
|
||||
</lock_files>
|
||||
<configuration_files>
|
||||
<file description="Server settings">profile\server.cfg</file>
|
||||
<file description="Basic Network settings">profile\basic.cfg</file>
|
||||
<file description="BattlEye RconPassword">profile\battleye\beserver.cfg</file>
|
||||
<file description="Difficulty Settings">profile\users\player\player.arma2oaprofile</file>
|
||||
|
||||
<file description="BEC Scheduler">bec\config\scheduler.xml</file>
|
||||
<file description="BEC Admins">bec\config\admins.xml</file>
|
||||
<file description="BEC Whitelist">bec\config\whitelist.xml</file>
|
||||
<file description="BEC Message List">bec\config\fortune.txt</file>
|
||||
</configuration_files>
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue