[Solved] Jabba's Palace question

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
nobody3
Rebel Sergeant
Rebel Sergeant
Posts: 188
Joined: Wed Jun 15, 2011 8:30 am

[Solved] Jabba's Palace question

Post by nobody3 »

When you play stock jabba's palace map and turn the LOD or light settings down, there is this black "fog" that you can't see through. I didn't see it on other maps I think. How does one remove this black fog and add this to other maps? Thanks
Last edited by nobody3 on Mon Apr 21, 2014 8:50 pm, edited 1 time in total.
thelegend
Sith
Sith
Posts: 1433
Joined: Thu Jan 23, 2014 6:01 am
Projects :: Star Wars - Battlefront III Legacy
Games I'm Playing :: Swbf GTA CoD LoL KH
xbox live or psn: El_Fabricio#
Location: Right behind you :)

Re: Jabba's Palace question

Post by thelegend »

This black fog is a "sky file" effect I think.
Replace your sky info with this in your sky file:
Hidden/Spoiler:
SkyInfo()
{
Enable(1);
FogColor(0, 0, 0);
FogRange(20.000000, 40.000000);

PC()
{
NearSceneRange(20.000000, 70.000000, 30.000000, 80.000000);
FarSceneRange(0.0, 0.0);
}
XBOX()
{
NearSceneRange(0.2, 30.000000, 70.000000);
FarSceneRange(0.0);
}
PS2()
{
NearSceneRange(0.2, 20.000000, 60.000000);
FarSceneRange(0.0);
}
}
After that It should work.
nobody3
Rebel Sergeant
Rebel Sergeant
Posts: 188
Joined: Wed Jun 15, 2011 8:30 am

Re: Jabba's Palace question

Post by nobody3 »

OK I will try that.. also do you know what does this mean?

Code: Select all

NearSceneRange(60.0, 80.0, 80.0, 110.0);
		FarSceneRange(400.000000, 2000.0);
MileHighGuy
Jedi
Jedi
Posts: 1194
Joined: Fri Dec 19, 2008 7:58 pm

Re: Jabba's Palace question

Post by MileHighGuy »

Post Reply