Page 1 of 1
Is it possible to change rain colour?
Posted: Thu May 19, 2005 11:49 pm
by -_-
I was just wondering into this topic when i was thinking of maybe re-modding my old Mustafar map. It would look cool to see some lava (orange) showers...
Posted: Mon May 23, 2005 4:04 pm
by MutantMonkey
Yes I think - in the .fx file (BFBuilder\Datamapname\Worlds\mapname\World1 folder) there is a section like this:
Effect("Precipitation")
{
Enable(1);
Type("Streaks");
Range(12.5);
Color(216, 220, 228);
VelocityRange(1.0);
ParticleDensityRange(0.0);
CameraCrossVelocityScale(0.2);
CameraAxialVelocityScale(1.0);
GroundEffect("rainsplash");
GroundEffectSpread(8);
I think u know what to do now, right?! :)
Posted: Mon May 23, 2005 10:04 pm
by -_-
o it does'nt work.

i tried to make it orange, and it turned green...
Posted: Wed May 25, 2005 2:29 pm
by MutantMonkey
r u sure u got it in the right order...
i think it is Red green blue
Posted: Wed May 25, 2005 7:34 pm
by -_-
yea i think i did.... I'll test it again today.
Posted: Wed May 25, 2005 7:45 pm
by fruitymarshmallow
lol, i don't know how to do it, so i shouldn't be talking, but orange=green? BFbuilders brain must be decaying.
Posted: Wed May 25, 2005 8:35 pm
by -_-
I tried using the code for red this time, it just crashed.
Posted: Wed May 25, 2005 9:53 pm
by fruitymarshmallow
Ooh ouch. Man. At least we know we can have a radioactive mustafar!
Posted: Wed May 25, 2005 10:31 pm
by -_-
lol
Posted: Thu May 26, 2005 11:26 am
by MutantMonkey
I will experiment when I have time... maybe it does not like the colour red!
Posted: Thu May 26, 2005 12:39 pm
by Leviathan
i tried to make it orange, and it turned green...
What's the RGB reference of this orange color ?
i think it is Red Green Blue
This is simply the RGB reference...
Posted: Thu May 26, 2005 12:48 pm
by Qdin
umm... since it crashed, did you then deleted anything? or did you change the values to 285 (I think its the highest number), 0, 0?
or did you just delete the 2 others? like: Color(285); instead of the: Color(285, 0, 0); - ?
C ya

- I'm just currios

Posted: Thu May 26, 2005 1:15 pm
by Leviathan
According to you,
Qdin, why did I ask to
-_- to copy his custom rain color's RGB reference on this thread ?
I think to bad values, too...
Posted: Thu May 26, 2005 7:25 pm
by -_-
The RGB values were: 255, 0, 0
Posted: Sun May 29, 2005 10:44 am
by Leviathan
Your custom color seems to have been "inverted". Try again using this RGB values : "
0 255 255".

Posted: Sun May 29, 2005 11:01 am
by Rippentuck
The ambient color of your world (in sky file) could also be affecting colors of certain things. Check that to make sure it doesn't interfere with the colors you want.
Rip
Posted: Sun May 29, 2005 1:08 pm
by -_-
Cool that might be a great help
