@@ -1,9 +1,9 @@
set sv_hostname "<hostname>"
-set sv_maxclients 10
+set sv_maxclients 16
set g_motd "LGSM Quake3 Server"
set g_forcerespawn 15
set rconpassword "<rconpassword>"
-set g_gametype 1
+set g_gametype 0 - Sets the type of game. 0 - Free for all, 1 - Tournament, 2 - Free for all(again), 3 - Team Deathmatch, 4 - Capture the Flag
set fraglimit 50
set timelimit 20
@@ -26,11 +26,12 @@ pushbulletalert="off"
pushbullettoken="accesstoken"
# Start Variables
+defaultmap="q3dm17"
ip="0.0.0.0"
port="27960"
fn_parms(){
-parms="+set sv_punkbuster 1 +set fs_basepath ${filesdir} +set dedicated 1 +set com_hunkMegs 32 +set net_ip ${ip} +set net_port ${port} +exec ${servercfg}"
+parms="+set sv_punkbuster 0 +set fs_basepath ${filesdir} +set dedicated 1 +set com_hunkMegs 32 +set net_ip ${ip} +set net_port ${port} +exec ${servercfg} +map ${defaultmap}"
}
#### Advanced Variables ####