fog issues and no tissues

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
drummerzoid1

fog issues and no tissues

Post by drummerzoid1 »

ok when i add fog it shows up a tiny bit, I want to make fog thicker. What should I do. I also may be adding fog the wrong way, what's the right way?
drummerzoid1

RE: fog issues and no tissues

Post by drummerzoid1 »

could someone help me :(
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Post by -_- »

okay, how are you adding it?
drummerzoid1

Post by drummerzoid1 »

I'm putting this in my mod_id.fx file
"Effect("FogCloud")
{
Enable(1);
Texture("fluffy");
Range(60.0, 100.0);
Color(168, 172, 180, 128);
Velocity(5.0, 0.0);
Rotation(0.1);
Height(16.0);
ParticleSize(28.0);
ParticleDensity(60.0);
}

"
Penguin
Jedi Admin
Jedi Admin
Posts: 2541
Joined: Sun Mar 05, 2006 12:00 am
Location: Australia

Post by Penguin »

ParticleDensity(60.0);


change those numers to make it thicker or thinner
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Post by -_- »

drummerzoid1 wrote:I'm putting this in my mod_id.fx file
"Effect("FogCloud")
{
Enable(1);
Texture("fluffy");
Range(60.0, 100.0);
Color(168, 172, 180, 128);
Velocity(5.0, 0.0);
Rotation(0.1);
Height(16.0);
ParticleSize(28.0);
ParticleDensity(60.0);
}

"
Change the things I've bolded and you'll get a better fog. (Watch out for lag when u tweak around with Size and Density) In my case, I would usually use:
my own .fx file wrote: "Effect("FogCloud")
{
Enable(1);
Texture("fluffy");
Range(60.0, 100.0);
Color(220, 220, 220, 255);
Velocity(1.5, 0.0);
Rotation(0.1);
Height(2.5);
ParticleSize(70.0);
ParticleDensity(90.0);
}

"
drummerzoid1

Post by drummerzoid1 »

thanks that helped
Post Reply