]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Further reduce the view poking out of the stomach. Also slow down physics even more
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 17 Nov 2011 21:10:48 +0000 (23:10 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 17 Nov 2011 21:10:48 +0000 (23:10 +0200)
data/defaultVT.cfg
data/physicsVT.cfg

index 918d9410a68342d6b7c7b8875a8c661ead93d611..f3788f15ef2bc57256bca5b3c960a66f9835785e 100644 (file)
@@ -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"\r
 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"\r
 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"\r
-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"\r
+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"\r
 set g_vore_swallowmodel_range 100 "Distance by which the swallow model oscillates based on swallow progress"\r
 \r
 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"\r
index 9cb36386c9fb5fd862ee9449f116b008cf27ff19..b7cece9f668337b4cbf7b08e0c1244a2f61f44b9 100644 (file)
@@ -1,6 +1,6 @@
 // Voretournament physics\r
 sv_gravity 800\r
-sv_maxspeed 320\r
+sv_maxspeed 300\r
 sv_maxairspeed 140\r
 sv_stopspeed 200\r
 sv_accelerate 8\r
@@ -8,7 +8,7 @@ sv_airaccelerate 4
 sv_friction 6\r
 edgefriction 1\r
 sv_stepheight 34\r
-sv_jumpvelocity 280\r
+sv_jumpvelocity 260\r
 sv_wateraccelerate -1\r
 sv_waterfriction -1\r
 sv_airaccel_sideways_friction 0.35\r