File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ version="170219"
26
26
# GSLT can be used for running a public server.
27
27
# More info: https://gameservermanagers.com/gslt
28
28
gslt=" "
29
-
29
+ ip= " "
30
30
# # Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
31
31
fn_parms (){
32
- parms=" -batchmode -nographics -logFile output.txt "
32
+ parms=" -batchmode -nographics -dedicated -configfile= ${servercfgfullpath} "
33
33
}
34
34
35
35
# ### LinuxGSM Settings ####
@@ -78,7 +78,7 @@ branch=""
78
78
# # LinuxGSM Server Details
79
79
# Do not edit
80
80
gamename=" Ballistic Overkill"
81
- engine=" unity "
81
+ engine=" unity3d "
82
82
83
83
# # Service Name | https://github.com/GameServerManagers/LinuxGSM/wiki/Multiple-Servers
84
84
servicename=" bo-server"
You can’t perform that action at this time.
0 commit comments