Trouble with my sky again

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Locked
Ty294
Sergeant Major
Sergeant Major
Posts: 247
Joined: Thu Mar 12, 2009 10:28 pm
Projects :: Various
Location: Minnesota

Trouble with my sky again

Post by Ty294 »

Well before I had trouble with to much low-rez geometry but now I have none:
Here's my sky file:
Hidden/Spoiler:
[code]SkyInfo()
{
FogColor(128, 128, 128);
FogRange(0.000000, 3000.000000);
NearSceneRange(90.0, 440.0, 120.0, 480.0);
FarSceneRange(300.000000, 1000.0);
AmbientColor(78, 87, 91);
TopDirectionalAmbientColor(67, 63, 87);
BottomDirectionalAmbientColor(107, 71, 46);
VehicleAmbientColor(58, 67, 70);
Enable(1559);
FogRamp(3);
}

SunInfo()
{
Angle(145.000005, 150.000000);
Color(210, 200, 190);
ShadowColor(210, 200, 190);
Texture("");
Degree(0.000000);
BackAngle(210.000042, 0.000000);
BackColor(0, 0, 0);
BackDegree(0.000000);
}

DomeInfo()
{
Angle(190.000005);
Ambient(256.000038, 256.000038, 256.000038);
Filter(1);
Threshold(50);
Intensity(50);

Softness(1);
SoftnessParam(60);

XBOX()
{
TerrainBumpTexture("tat1_detail_1", 1.0);
}
PC()
{
TerrainBumpTexture("tat1_detail_1", 1.0);
}

DomeModel()
{
Geometry("kas2_sky_dome");
Reflect();
}
DomeModel()
{
Geometry("geo_sky_dome_rim");
Offset(10.0);
MovementScale(0.995);
}
DomeModel()
{
Geometry("kas1_moon");
Offset(5.0);
MovementScale(0.995);
Reflect();
}

LowResTerrain()
{
Texture("nab1_main_1");
DetailTexture("tat1_detail_1");
DetailTextureScale(0.5);
PatchResolution(8);
MaxDistance(1500);
FogNear(2000.0);
FogFar(4000.0);
FogColor(0,0,0, 128);
}
}[/code]
Here's an ingame image:
Hidden/Spoiler:
Image
Darth_Squoobus
General
General
Posts: 760
Joined: Mon Aug 03, 2009 3:21 am
Projects :: No Mod project currently.
Location: over the hills and far away

Re: Trouble with my sky again

Post by Darth_Squoobus »

This is the kind of topic that will cause admins, moderators, and senior members to treat you with disrespect.

It's a bad idea to post these if you haven't looked here. http://www.gametoast.com/forums/viewtop ... 27&t=13806
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Trouble with my sky again

Post by AQT »

Darth_Squoobus wrote:It's a bad idea to post these if you haven't looked here. http://www.gametoast.com/forums/viewtop ... 27&t=13806
What if he did look there and couldn't find an answer? Can you point out the topic/tutorial that could have helped him?
This is the kind of topic that will cause admins, moderators, and senior members to treat you with disrespect.
If that is true (which it isn't), then the same can be said about your post and you. You bumped a two-month old topic, and bumping topics over 30 days old is against The Rules.

*Locked*
Locked