|
|
@@ -5,17 +5,15 @@
|
|
|
<installer>steamcmd</installer>
|
|
|
<game_name>Conan Exiles</game_name>
|
|
|
<server_exec_name>ConanSandboxServer.exe</server_exec_name>
|
|
|
- <cli_template>%MAP%%IP%%PORT%%QUERY_PORT%%PLAYERS% -log</cli_template>
|
|
|
+ <cli_template>%IP% %PORT% %QUERY_PORT% %PLAYERS% -log</cli_template>
|
|
|
<cli_params>
|
|
|
- <cli_param id="MAP" cli_string="" />
|
|
|
- <cli_param id="IP" cli_string="?Multihome=" />
|
|
|
- <cli_param id="PORT" cli_string="?Port=" />
|
|
|
- <cli_param id="PLAYERS" cli_string="?MaxPlayers=" />
|
|
|
+ <cli_param id="IP" cli_string="-MULTIHOME=" />
|
|
|
+ <cli_param id="PORT" cli_string="-Port=" />
|
|
|
+ <cli_param id="PLAYERS" cli_string="-MaxPlayers=" />
|
|
|
</cli_params>
|
|
|
<reserve_ports>
|
|
|
- <port type="add" id="QUERY_PORT" cli_string="?QueryPort=">2</port>
|
|
|
+ <port type="add" id="QUERY_PORT" cli_string="-QueryPort=">19238</port>
|
|
|
</reserve_ports>
|
|
|
- <map_list>maplist.txt</map_list>
|
|
|
<console_log>ConanSandbox/Saved/Logs/ConanSandbox.log</console_log>
|
|
|
<max_user_amount>70</max_user_amount>
|
|
|
<mods>
|
|
|
@@ -66,16 +64,4 @@
|
|
|
<desc>Enables or disables BattlEye Anti-Cheat protection on the server.</desc>
|
|
|
</field>
|
|
|
</custom_fields>
|
|
|
- <post_install>
|
|
|
- maplist="maplist.txt"
|
|
|
- if [ -s "$maplist" ]
|
|
|
- then
|
|
|
- echo "File $maplist found. OK!"
|
|
|
- else
|
|
|
- echo "File $maplist not found."
|
|
|
- echo "Generating new maplist file in $maplist!"
|
|
|
- touch $maplist
|
|
|
- echo ConanSandbox> $maplist
|
|
|
- fi
|
|
|
- </post_install>
|
|
|
</game_config>
|