FOOLIS wrote:Yes, the 2nd pic isnt so good, because of the dead clones.
But the first one is cool, but why is the sky so dark?!
thx, I'm getting rid of the dead clones... The sky is dark, because it was like that in the movies.. But I REALLY need to fix that white fog thing...
I know it has something to do with the sky file, but i adjusted the sight range and stuff, but there was no result...
Here's my sky file:
Any help would be much appreciated...SkyInfo()
{
Enable(1);
FogColor(194,197,199);
FogRange(-100.0, 600.0);
PS2()
{
NearSceneRange(0.5, 50.0,80.0);
NearSplitScreenRange(0.5, 50.0, 80.0);
FarSceneRange(300.0);
}
XBOX()
{
NearSceneRange(0.5, 60.0, 100.0);
FarSceneRange(1000.0);
NearSplitScreenRange(0.1, 50.0, 80.0);
SplitOptions()
{
FarSceneRange(0.0);
FogRange(5.0, 70.0);
EnableFadeAdjustWithZoom(0);
}
}
PC()
{
NearSceneRange(30.0, 160.0, 40.0, 200.0);
FarSceneRange(5000.0.5000.0);
}
}
DomeInfo()
{
Texture("myg1_sky_dome.tga");
Softness(1);
SoftnessParam(60);
DomeModel()
{
Geometry("myg1_sky_dome");
}
DomeModel()
{
Geometry("myg1_sky_mountains_01");
MovementScale(0.995);
}
DomeModel()
{
Geometry("geo_sky_explosions");
rotationspeed(0.003, 0,1.0,0);
Effect("spa_sfx_skydomeexplosions", "hp_sky_1", 1.0);
Effect("spa_sfx_skydomeexplosions", "hp_sky_4", 1.0);
Effect("spa_sfx_skydomeexplosions", "hp_sky_5", 1.0);
Effect("spa_sfx_skydomeexplosions", "hp_sky_7", 1.0);
Effect("spa_sfx_skydomeexplosions", "hp_sky_8", 1.0);
Effect("spa_sfx_skydomeexplosions", "hp_sky_9", 1.0);
Effect("spa_sfx_skydomeexplosions", "hp_sky_10", 1.0);
Effect("spa_sfx_skydomeexplosions", "hp_sky_11", 1.0);
Effect("spa_sfx_skydomeexplosions", "hp_sky_12", 1.0);
Effect("spa_sfx_skydomeexplosions", "hp_sky_14", 1.0);
Effect("spa_sfx_skydomeexplosions", "hp_sky_15", 1.0);
}
}
SkyObject()
{
Geometry("cis_fly_gunship_dome");
NumObjects(4);
Height(90, 160);
VelocityZ(60, 100);
VelocityY(-10, 10);
Distance(350);
InDirectionFactor(0.5);
}
SkyObject()
{
Geometry("rep_fly_gunship_dome");
NumObjects(4);
Height(90, 160);
VelocityZ(60, 100);
VelocityY(-10, 10);
Distance(350);
InDirectionFactor(0.5);
}






