File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
lgsm/config-default/config-lgsm/doiserver Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ ip="0.0.0.0"
1313port =" 27015"
1414clientport =" 27005"
1515sourcetvport =" 27020"
16- defaultmap =" bastogne"
16+ defaultmap =" bastogne stronghold "
1717maxplayers =" 32"
1818tickrate =" 64"
19- workshop =" 0"
2019
2120# # Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
2221fn_parms(){
23- parms =" -game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} +sv_workshop_enabled ${ workshop} "
22+ parms =" -game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers} - workshop"
2423}
2524
2625# ### LinuxGSM Settings ####
You can’t perform that action at this time.
0 commit comments