No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
|
|
@ -0,0 +1,47 @@
|
|||
<game_config>
|
||||
<game_key>arma2co_win32</game_key>
|
||||
<installer>steamcmd</installer>
|
||||
<game_name>Arma2 CO</game_name>
|
||||
<server_exec_name>arma2oaserver.exe</server_exec_name>
|
||||
<cli_template>%MODLIST% -profiles=cfg -name=player %CFG% %CONFIG% %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>
|
||||
<name>none</name>
|
||||
<installer_name>33930</installer_name>
|
||||
</mod>
|
||||
</mods>
|
||||
|
||||
<server_params>
|
||||
|
||||
<param id="MODLIST" key="-mod=" type="text">
|
||||
<option>ns</option>
|
||||
<caption>Installed and Enabled Mods</caption>
|
||||
<desc>place semicolon after each mod, ex:@cba_ca;@lingor</desc>
|
||||
</param>
|
||||
</server_params>
|
||||
|
||||
<post_install>
|
||||
cp -R /cygdrive/c/postinstall/arma2co/* .
|
||||
</post_install>
|
||||
<pre_start>
|
||||
testfile=testfile.txt
|
||||
echo prestart>>$testfile
|
||||
cd cfg
|
||||
rm *.RPT
|
||||
rm *.log
|
||||
</pre_start>
|
||||
|
||||
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue