Okay, this is driving me up a wall (Sky file)

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
RevanSithLord
Sith Master
Sith Master
Posts: 2636
Joined: Mon Nov 07, 2005 12:40 am
Projects :: Designated Days + LFC + GT vs SWBFC
Games I'm Playing :: FO3 + FO New Vegas
xbox live or psn: Master Revan
Location: GDSS Philadelphia

Okay, this is driving me up a wall (Sky file)

Post by RevanSithLord »

Okay, no matter what I do the sky is always black. I have the sky file pointed to the .tga's in my world file and everything, but I don't know why it's being such a meanie to me. Can anyone tell me what is wrong with my sky file? I've tried tons of solutions, all resulted in no sky being seen at all.
Hidden/Spoiler:
[code]SkyInfo()
{
Enable(1);
FogColor(85,108,142,128);
PS2()
{
FogRange(0, 0);
NearSceneRange(0.5, 85.0, 100.0);
FarSceneRange(5000.0);
SplitOptions()
{
PropClusterEnable(1);
PropClusterFadeAdj(0.6);
PropClusterDensity(0.1);
}
}
XBOX()
{
FogRange(-200.0, 1300.0);
NearSceneRange(0.5, 85.0, 100.0);
FarSceneRange(3000.0);
NearSplitScreenRange(0.2, 110.0, 160.0);
FarSplitScreenRange(0.0);
SplitOptions()
{
FogRange(5.0, 140.0);
PropClusterEnable(0);
}
}
PC()
{
NearSceneRange(30.0, 160.0, 40.0, 200.0);
FarSceneRange(5000.0, 5000.0);

FarSceneRange(5000.0);
FogRange(-100.0, 600.0);
}

}


DomeInfo()
{
Texture("SKY_Naboo1");
Angle(-90.000000);
Ambient(255.000000, 255.000000, 255.000000);
Filter(1);
Threshold(150);
Intensity(50);

Softness(1);
SoftnessParam(60);

DomeModel()
{
Geometry("sky_mountains");
Offset(100.0);
MovementScale(0.995);
}

}[/code]
I also had the sky_waterfall as the other geometry, but I recently took it out. I've been rearranging so that I can at least get the sky itself working. I've munged tons of times, all under different things: Common, Everything, Nothing. All end up at the same thing.
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: Okay, this is driving me up a wall (Sky file)

Post by AceMastermind »

If your sky is black then the skydome msh can't find it's texture, best to just find a texture you want for your sky and just rename it to what the original texture was named then clean and munge, problem solved.
NullCommando
Jedi
Jedi
Posts: 1010
Joined: Sat Dec 01, 2007 12:29 pm
Games I'm Playing :: Destiny
xbox live or psn: NullCommando
Location: Earth

Re: Okay, this is driving me up a wall (Sky file)

Post by NullCommando »

Revan I looked at it, you forgot to add the sky's Geometry. Without it, it becomes black.
Post Reply