// UT Tip: You'll need a lot of diagonal usage here... // Rep. by Pablo //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { desc = "Just a small level to test your skills!"; name = "Astroflight"; music = "Endurance.ogg"; artist = "Xelna"; level = "22"; startHelpText = "Climb on the bar and take a slide for the win!"; type = "intermediate"; time = "80000"; goldTime = "30500"; UltimateTime = "23000"; AlarmStartTime = "20"; }; 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 Item() { position = "-17.6 5 5.2"; rotation = "1 0 0 0"; scale = "0.5 0.5 0.5"; dataBlock = "TimeTravelItem"; collideable = "0"; static = "1"; rotate = "1"; timeBonus = "2500"; }; new Item() { position = "-8.91793 4.95913 -0.4"; rotation = "1 0 0 0"; scale = "1 1 1.3"; dataBlock = "EasterEgg"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-15.5102 36.1748 29.8202"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-17.1041 -7.81696 25.065"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-37 5 0.6"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-37 -21 0.8"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "SuperSpeedItem"; collideable = "0"; static = "1"; rotate = "1"; }; new StaticShape() { position = "-24.9923 24.1871 21.57"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "DuctFan"; }; new Trigger(stayhere) { position = "-64.3055 47.8313 -4.77602"; rotation = "1 0 0 0"; scale = "75 80 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 StaticShape() { position = "-54.1499 -29.8056 12.7296"; rotation = "-0.142808 0.159572 0.976802 66.3701"; scale = "1 1 1"; dataBlock = "SignFinish"; }; new StaticShape(EndPoint) { position = "-52.7736 -27.8401 7.72377"; rotation = "0.325926 0.303147 -0.895474 100.419"; scale = "1 1 1"; dataBlock = "EndPad"; }; new InteriorInstance() { position = "1.4 7.8 0.445"; rotation = "0 0 1 180"; scale = "1 1 1"; interiorFile = "~/data/interiors_MBP/Astroflight.dif"; showTerrainInside = "0"; }; new StaticShape(StartPoint) { position = "-0.896713 5.01217 0.57"; rotation = "0 0 -1 90"; scale = "1 1 1"; dataBlock = "StartPad"; }; new Item() { position = "-30.95 32.6792 17.984"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new StaticShape() { position = "-9.82588 29.7047 29.81"; rotation = "0 0 1 225"; scale = "1 1 1"; dataBlock = "checkPoint"; }; new AudioProfile(MusicProfile) { fileName = "~/data/sound/Pianoforte.ogg"; description = "AudioMusic"; preload = "0"; }; }; //--- OBJECT WRITE END ---