-- Level startup script print ("Tok_Race Script...") -- Load the skydome LoadSkyDome("SkyDomes\\tok_race_base.rom") LoadSkyDome("SkyDomes\\tok_race_hills.rom") LoadSkyDomeClouds("SkyDomes\\tok_race_skydome.rom",0.03,1) -- Bloom PS2 Bloom.SetEnabled(true) Bloom.SetBlurLevel(1.0) Bloom.SetBaseAmount(1.0) Bloom.SetBloomAmount(0.4) Bloom.SetColourScale(1.0) 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.4,0.65,1) Fog.SetRange(0.5,1.0) Fog.SetDistance( 0.03, 0.04 ) Fog.SetDensity( 1) -- Fog.ApplySettings() -- Setup the sun Sun.Enable(true) Sun.SetReflectionBrightness(1.0) Sun.SetReflectionSize(25) Sun.SetReflectionLength(1) Sun.SetColour(1.0,1.0,1.0,1.0) Sun.SetFlareType(1) Sun.SetSharpness(.5) -- Other available sun commands are Sun.SetPosition(x,y,z)