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
58
ControlPanel/modules/config_games/server_configs/arma-reforger_win64.xml
Executable file
58
ControlPanel/modules/config_games/server_configs/arma-reforger_win64.xml
Executable file
|
|
@ -0,0 +1,58 @@
|
|||
<game_config>
|
||||
<game_key>arma-reforger_linux64</game_key>
|
||||
<installer>steamcmd</installer>
|
||||
<game_name>Arma Reforger</game_name>
|
||||
<server_exec_name>ArmaReforgerServer.exe</server_exec_name>
|
||||
<cli_template>%IP% %PORT% %PLAYERS%</cli_template>
|
||||
<cli_params>
|
||||
<cli_param cli_string="-ip=" id="IP"/>
|
||||
<cli_param cli_string="-port=" id="PORT"/>
|
||||
<cli_param cli_string="-maxplayers=" id="PLAYERS"/>
|
||||
</cli_params>
|
||||
<cli_allow_chars>@</cli_allow_chars> <!-- escaped by default: \ " ' | & ; > < ` $ ( ) [ ] -->
|
||||
<max_user_amount>32</max_user_amount>
|
||||
<control_protocol>rcon</control_protocol>
|
||||
<mods>
|
||||
<mod key='ArmaReforger'>
|
||||
<name>none</name>
|
||||
<installer_name>1874900</installer_name>
|
||||
</mod>
|
||||
</mods>
|
||||
<server_params>
|
||||
<param id="CONFIG" key="-config=" type="text">
|
||||
<default>./configs/config.json</default>
|
||||
<option>ns</option>
|
||||
<caption>Config file to load</caption>
|
||||
<desc>
|
||||
Selects the Server Config File. Config file for server
|
||||
specific settings like admin password and mission selection
|
||||
</desc>
|
||||
</param>
|
||||
<param id="PROFILE" key="-profile=" type="text">
|
||||
<default>./configs/ArmaReforgerServer</default>
|
||||
<option>ns</option>
|
||||
<caption>Arma Basic settings file to load</caption>
|
||||
<desc>
|
||||
Selects the Server Basic Config file. Config file for server
|
||||
specific settings like network performance tuning
|
||||
</desc>
|
||||
</param>
|
||||
<param id="FPS" key="-maxFPS=" type="text">
|
||||
<default>60</default>
|
||||
<option>ns</option>
|
||||
</param>
|
||||
</server_params>
|
||||
<post_install>
|
||||
# wget http://files.iaregamer.com/installers/armareforger/armareforger.tar
|
||||
# tar -xvf arma3linux.tar
|
||||
# chmod +x setup_db.sh
|
||||
# ./setup_db.sh
|
||||
# rm setup_db.sh
|
||||
# rm arma3.tar
|
||||
</post_install>
|
||||
<pre_start>
|
||||
</pre_start>
|
||||
<lock_files>
|
||||
ArmaReforgerServer.exe
|
||||
</lock_files>
|
||||
</game_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue