From: MirceaKitsune Date: Fri, 18 Nov 2011 23:04:41 +0000 (+0200) Subject: Cvars for volume cutting now work in reverse X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ebd92f0695dfdb7d3d40cfc76526a96a1b5c207d;p=voretournament%2Fvoretournament.git Cvars for volume cutting now work in reverse --- diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index 4555317d..e02ac843 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -1605,8 +1605,8 @@ seta g_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the co seta cl_vore_stomachmodel 1 "when enabled, we see the stomach model around us when eaten. -1 = disabled, 1 = enabled, anything between = alpha" 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.75 "sound volume is reduced to this amount when you are in a stomach or being swallowed" -seta cl_vore_cutvolume_music 0.15 "music volume is reduced to this amount when you are in a stomach or being swallowed" +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 0 "when enabled, the player will automatically begin digesting enemy prey after eating them, as long as no team mates are inside (automated digest key)" 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"