-- Level startup script print ("NY_MP Script...") -- Load the skydome LoadSkyDome("SkyDomes\\NY_MP_Skydome.rom") LoadSkyDomeClouds("SkyDomes\\NY_MP_Clouddome.rom",0.03,1) -- Setup the sun -- Sun.Enable() Sun.SetReflectionBrightness(0.5) Sun.SetReflectionSize(10) Sun.SetReflectionLength(1) Sun.SetColour(1.0,1.0,1.0,1.0) Sun.SetFlareType(4) Sun.SetSharpness(1.0) Sun.SetLevelBrightnessScalar(1.0) -- Bloom PS2 Bloom.SetEnabled(true) Bloom.SetBlurLevel(1.0) Bloom.SetBaseAmount(1.0) Bloom.SetBloomAmount(0.6) Bloom.SetColourScale(0.5) Bloom.SetColourThreshold(0.0) Bloom.SetColourAdjust(1.0, 1.0, 1.0, 1.0) -- Fog -- Enable this for some rather fetching red fog! Fog.Enable(true) Fog.SetColour(1.0,0.6,0.65,0.75) Fog.SetRange(0.0,1.0) Fog.SetDistance( 0.0, 0.17) Fog.SetDensity( 0.5) -- Other available sun commands are Sun.SetPosition(x,y,z)