From: Martin Taibr Date: Mon, 17 Jul 2017 23:43:18 +0000 (+0200) Subject: move campaign stuff to be together X-Git-Tag: xonotic-v0.8.5~2430^2~50 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b2f0122fca12f6727cc38e45165b80f670bd902d;p=xonotic%2Fxonotic-data.pk3dir.git move campaign stuff to be together --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 0b3f8c552..675092815 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -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