From: MirceaKitsune Date: Sat, 19 Nov 2011 21:18:08 +0000 (+0200) Subject: Enable autodigest for eaten players too by default. Should make gameplay easier and... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=868459ef0ea80ed27b36c46c0c93a69ec0c5979b;p=voretournament%2Fvoretournament.git Enable autodigest for eaten players too by default. Should make gameplay easier and also help newbies --- diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index 02da4091..ce6e2801 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -1607,7 +1607,7 @@ seta cl_vore_stomachmodel 1 "when enabled, we see the stomach model around us wh seta cl_vore_swallowmodel 1 "when enabled, we see the swallow model around us while getting eaten. -1 = disabled, 1 = enabled, anything between = alpha" seta cl_vore_cutvolume_sound 0.25 "sound volume is reduced by this amount when you are in a stomach or being swallowed" seta cl_vore_cutvolume_music 0.85 "music volume is reduced by this amount when you are in a stomach or being swallowed" -seta cl_vore_autodigest 1 "when enabled, the player will automatically begin digesting stuff as long as no team mates are inside. 0 = disabled, 1 = items, 2 = items & players" +seta cl_vore_autodigest 2 "when enabled, the player will automatically begin digesting stuff as long as no team mates are inside. 0 = disabled, 1 = items, 2 = items & players" seta cl_vore_vieweffects_idlescale_predator 35 "the view will move around by this ammount while swallowing someone (based on progress), reserves the cvar v_idlescale" seta cl_vore_vieweffects_idlescale_prey 50 "the view will move around by this ammount while being swallowed (based on progress), reserves the cvar v_idlescale" seta cl_vore_vieweffects_idlescale_stomach 15 "the view will move around by this ammount while in the stomach, reserves the cvar v_idlescale"