diff --git a/DST/game.params.ori b/DST/game.params.ori index 763a5a0..345ccfa 100644 --- a/DST/game.params.ori +++ b/DST/game.params.ori @@ -1,4 +1,4 @@ -GAME_PATH=~/jeux/server_${GAME_NAME} -LOG_PATH=~/logs/${GAME_NAME} -GAME_BIN=${GAME_PATH}/bin/dontstarve_dedicated_server_nullrenderer -GAME_PARAMS=-console -cluster ${serveur}Cluster -shard ${shard} +export GAME_PATH=~/jeux/server_${GAME_NAME} +export LOG_PATH=~/logs/${GAME_NAME} +export GAME_BIN=${GAME_PATH}/bin/dontstarve_dedicated_server_nullrenderer +export GAME_PARAMS=-console -cluster ${serveur}Cluster -shard ${shard} diff --git a/DST/game_globals b/DST/game_globals index 59dc5c0..2028719 100644 --- a/DST/game_globals +++ b/DST/game_globals @@ -1,3 +1,3 @@ -GAME_NAME='DST' -STEAMCMD=~/steamcmd/steamcmd.sh -GAME_STEAMID=343050 +export GAME_NAME='DST' +export STEAMCMD=~/steamcmd/steamcmd.sh +export GAME_STEAMID=343050