// UT Tip: Try jumping to the goal. // Rep. by Phil //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { name = "Gravity Knot"; artist = "Ian"; startHelpText = "Find the shortcut to finish with the best time!"; type = "beginner"; desc = "By picking up the gravity defiers, you can roll on the walls!"; level = "6"; music = "Seaside Revisited.ogg"; goldTime = "16000"; UltimateTime = "6500"; }; 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/Beginner/Beginner_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 InteriorInstance() { position = "0 0 0"; rotation = "1 0 0 0"; scale = "1 1 1"; interiorFile = "~/data/interiors_MBP/GravityKnot.dif"; showTerrainInside = "0"; }; new StaticShape(StartPoint) { position = "-0.8 3 1"; rotation = "0 0 -1 90"; scale = "1 1 1"; dataBlock = "StartPad"; }; new Item() { position = "-21 -1 -4.3"; rotation = "1 0 0 90"; scale = "1 1 1"; dataBlock = "AntiGravityItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-47.2 -1 -2.1"; rotation = "0 1 0 90"; scale = "1 1 1"; dataBlock = "AntiGravityItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-49.8 -46.8 -2"; rotation = "1 0 0 90"; scale = "1 1 1"; dataBlock = "AntiGravityItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-56.8 -44 -2"; rotation = "0 -1 0 90"; scale = "1 1 1"; dataBlock = "AntiGravityItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-55.3 -31 7.4"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "AntiGravityItem"; collideable = "0"; static = "1"; rotate = "1"; }; new Item() { position = "-17 -31 15.4"; rotation = "1 0 0 180"; scale = "1 1 1"; dataBlock = "AntiGravityItem"; collideable = "0"; static = "1"; rotate = "1"; }; new StaticShape(EndPoint) { position = "-59 -31 14"; rotation = "0 0 -1 90"; scale = "1 1 1"; dataBlock = "EndPad"; }; new Trigger(Bounds) { position = "-83.2 31.4 -27.2"; rotation = "1 0 0 0"; scale = "100 100 55"; 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 = "-58.8084 -31.2645 20.5133"; rotation = "0 0 1 82.5515"; scale = "1 1 1"; dataBlock = "SignFinish"; }; new StaticShape() { position = "-20.867 0.847595 0.902156"; rotation = "-0.0476156 -0.105683 0.993259 177.123"; scale = "1 1 1"; dataBlock = "SignDownSide"; }; new StaticShape() { position = "-48 -30.0665 0.0712483"; rotation = "0 -1 0 90"; scale = "1 1 1"; dataBlock = "Sign"; }; new StaticShape() { position = "-55.6 -46 -4.2"; rotation = "-1 0 0 90"; scale = "1 1 1"; dataBlock = "SignDownSide"; }; new StaticShape() { position = "-56 -33.5 7.1"; rotation = "0 1 0 90"; scale = "1 1 1"; dataBlock = "SignDownSide"; }; new StaticShape() { position = "-15.4324 -32.1737 13.002"; rotation = "1 0 0 180"; scale = "1 1 1"; dataBlock = "SignDown"; }; new StaticShape() { position = "-48.0439 -45.4773 -0.300929"; rotation = "-0.268514 -0.943028 0.196466 95.0741"; scale = "1 1 1"; dataBlock = "Sign"; }; new AudioProfile(MusicProfile) { fileName = "~/data/sound/Seaside Revisited.ogg"; description = "AudioMusic"; preload = "0"; }; }; //--- OBJECT WRITE END ---