From: MirceaKitsune Date: Fri, 8 Jul 2011 16:48:56 +0000 (+0300) Subject: Tweak regurgitated player colors a bit, now that we have glowing players and they... X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=5d031e691b84cab56e2e3edd006dcefd7e4f305f Tweak regurgitated player colors a bit, now that we have glowing players and they no longer get in the way of teamplay. --- diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index 4655a8af..9ab305aa 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -1573,9 +1573,9 @@ set g_vore_biggersize 1 "when enabled, a player can't swallow someone larger tha set g_vore_showhealth 1 "when enabled, a predator can see their prey's health on the stomach board, and prey can see the health of players he's joining in the stomach" set g_vore_gurglesound 1 "predators make an ambient gurgling sound" set g_vore_soundocclusion 0.25 "directional player sounds are cut to this amount of their initial volume for eaten players (simulates hearing harder from the stomach)" -set g_vore_regurgitatecolor_release "0.4 0.6 0.1" "the color players will have when regurgitated alive" +set g_vore_regurgitatecolor_release "0.6 0.4 0" "the color players will have when regurgitated alive" set g_vore_regurgitatecolor_release_fade 0.01 "how quickly the regurgitation color washes off players once they leave the stomach" -set g_vore_regurgitatecolor_digest "0.15 0.25 0" "the color players will have when digested, only works when g_vore_keepdeadprey is disabled" +set g_vore_regurgitatecolor_digest "0.3 0.15 0" "the color players will have when digested, only works when g_vore_keepdeadprey is disabled" set g_vore_keepdeadprey 0.75 "If enabled, prey remains in the stomach after dying, else the predator throws up their dead body. 0 = disabled, 1 = ernabled, anything between = probability" set g_vore_neighborprey_distance 16 "Distance by which prey inside the same stomach are positioned away from each other. 0 disables seeing neighboring prey" set g_vore_neighborprey_scale 1 "When neighborprey is enabled, all prey is resized by this amount"