-- Level startup script print ("Training Script...") -- Load the skydome LoadSkyDome("SkyDomes\\NYSkydome.rom") -- Setup the sun which is yellow like a banana 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) -- Fog -- Enable this for some rather fetching red fog! -- Fog.ApplySettings() Fog.Enable(true) Fog.SetColour(1.0,0.75,0.83,0.8) Fog.SetRange(0.7,1.0) Fog.SetDistance( 0.0,0.3) Fog.SetDensity( 0.5) -- Bloom PS2 Bloom.SetEnabled(true) Bloom.SetBlurLevel(1.0) Bloom.SetBaseAmount(1.0) Bloom.SetBloomAmount(0.6) Bloom.SetColourScale(0.7) Bloom.SetColourThreshold(0.0) Bloom.SetColourAdjust(1.0, 1.0, 1.0, 1.0) -- Other available sun commands are Sun.SetPosition(x,y,z)