From 6adfb57b8e24d9cc5f123d7fef6d547e37f87ff5 Mon Sep 17 00:00:00 2001 From: Onimaro Date: Tue, 15 May 2018 12:41:04 +0200 Subject: [PATCH] variabilisation des ports --- ARK/game.params.ori | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARK/game.params.ori b/ARK/game.params.ori index b2e64c3..bebe5c1 100644 --- a/ARK/game.params.ori +++ b/ARK/game.params.ori @@ -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"