Is it possible to change rain colour?

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Post Reply
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Is it possible to change rain colour?

Post 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...
MutantMonkey

Post 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?! :)
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Post by -_- »

o it does'nt work. :( i tried to make it orange, and it turned green...
MutantMonkey

Post by MutantMonkey »

r u sure u got it in the right order...
i think it is Red green blue
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Post by -_- »

yea i think i did.... I'll test it again today.
fruitymarshmallow

Post 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.
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Post by -_- »

I tried using the code for red this time, it just crashed.
fruitymarshmallow

Post by fruitymarshmallow »

Ooh ouch. Man. At least we know we can have a radioactive mustafar!
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Post by -_- »

lol
MutantMonkey

Post by MutantMonkey »

I will experiment when I have time... maybe it does not like the colour red!
Leviathan
Missing Jedi Admin
Posts: 3277
Joined: Fri Nov 12, 2004 2:54 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post 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...
Qdin
Old School Staff
Posts: 2059
Joined: Wed Feb 23, 2005 9:54 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post 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 :P - I'm just currios :wink:
Leviathan
Missing Jedi Admin
Posts: 3277
Joined: Fri Nov 12, 2004 2:54 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post by Leviathan »

According to you, Qdin, why did I ask to -_- to copy his custom rain color's RGB reference on this thread ? :wink:
I think to bad values, too...
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Post by -_- »

The RGB values were: 255, 0, 0
Leviathan
Missing Jedi Admin
Posts: 3277
Joined: Fri Nov 12, 2004 2:54 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post by Leviathan »

Your custom color seems to have been "inverted". Try again using this RGB values : "0 255 255". :wink:
Rippentuck

Post 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
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Post by -_- »

Cool that might be a great help :)
Post Reply