Просмотр исходного кода

Merge pull request #355 from rocco27/master

Updates incoming
rocco27 8 лет назад
Родитель
Сommit
a0e020057f

+ 1 - 1
lang/English/modules/dashboard.php

@@ -39,5 +39,5 @@ define('OGP_LANG_online_servers', "Online Servers");
 define('OGP_LANG_add_games_in', "If you want to add games you can do it in %s");
 define('OGP_LANG_currently_online', "Currently Online");
 define('OGP_LANG_game_servers', "Game Servers");
-define('OGP_LANG_select_remote_server', "Select remote server");
+define('OGP_LANG_select_remote_server', "Select Remote Server");
 ?>

+ 3 - 2
modules/config_games/server_configs/theforest_win32.xml

@@ -5,10 +5,11 @@
   <installer>steamcmd</installer>
   <game_name>The Forest</game_name>
   <server_exec_name>TheForestDedicatedServer.exe</server_exec_name>
-  <cli_template>-batchmode %IP% %PORT% %QUERY_PORT% %STEAM_PORT% %HOSTNAME% %PLAYERS% %CONTROL_PASSWORD% %IT% %SLOT% %SSA% %VAC% %SAVEINTERNAL% %SAVE_PATH%/ %LOG% -nographics</cli_template>
+  <cli_template>-batchmode %IP% %PORT% %QUERY_PORT% %STEAM_PORT% %HOSTNAME% %PLAYERS% %CONTROL_PASSWORD% %IT% %SLOT% %SSA% %VAC% %SAVEINTERNAL% %HOME_PATH%/Server.cfg %SAVE_PATH%/ %LOG% -nographics</cli_template>
   <cli_params>
     <cli_param id="IP" cli_string="-serverip" options="s" />
     <cli_param id="PORT" cli_string="-servergameport" options="s" />
+    <cli_param id="HOME_PATH" cli_string="-configfilepath" options="s" />
     <cli_param id="SAVE_PATH" cli_string="-savefolderpath" options="s" />
     <cli_param id="PLAYERS" cli_string="-serverplayers" options="s" />
     <cli_param id="HOSTNAME" cli_string="-servername" options="sq" />
@@ -66,4 +67,4 @@
   <configuration_files>
     <file description="Server Configurations">Server.cfg</file>
   </configuration_files>
-</game_config>
+</game_config>