]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - gamemodes-server.cfg
fixed whitelisting and gave some score cvars better names
[xonotic/xonotic-data.pk3dir.git] / gamemodes-server.cfg
index 4d3821d17bf8d45e077f03feb351d96888389531..c5979dde6d7cc5d0343c91d2665ca06d49247c22 100644 (file)
@@ -587,10 +587,10 @@ set g_tmayhem_scoringmethod 1 "1: 25% of the score is based on kills and 75% of
 set g_mayhem_fraglimit 30 "Team Mayhem basis for how many frags until the match ends, edit this over point_limit preferably"
 set g_tmayhem_fraglimit 50 "Team Mayhem basis for how many frags until the match ends, edit this over point_limit preferably"
 
-set g_mayhem_point_limit 1000 "Mayhem visual score limit overriding the mapinfo specified one"
-set g_tmayhem_point_limit 1000 "Team Mayhem visual score limit overriding the mapinfo specified one"
+set g_mayhem_visual_score_limit 1000 "Mayhem visual score limit overriding the mapinfo specified one"
+set g_tmayhem_visual_score_limit 1000 "Team Mayhem visual score limit overriding the mapinfo specified one"
 
-set g_tmayhem_point_leadlimit -1 "Team Mayhem point lead limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
+set g_tmayhem_score_leadlimit -1 "Team Mayhem score lead limit(based on tmayhem_visual_score_limit, not tmayhem_fraglimit) overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
 
 set g_mayhem_weaponarena "most_available" "starting weapons - takes the same options as g_weaponarena"
 set g_tmayhem_weaponarena "most_available" "starting weapons - takes the same options as g_weaponarena"