// UT Tip: Use the cyclone to cross the gap! // Rep. by Pablo //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { desc = "Pass the hazards and make your way to the finish"; artist = "Jase"; name = "Avoiding Hazards"; startHelpText = "Can you make it past the hazards?"; level = "9"; music = "Astrolabe.ogg"; type = "intermediate"; goldTime = "7500"; UltimateTime = "4500"; }; new MissionArea(MissionArea) { area = "-360 -648 720 1296"; flightCeiling = "300"; flightCeilingRange = "20"; locked = "true"; }; new Sky(Sky) { position = "336 136 0"; rotation = "1 0 0 0"; scale = "1 1 1"; cloudHeightPer[0] = "0"; cloudHeightPer[1] = "0"; cloudHeightPer[2] = "0"; cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; visibleDistance = "1000"; useSkyTextures = "1"; renderBottomTexture = "1"; SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; fogDistance = "300"; fogColor = "0.600000 0.600000 0.600000 1.000000"; fogVolume1 = "-1 -1.73483e+009 -1.73483e+009"; fogVolume2 = "-1 -1.73483e+009 -1.73483e+009"; fogVolume3 = "-1 -1.73483e+009 -1.73483e+009"; materialList = "~/data/skies/Intermediate/Intermediate_Sky.dml"; windVelocity = "1 0 0"; windEffectPrecipitation = "0"; noRenderBans = "1"; fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 -1734829824.000000"; }; new Sun() { direction = "0.280868 0.579493 -0.76505"; color = "1.400000 1.200000 0.400000 1.000000"; ambient = "0.400000 0.400000 0.400000 1.000000"; }; new StaticShape(StartPoint) { position = "-10 -39.6 0"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "StartPad"; }; new StaticShape(EndPoint) { position = "-9.87196 26.138 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "EndPad"; }; new InteriorInstance() { position = "-8 -35.9531 -0.296875"; rotation = "1 0 0 0"; scale = "1 1 1"; interiorFile = "~/data/interiors_MBP/AvoidingHazards.dif"; showTerrainInside = "0"; }; new StaticShape() { position = "-15.1496 -4.40216 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-3.09299 -7.73002 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-17.0229 -7.6414 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-15.2245 -7.71891 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-16.1606 -2.50881 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-16.1268 -5.79155 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-17.1524 -4.16481 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-4.89139 -7.65251 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-5.02089 -4.17592 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-3.99529 -5.80266 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-4.02909 -2.51992 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-3.01897 -3.87709 2.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RoundBumper"; }; new StaticShape() { position = "-9.8 -13.88 -1.3"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "Tornado"; }; new StaticShape() { position = "-8.96751 26.7084 9.32225"; rotation = "0 0 1 7.49997"; scale = "1 1 1"; dataBlock = "SignFinish"; }; new Trigger(stayhere) { position = "-25.3938 36.4884 -5.56358"; rotation = "1 0 0 0"; scale = "30 90 30"; dataBlock = "InBoundsTrigger"; polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 0.0000000 -1.0000000 0.0000000 0.0000000 0.0000000 1.0000000"; }; new StaticShape() { position = "-12.6 -11.4 -0.05"; rotation = "0 0 -1 90"; scale = "1 1 1"; dataBlock = "SignUpSide"; }; new StaticShape() { position = "-7 -11.4 -0.05"; rotation = "0 0 1 90"; scale = "1 1 1"; dataBlock = "SignUpSide"; }; new AudioProfile(MusicProfile) { fileName = "~/data/sound/Seaside Revisited.ogg"; description = "AudioMusic"; preload = "0"; }; }; //--- OBJECT WRITE END ---