// UT Tip: You can still cross the gap! //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { name = "Take a Stroll..."; level = "11"; music = "Endurance.ogg"; artist = "Phil"; startHelpText = "Taking a stroll is not always easy..."; type = "intermediate"; desc = "Move and jump carefully up and around the platforms, making sure you control your spin!"; goldTime = "20000"; UltimateTime = "7500"; }; 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 = "10.45 -19.95 7.6"; rotation = "0 0 -1 17.43"; scale = "1 1 1"; dataBlock = "SignFinish"; }; new StaticShape(EndPoint) { position = "10 -20 3"; rotation = "0 0 1 180"; scale = "1 1 1"; dataBlock = "EndPad"; }; new StaticShape(StartPoint) { position = "-2 2 0.5"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "StartPad"; }; new InteriorInstance() { position = "0 0 0"; rotation = "1 0 0 0"; scale = "1 1 1"; interiorFile = "~/data/interiors_MBP/TakeAStroll.dif"; showTerrainInside = "0"; }; new Item() { position = "17 -9 3.05"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "5.9876 0.979941 3.65"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "TimeTravelItem"; collideable = "0"; static = "1"; rotate = "1"; timeBonus = "2000"; }; new StaticShape() { position = "8.25 16.85 -0.3"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "TriangleBumper"; }; new Item() { position = "15.036 -9.05103 2.2"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "TimeTravelItem"; collideable = "0"; static = "1"; rotate = "1"; timeBonus = "2000"; }; new Item() { position = "3 -11 3.05"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Trigger() { position = "-13 20 -2.6"; rotation = "1 0 0 0"; scale = "35 50 25"; 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 Item() { position = "10 6 6.2"; rotation = "1 0 0 0"; scale = "0.7 0.7 1"; dataBlock = "EasterEgg"; collideable = "0"; static = "1"; rotate = "1"; }; new AudioProfile(MusicProfile) { fileName = "~/data/sound/Seaside Revisited.ogg"; description = "AudioMusic"; preload = "0"; }; }; //--- OBJECT WRITE END ---