From: MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Date: Thu, 17 Nov 2011 21:10:48 +0000 (+0200)
Subject: Further reduce the view poking out of the stomach. Also slow down physics even more
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=586121a64170f2abc72346d62adc87f69dba25c4;p=voretournament%2Fvoretournament.git

Further reduce the view poking out of the stomach. Also slow down physics even more
---

diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg
index 918d9410..f3788f15 100644
--- a/data/defaultVT.cfg
+++ b/data/defaultVT.cfg
@@ -1628,7 +1628,7 @@ set g_vore_regurgitatecolor_color_normal "0.6 0.4 0" "the color players will hav
 set g_vore_regurgitatecolor_color_digest "0.3 0.15 0" "the color players will have when regurgitated after having been digested"
 set g_vore_regurgitatecolor_fade 0.01 "how quickly the regurgitation color washes off players once they leave the stomach, does not apply to dead bodies"
 set g_vore_regurgitatecolor_particles 0.75 "players who are dirty from regurgitation generate particles this often, based on the amount of goo they have on them"
-set g_vore_neighborprey_distance 8 "Distance by which prey inside the same stomach are positioned away from each other. 0 disables seeing neighboring prey"
+set g_vore_neighborprey_distance 4 "Distance by which prey inside the same stomach are positioned away from each other. 0 disables seeing neighboring prey"
 set g_vore_swallowmodel_range 100 "Distance by which the swallow model oscillates based on swallow progress"
 
 seta cl_healthsize_fov 0.2 "offset field of view by this amount based on size, to further induce the effect of being large or small"
diff --git a/data/physicsVT.cfg b/data/physicsVT.cfg
index 9cb36386..b7cece9f 100644
--- a/data/physicsVT.cfg
+++ b/data/physicsVT.cfg
@@ -1,6 +1,6 @@
 // Voretournament physics
 sv_gravity 800
-sv_maxspeed 320
+sv_maxspeed 300
 sv_maxairspeed 140
 sv_stopspeed 200
 sv_accelerate 8
@@ -8,7 +8,7 @@ sv_airaccelerate 4
 sv_friction 6
 edgefriction 1
 sv_stepheight 34
-sv_jumpvelocity 280
+sv_jumpvelocity 260
 sv_wateraccelerate -1
 sv_waterfriction -1
 sv_airaccel_sideways_friction 0.35