// UT Tip: You can cross two gaps with ease if you use diagonal. //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { name = "Bumpy Highway"; desc = "Evade the bumps, making sure you don\'t fall off!"; level = "25"; artist = "Phil"; music = "Grudge.ogg"; startHelpText = "Evade the bumps, making sure you don\'t fall off!"; type = "intermediate"; time = "42000"; goldTime = "33000"; UltimateTime = "18000"; AlarmStartTime = "12"; }; 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 = "500"; 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 7.45949e-031 1.3684e-038"; fogVolume2 = "-1 1.07208e-014 8.756e-014"; fogVolume3 = "-1 5.1012e-010 2.05098e-008"; materialList = "~/data/skies/Intermediate/Intermediate_Sky.dml"; windVelocity = "1 0 0"; windEffectPrecipitation = "0"; noRenderBans = "1"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; }; new Sun() { direction = "0.638261 0.459006 -0.61801"; color = "1.400000 1.200000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000"; }; new StaticShape() { position = "16 15.6 8.1"; rotation = "0 0 1 90"; scale = "1 1 1"; dataBlock = "SignFinish"; }; new StaticShape(EndPoint) { position = "16 16 1.5"; rotation = "0 0 1 90"; scale = "1 1 1"; dataBlock = "EndPad"; }; new StaticShape(StartPoint) { position = "-4 4 1.5"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "StartPad"; }; new InteriorInstance() { position = "0 0 1"; rotation = "1 0 0 0"; scale = "1 1 1"; interiorFile = "~/data/interiors_MBP/mbp_bumpyhighway.dif"; showTerrainInside = "0"; }; new Trigger() { position = "-32 70 1.5"; rotation = "1 0 0 0"; scale = "8 4 4"; dataBlock = "HelpTrigger"; 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"; text = "Take care with these bumps!"; }; new Item() { position = "-4 44 9.5"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "TimeTravelItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-16.0475 80 1.55"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Trigger() { position = "-36.05 20 6.5"; rotation = "1 0 0 0"; scale = "4 8 12"; dataBlock = "HelpTrigger"; 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"; text = "Watch out! There\'s a hole!"; }; new Item() { position = "-22 46 4.05"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-72 44 9.05"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-40 16 6.55"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Trigger() { position = "-91.0058 102.5 0.937592"; rotation = "1 0 0 0"; scale = "120 120 60"; 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 AudioProfile(MusicProfile) { fileName = "~/data/sound/Seaside Revisited.ogg"; description = "AudioMusic"; preload = "0"; }; }; //--- OBJECT WRITE END ---