You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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="-cluster ${serveur}Cluster -shard ${shard}"
|
|
|