From 6106ff0c10d903fa61a9bda15211e7fa55df8432 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 19 Feb 2017 18:28:14 +0000 Subject: [PATCH] Release 170219 --- BallisticOverkill/boserver | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BallisticOverkill/boserver b/BallisticOverkill/boserver index 6ab965bc3..781fc4af7 100644 --- a/BallisticOverkill/boserver +++ b/BallisticOverkill/boserver @@ -26,10 +26,10 @@ version="170219" # GSLT can be used for running a public server. # More info: https://gameservermanagers.com/gslt gslt="" - +ip="" ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ -parms=" -batchmode -nographics -logFile output.txt" +parms=" -batchmode -nographics -dedicated -configfile=${servercfgfullpath}" } #### LinuxGSM Settings #### @@ -78,7 +78,7 @@ branch="" ## LinuxGSM Server Details # Do not edit gamename="Ballistic Overkill" -engine="unity" +engine="unity3d" ## Service Name | https://github.com/GameServerManagers/LinuxGSM/wiki/Multiple-Servers servicename="bo-server"