Răsfoiți Sursa

The Forest xml update

- Fixed savefolderpath parameter, I had to add a slash, because the game server doesn't add it automatically, so without the slash the savegame saved outside of the homepath, this should work too if Oxide Mod also installed
rocco27 8 ani în urmă
părinte
comite
cd89ba1948
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      modules/config_games/server_configs/theforest_win32.xml

+ 1 - 1
modules/config_games/server_configs/theforest_win32.xml

@@ -5,7 +5,7 @@
   <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% %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" />