Fog, I want it thinner

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
Darth-Derkie
1st Lieutenant
1st Lieutenant
Posts: 453
Joined: Thu Feb 03, 2005 6:32 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: The Netherlands

Fog, I want it thinner

Post by Darth-Derkie »

In my map I want fog, but waaaaaaay less than this:
Image

In the sky file:
FogColor(95,111,126);
WorldFogRange(-1.7, -5.0);

In the .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);

What should I change so it is a bit lower, and thinner so you can see through it?
fat_walrus

RE: Fog, I want it thinner

Post by fat_walrus »

I don't know much about this, but maybe try changing the ParticleDensity??
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Post by -_- »

change denisty, color/alpha.
Post Reply