From: MirceaKitsune Date: Tue, 15 Nov 2011 22:34:40 +0000 (+0200) Subject: Better defaults for the wavery view X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c6026713e3c608122606def2a90f6a5e7fb1cdca;p=voretournament%2Fvoretournament.git Better defaults for the wavery view --- diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index 5cf82096..1fcaea2c 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -193,6 +193,14 @@ r_damageblur 0 // motion blur when damaged, default is 0 (disabled in voretourna r_motionblur 0 // motion blur value, default is 0 r_motionblur_maxblur 1 +v_idlescale 0 "how much of the quake 'drunken view' effect to use" +v_ipitch_cycle 6 "v_idlescale pitch speed" +v_ipitch_level 0.2 "v_idlescale pitch amount" +v_iroll_cycle 8 "v_idlescale roll speed" +v_iroll_level 0.1 "v_idlescale roll amount" +v_iyaw_cycle 4 "v_idlescale yaw speed" +v_iyaw_level 0.3 "v_idlescale yaw amount" + r_bloom_blur 16 r_bloom_brighten 2.75 r_bloom_colorexponent 1 @@ -1601,9 +1609,9 @@ seta cl_vore_cutvolume_sound 0.75 "sound volume is reduced to this amount when y seta cl_vore_cutvolume_music 0.25 "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" 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 25 "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 35 "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 50 "the view will move around by this ammount while in the stomach, reserves the cvar v_idlescale" +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" 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!"