# LevelSetup.ini # # Stores various values that need to be define at the start of each level. # E.g. fog parameters, weather etc. # Fog types: LINEAR, EXP, EXP2 # # Note: these values are assigned in order - the number in the record header is ignored!!!!!!!! RECORD world1 FOG_COLOUR 0,0,0,0 FOG_TYPE LINEAR FOG_DENSITY 0.01 NEAR_CLIP 0.1 FAR_CLIP 120.0 AMBIENT 0, 0, 0, 0 END #################################################################################################### RECORD CLOUDY FARCLIP 100.0f FOGSTART 30.0f SKY 6,6,6 CLOUDS 3,3,3 END #################################################################################################### RECORD WINDY FARCLIP 100.0f FOGSTART 30.0f SKY 6,6,6 CLOUDS 3,3,3 END ################################################################################################### RECORD RAINY AVOID END #################################################################################################### RECORD THUNDERSTORM AVOID END #################################################################################################### RECORD FOGGY FARCLIP 50.0f FOGSTART 5.0f SKY 11,11,11 CLOUDS 7,12,10 END #################################################################################################### RECORD CLEAR FARCLIP 100.0f FOGSTART 80.0f SKY 2,2,5 CLOUDS 2,2,5 END ############################################################################################ RECORD fogpatches #Just outside FOGPATCH 39.2, 9, 134.9, 39.2, 9, 141.8, 20.7, 9, 134.9, 20.7, 9, 141.8, 200 FOGPATCH 18.6, 9, 134.5, 18.6, 9, 141.8, 8.2, 9, 134.5, 8.2, 9, 141.8, 120 FOGPATCH 30.2, 9, 142.0, 30.2, 9, 170.0, 39.5, 9, 142.0, 39.5, 9, 170.0, 120 #Bushes FOGPATCH 6, 9, 149, 6, 9, 163, 18, 9, 149, 18, 9, 163, 130 #Near 2nd hostage FOGPATCH -91.5, 7, 167.6, -91.5, 7, 151, -77, 7, 167.6, -77, 7, 151, 120 #Near 2nd hostage down the steps FOGPATCH -66.8, 4, 144.7, -66.8, 4, 154, -73, 4, 144.7, -73, 4, 154, 120 #Coming out of tunnel FOGPATCH -74.7, 8, 168.4, -74.7, 8, 175.5, -91, 8, 168.4, -91, 8, 175.5, 120 #Near dumpsters FOGPATCH -117.3, 9, 181.4, -117.3, 9, 196.9, -112.3, 9, 181.4, -112.3, 9, 196.9, 120 #Above yellow ground FOGPATCH -92.8, 9, 189.4, -92.8, 9, 206.7, -85.3, 9, 189.4, -85.3, 9, 206.7, 120 # FOGPATCH -111, 11, 231.7, -111, 11, 240.5, -85, 11, 231.7, -85, 11, 240.5, 120 FOGPATCH -45, 10, 205.0, -45, 10, 210.0, -56, 10, 205.0, -56, 10, 210.0, 120 END # this space is intentionally left blank!