|
@@ -5,7 +5,7 @@
|
|
|
<installer>steamcmd</installer>
|
|
<installer>steamcmd</installer>
|
|
|
<game_name>Avorion</game_name>
|
|
<game_name>Avorion</game_name>
|
|
|
<server_exec_name>avorion_ogpstarter.sh</server_exec_name>
|
|
<server_exec_name>avorion_ogpstarter.sh</server_exec_name>
|
|
|
- <cli_template>--datapath ./galaxy/ --galaxy-name main %PORT% %QUERY_PORT% %STEAM_PORT% %POLLING_PORT% %PLAYERS% %HOSTNAME% %SEED% %ADMIN% %INFINITE_RESOURCES% %DIFFICULTY% %COLLISION_DAMAGE% %SAME_START_SECTOR% %PUBLIC% %LISTED% %USE_STEAM_NETWORKING%</cli_template>
|
|
|
|
|
|
|
+ <cli_template>--datapath ./galaxy/ --galaxy-name main %PORT% %QUERY_PORT% %STEAM_PORT% %PLAYERS% %HOSTNAME% %SEED% %ADMIN% %INFINITE_RESOURCES% %DIFFICULTY% %COLLISION_DAMAGE% %SAME_START_SECTOR% %PUBLIC% %LISTED% %USE_STEAM_NETWORKING%</cli_template>
|
|
|
<cli_params>
|
|
<cli_params>
|
|
|
<cli_param id='PORT' cli_string='--port' options='s'/>
|
|
<cli_param id='PORT' cli_string='--port' options='s'/>
|
|
|
<cli_param id='PLAYERS' cli_string='--max-players' options='s'/>
|
|
<cli_param id='PLAYERS' cli_string='--max-players' options='s'/>
|
|
@@ -14,7 +14,6 @@
|
|
|
<reserve_ports>
|
|
<reserve_ports>
|
|
|
<port type="add" id="QUERY_PORT" cli_string="--steam-query-port" options='s'>20</port>
|
|
<port type="add" id="QUERY_PORT" cli_string="--steam-query-port" options='s'>20</port>
|
|
|
<port type="add" id="STEAM_PORT" cli_string="--steam-master-port" options='s'>21</port>
|
|
<port type="add" id="STEAM_PORT" cli_string="--steam-master-port" options='s'>21</port>
|
|
|
- <port type="add" id="POLLING_PORT" cli_string="--query-port" options='s'>3</port>
|
|
|
|
|
</reserve_ports>
|
|
</reserve_ports>
|
|
|
<max_user_amount>100</max_user_amount>
|
|
<max_user_amount>100</max_user_amount>
|
|
|
<mods>
|
|
<mods>
|
|
@@ -90,4 +89,4 @@ echo '#!/bin/bash
|
|
|
./bin/AvorionServer $@' > avorion_ogpstarter.sh
|
|
./bin/AvorionServer $@' > avorion_ogpstarter.sh
|
|
|
chmod +x avorion_ogpstarter.sh
|
|
chmod +x avorion_ogpstarter.sh
|
|
|
</post_install>
|
|
</post_install>
|
|
|
-</game_config>
|
|
|
|
|
|
|
+</game_config>
|