From 21832bdfc577749a532d3d0db24f31f89ab6f72e Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sat, 26 Feb 2011 15:48:08 +0200 Subject: [PATCH] Cutsound cvars must be seta, not set. --- data/defaultVoretournament.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/defaultVoretournament.cfg b/data/defaultVoretournament.cfg index eaf99382..656373bd 100644 --- a/data/defaultVoretournament.cfg +++ b/data/defaultVoretournament.cfg @@ -1512,9 +1512,9 @@ seta g_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the co set cl_vore_stomachmodel 1 "when enabled, we see the stomach model around us when eaten. -1 = disabled, 1 = enabled, anything between 0 and 1 = alpha" set cl_vore_cameraspeed 1.5 "speed at which you see yourself sliding down when swallowed, 0 disables" set cl_vore_punchangle 10 "your view gets tilted by this amount when swallowing or regurgitating someone" -set cl_vore_cutvolume_sound 0.75 "sound volume is reduced to this amount when you are in a stomach" -set cl_vore_cutvolume_music 0.5 "music volume is reduced to this amount when you are in a stomach" -set cl_vore_cutvolume_fade 0.1 "fading speed of the volume change" +seta cl_vore_cutvolume_sound 0.75 "sound volume is reduced to this amount when you are in a stomach" +seta cl_vore_cutvolume_music 0.5 "music volume is reduced to this amount when you are in a stomach" +seta cl_vore_cutvolume_fade 0.1 "fading speed of the volume change" set g_vore 1 "enables the vore system, you want this on!" set g_vore_digestion 1 "enables digestion system, you want this on!" set g_vore_kick 1 "enables stomach kick system, you want this on!" -- 2.39.2