Low-rez mist?

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
User avatar
sampip
General
General
Posts: 792
Joined: Mon Mar 16, 2009 12:08 pm
Projects :: Something big. And exciting.
Games I'm Playing :: Battlefield 3
xbox live or psn: masowner66
Location: Zebra

Low-rez mist?

Post by sampip »

I was just wondering if i could get rid of this sort of effect, you see that the trees are sort of white coloured, and from further out, they are just pretty much white silhouttes:
Hidden/Spoiler:
Image
it almost looks like they are in some kind of... mist?
any ideas?
User avatar
B.I.G_Cookie
High General
High General
Posts: 839
Joined: Sun Feb 22, 2009 4:28 pm
Games I'm Playing :: Battlefield 4
Location: Frankfurt, Germany

Re: Low-rez mist?

Post by B.I.G_Cookie »

I believe thats an effect from the sky file or from the .fx file from the world1 folders.
You can see this effetcs on Mygeeto / Hoth and on some other maps.

search in your .fx file or in your .sky file for this effect.
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Low-rez mist?

Post by AQT »

That's not an effect but rather the fog range setting. In your .sky file, I would replace your SkyInfo section with this:
Hidden/Spoiler:
[code]SkyInfo()
{
Enable(1);

PS2()
{
NearSceneRange(0.100000, 70.000000, 100.000000);
NearSplitScreenRange(0.100000, 50.000000, 60.000000);
FarSceneRange(3000.000000);
}
PC()
{
NearSceneRange(100.0, 150.0, 150.0, 200.0);
FarSceneRange(200.000000, 1000.0);
}
XBOX()
{
NearSceneRange(0.200000, 90.000000, 130.000000);
NearSplitScreenRange(0.200000, 70.000000, 100.000000);
FarSceneRange(3000.000000);
}
}[/code]
That should get rid of the "fogginess" completely.
Post Reply