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

47 lines
1.1 KiB
XML

<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>