]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
move campaign stuff to be together
authorMartin Taibr <taibr.martin@gmail.com>
Mon, 17 Jul 2017 23:43:18 +0000 (01:43 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Mon, 17 Jul 2017 23:43:18 +0000 (01:43 +0200)
defaultXonotic.cfg

index 0b3f8c5522b9e4cec5163969ca06e0abdb13f03f..675092815927bfd9d6aa3b5db0b473770f7d5bde 100644 (file)
@@ -49,6 +49,11 @@ alias singleplayer_start "g_campaign_index 0; set scmenu_campaign_goto 0"
 alias singleplayer_continue "set scmenu_campaign_goto -1"
 alias singleplayer_levellist "set scmenu_campaign_dump 1; togglemenu; wait; togglemenu"
 
+// campaign internal, set when loading a campaign map1G
+set _campaign_index ""
+set _campaign_name ""
+set _campaign_testrun 0 "To verify the campaign file, set this to 1, then start the first campaign level from the menu. If you end up in the menu again, it's good, if you get a QC crash, it's bad."
+
 // we must change its default from 1.0 to 1 to be consistent with menuqc
 set slowmo 1
 
@@ -92,11 +97,6 @@ set waypoint_benchmark 0 "quit after waypoint loading to benchmark bot navigatio
 set g_debug_bot_commands 0 "print scripted bot commands before executing"
 set g_debug_defaultsounds 0 "always use default sounds"
 
-// campaign internal, set when loading a campaign map1G
-set _campaign_index ""
-set _campaign_name ""
-set _campaign_testrun 0 "To verify the campaign file, set this to 1, then start the first campaign level from the menu. If you end up in the menu again, it's good, if you get a QC crash, it's bad."
-
 // define some engine cvars that we need even on dedicated server
 set r_showbboxes 0