-- Level startup script print ("Ams_Thief Script...") -- Load the skydome -- Load the skydome LoadSkyDome("SkyDomes\\AMS_Race_Sky.rom") -- Bloom PS2 Bloom.SetEnabled(true) --Bloom.SetBlurLevel(1.0) --Bloom.SetBaseAmount(1.0) --Bloom.SetBloomAmount(1.0) --Bloom.SetColourScale(1.0) --Bloom.SetColourThreshold(0.0) --Bloom.SetColourAdjust(1.0, 0.321, 0.337, 0.586) -- Fog -- Enable this for some rather fetching red fog! Fog.Enable(true) Fog.SetColour(1.0,0.1,0.1,0.15) Fog.SetRange(0.0,1.0) Fog.SetDistance( 0.0, 0.06 ) Fog.SetDensity( 1.0)