-- Level startup script print ("Tok_MP_2 Script...") -- Load the skydome LoadSkyDome("SkyDomes\\Tok_MP_2_Skydome.rom") LoadSkyDomeClouds("SkyDomes\\Tok_MP_2_Cloudome.rom",0,1) -- Setup the sun Sun.Enable() Sun.SetReflectionBrightness(1.0) Sun.SetReflectionSize(25) Sun.SetReflectionLength(1) Sun.SetColour(1.0,1.0,1.0,1.0) Sun.SetFlareType(4) Sun.SetSharpness(1.0) Sun.SetLevelBrightnessScalar(1.5) -- Bloom PS2 Bloom.SetEnabled(true) Bloom.SetBlurLevel(0.5) Bloom.SetBaseAmount(1.1) Bloom.SetBloomAmount(0.5) Bloom.SetColourScale(1.3) Bloom.SetColourThreshold(0.0) Bloom.SetColourAdjust(1.0, 1.0, 1.0, 1.0) -- Fog -- Fog.ApplySettings() Fog.Enable(true) Fog.SetColour(1.0,0.15,0.2,0.3) Fog.SetRange(0.5,1.0) Fog.SetDistance( 0.02, 0.04 ) Fog.SetDensity( 1.0 )