variabilisation des ports

This commit is contained in:
Onimaro 2018-05-15 12:40:34 +02:00
parent d62acd3860
commit a3d25b84a4
1 changed files with 6 additions and 1 deletions

View File

@ -2,4 +2,9 @@ GAME_STEAMID=376030
GAME_PATH=~/jeux/server_${GAME_NAME} GAME_PATH=~/jeux/server_${GAME_NAME}
LOG_PATH=~/logs/${GAME_NAME} LOG_PATH=~/logs/${GAME_NAME}
GAME_BIN=${GAME_PATH}/ShooterGame/Binaries/Linux/ShooterGameServer GAME_BIN=${GAME_PATH}/ShooterGame/Binaries/Linux/ShooterGameServer
GAME_PARAMS='TheIsland?listen?Port=7779?QueryPort=27015?SessionName=PATATE_Onimaro?PerPlatformMaxStructuresMultiplier=100?AllowPlatformeSaddleMultiFloors=true -server -log' SERVER_NAME=PATATE_Onimaro
#GAME_PORT will be the specified port and the following (here 7779 and 7780)
GAME_PORT=7779
#QUERY_PORT is the port used by steam to connect players to your server
QUERY_PORT=27015
GAME_PARAMS='TheIsland?listen?Port=${GAME_PORT}?QueryPort=${QUERY_PORT}?SessionName=${SERVER_NAME}?PerPlatformMaxStructuresMultiplier=100?AllowPlatformeSaddleMultiFloors=true -server -log'