From f1c51a376751fb5334059048110f1b90cadb7a04 Mon Sep 17 00:00:00 2001 From: div0 Date: Fri, 27 Nov 2009 12:21:35 +0000 Subject: [PATCH] stupid cvar for mapinfo type forcing git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8324 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/defaultHavoc.cfg | 1 + data/defaultNexuiz.cfg | 2 ++ 2 files changed, 3 insertions(+) diff --git a/data/defaultHavoc.cfg b/data/defaultHavoc.cfg index 7a2da4f1a..e1ce3b4fb 100644 --- a/data/defaultHavoc.cfg +++ b/data/defaultHavoc.cfg @@ -29,6 +29,7 @@ set g_norecoil 1 seta r_ambient 20 seta menu_skin "simplygray" set menu_slist_modfilter "havoc" +seta g_mapinfo_allow_unsupported_modes_and_let_stuff_break 1 exec physicsHavoc.cfg exec balanceHavoc.cfg diff --git a/data/defaultNexuiz.cfg b/data/defaultNexuiz.cfg index da79ad953..15df96fae 100644 --- a/data/defaultNexuiz.cfg +++ b/data/defaultNexuiz.cfg @@ -1685,6 +1685,8 @@ set sv_pitch_fixyaw 1 "workaround to fix the aiming direction on stupidly made p set rescan_pending 0 "set to 1 to schedule a fs_rescan at the end of this match" +seta g_mapinfo_allow_unsupported_modes_and_let_stuff_break "0" "set to 1 to be able to force game types using g_ cvars even if the map does not support them" + // weapon accuracy stats set sv_accuracy_data_share 1 "1 send weapon accuracy data statistics to spectating clients, depends on cl_accuracy_data_share" set sv_accuracy_data_send 1 "1 send weapon accuracy data statistics and improved score info to all the clients at the end of the match, depends on cl_accuracy_data_receive, 0 send the current 'player has won' to all the clients" -- 2.39.2