variabilisation des ports

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

View File

@ -7,4 +7,4 @@ SERVER_NAME=PATATE_Onimaro
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'
GAME_PARAMS="TheIsland?listen?Port=${GAME_PORT}?QueryPort=${QUERY_PORT}?SessionName=${SERVER_NAME}?PerPlatformMaxStructuresMultiplier=100?AllowPlatformeSaddleMultiFloors=true -server -log"