-- Level startup script print ("Tok_Race Script...") -- Load the skydome LoadSkyDome("SkyDomes\\NY_MP_2_Skydome.rom") LoadSkyDomeClouds("SkyDomes\\NY_MP_2_Cloudome.rom",0.03,1) LoadSkyDomeClouds("SkyDomes\\NY_MP_2_Citydome.rom",0,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(0.5) Bloom.SetBaseAmount(1.1) Bloom.SetBloomAmount(0.7) Bloom.SetColourScale(0.4) Bloom.SetColourThreshold(0.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.15) Fog.SetDensity(0.9) -- Other available sun commands are Sun.SetPosition(x,y,z)