// UT Tip: You can cut off some of the path. // Slight fixes and scenery by Matan //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { name = "Slippery Steps"; artist = "Jase"; startHelpText = "Take care when crossing the ice."; desc = "Steps can be Slippery"; type = "advanced"; level = "11"; music = "Astrolabe.ogg"; time = "50000"; goldTime = "22000"; UltimateTime = "16000"; }; 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/Advanced/Advanced_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 = "17.7128 14.5207 18.0614"; rotation = "0 0 1 90.5273"; scale = "1 1 1"; dataBlock = "SignFinish"; }; new StaticShape(EndPoint) { position = "17.37 14.8 13.5"; rotation = "0 0 1 90"; scale = "1 1 1"; dataBlock = "EndPad"; }; new StaticShape(StartPoint) { position = "-5.5 5.4 4.75"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "StartPad"; }; new InteriorInstance() { position = "-4 5.45 -92.06"; rotation = "1 0 0 0"; scale = "1 1 1"; interiorFile = "~/data/interiors_MBP/SlipperySteps.dif"; showTerrainInside = "0"; }; new Item() { position = "-1.5 16.85 5.75"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-24.85 -6.6 5.4"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "9.7 -2.6 11.95"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "GemItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Trigger() { position = "-38 41 2"; rotation = "1 0 0 0"; scale = "70 70 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 AudioProfile(MusicProfile) { fileName = "~/data/sound/Seaside Revisited.ogg"; description = "AudioMusic"; preload = "0"; }; new Item() { position = "9.8 3.1 14.7"; rotation = "1 0 0 0"; scale = "1 1 1.3"; dataBlock = "EasterEgg"; collideable = "0"; static = "1"; rotate = "1"; }; }; //--- OBJECT WRITE END ---