|
|
@ -22,10 +22,6 @@ version="161026" |
|
|
|
|
|
|
|
#### Server Settings #### |
|
|
|
|
|
|
|
## Workshop Parameters | http://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers |
|
|
|
workshopauth="" |
|
|
|
workshopcollectionid="" |
|
|
|
|
|
|
|
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters |
|
|
|
defaultmap="gm_construct" |
|
|
|
gamemode="sandbox" |
|
|
@ -36,6 +32,10 @@ clientport="27005" |
|
|
|
tickrate="66" |
|
|
|
ip="0.0.0.0" |
|
|
|
|
|
|
|
## Workshop Parameters | http://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers |
|
|
|
workshopauth="" |
|
|
|
workshopcollectionid="" |
|
|
|
|
|
|
|
## Custom Start Parameters |
|
|
|
# Default +r_hunkalloclightmaps 0, fixes a start issue on maps with many lights |
|
|
|
customparms="+r_hunkalloclightmaps 0" |
|
|
@ -212,4 +212,4 @@ fi |
|
|
|
core_dl.sh |
|
|
|
core_functions.sh |
|
|
|
getopt=$1 |
|
|
|
core_getopt.sh |
|
|
|
core_getopt.sh |
|
|
|