From 83af92a99266735db38c35243ef90aba580d6087 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sat, 30 Jul 2011 15:35:43 +0300 Subject: [PATCH] Tweak the particle effects better --- data/defaultVT.cfg | 2 +- data/effectinfo.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index 6e51de39..95a08a98 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -1601,7 +1601,7 @@ set g_vore_soundocclusion 0.25 "directional player sounds are cut to this amount 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.3 0.15 0" "the color players will have when digested, only works when g_vore_keepdeadprey is disabled" -set g_vore_regurgitatecolor_particles 1 "players that have a regurgitate color applied generate particles this often, based on how washed away the goo is" +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_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 8 "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" diff --git a/data/effectinfo.txt b/data/effectinfo.txt index e4c850df..672a8c90 100644 --- a/data/effectinfo.txt +++ b/data/effectinfo.txt @@ -4847,12 +4847,12 @@ color 0x000000 0x408000 originjitter 110 110 110 // constant regurgitate effect -// used in: vore.qc: pointparticles(particleeffectnum("regurgitate"), e.predator.origin, '0 0 0', 1) +// used in: vore.qc: pointparticles(particleeffectnum("vore_regurgitate_constant"), self.origin, '0 0 0', 1); effect vore_regurgitate_constant -count 5 +count 3 type blood tex 24 32 -size 8 20 +size 4 10 alpha 512 512 128 color 0x9B9BCD 0x3769CD bounce -1 @@ -4864,10 +4864,10 @@ staincolor 0x408000 0x80FF00 staintex 16 24 //green mist effect vore_regurgitate_constant -countabsolute 5 +countabsolute 3 type alphastatic tex 0 8 -size 20 25 -alpha 100 256 400 +size 15 20 +alpha 75 192 400 color 0x000000 0x408000 -originjitter 110 110 110 +originjitter 25 25 25 -- 2.39.2