mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-01-10 09:12:16 +00:00
435 lines
11 KiB
Text
435 lines
11 KiB
Text
// UT Tip: Ever hit a nuke and landed on a tightrope? Fear not for the marble's safety.
|
|
// For a faster time, think what you can do with the gravity defiers.
|
|
// Rep. by Phil
|
|
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
|
|
new ScriptObject(MissionInfo) {
|
|
artist = "Andrew";
|
|
name = "Catwalks";
|
|
music = "Pianoforte.ogg";
|
|
goldTime = "135000";
|
|
desc = "Good balancing skills are the key to success here!";
|
|
startHelpText = "Can you maintain your balance long enough to make it to the end?";
|
|
UltimateTime = "95000";
|
|
level = "20";
|
|
type = "Expert";
|
|
};
|
|
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/Expert/Expert_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 = "0.700000 0.700000 0.700000 1.000000";
|
|
ambient = "0.100000 0.100000 0.200000 1.000000";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_MBP/Catwalks.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new Item() {
|
|
position = "-52.25 66.5 11";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "-26.25 44.75 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
|
|
};
|
|
new Item() {
|
|
position = "1.5 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
|
|
};
|
|
new Item() {
|
|
position = "48.25 45.75 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "48.25 70.75 11.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new StaticShape(StartPoint) {
|
|
position = "-3 3 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "StartPad";
|
|
};
|
|
new Item() {
|
|
position = "-36.5 95.75 12.75";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 69.5 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 62.5 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 59.5 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 58.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 53.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 52.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 46.75 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 45.75 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 40.75 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 39.75 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 38.75 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 34.75 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24.25 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "RoundBumper";
|
|
};
|
|
new Item() {
|
|
position = "-24.75 83.75 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "-24.25 61 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new StaticShape() {
|
|
position = "-12 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "Nuke";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-2.5 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "Nuke";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-1.5 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "Nuke";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "4.5 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "Nuke";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "5.5 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "Nuke";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "18 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "Nuke";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "21.5 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "Nuke";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "26.5 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "Nuke";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "34.5 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "Nuke";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "42.5 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "Nuke";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "43.5 30.25 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "Nuke";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "84.1922 27.758 31";
|
|
rotation = "0 0 1 48.7014";
|
|
scale = "1 1 1";
|
|
dataBlock = "checkPoint";
|
|
};
|
|
new StaticShape() {
|
|
position = "30.0147 73.2642 11.5";
|
|
rotation = "0 0 -1 119.175";
|
|
scale = "1 1 1";
|
|
dataBlock = "checkPoint";
|
|
};
|
|
new Item() {
|
|
position = "-87.75 60.9 12.35";
|
|
rotation = "-1 0 0 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "AntiGravityItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "-72.25 60.65 28.75";
|
|
rotation = "1 0 0 180";
|
|
scale = "1 1 1";
|
|
dataBlock = "AntiGravityItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "-76 70.75 11.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "-87.8 60.05 31.75";
|
|
rotation = "1 0 0 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
|
|
};
|
|
new Item() {
|
|
position = "-64.25 32.125 20.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new StaticShape(EndPoint) {
|
|
position = "-29 33.5 28";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "EndPad";
|
|
};
|
|
new Item() {
|
|
position = "-34.5 95.75 21";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Trigger(Bounds) {
|
|
position = "-199 208.5 -39.4";
|
|
rotation = "1 0 0 0";
|
|
scale = "398.5 315.5 300";
|
|
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 = "-28.8388 32.9381 40.5722";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignFinish";
|
|
};
|
|
new Item() {
|
|
position = "86 30.05 30.3";
|
|
rotation = "1 0 0 0";
|
|
scale = "0.1 0.1 0.13";
|
|
dataBlock = "EasterEgg";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new StaticShape() {
|
|
position = "-60 52 34.4";
|
|
rotation = "-0.0111715 0.707155 0.70697 180";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignSide";
|
|
};
|
|
new StaticShape() {
|
|
position = "85.5 29 31";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignDownSide";
|
|
};
|
|
new StaticShape() {
|
|
position = "-16.5 35.96 22.25";
|
|
rotation = "0.646292 0.496432 0.579536 127.577";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignDownSide";
|
|
};
|
|
new StaticShape() {
|
|
position = "-60 52 7";
|
|
rotation = "0.577657 -0.577197 -0.577197 120";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignSide";
|
|
};
|
|
new StaticShape() {
|
|
position = "-32.1 44.94 4.7";
|
|
rotation = "-0.0695556 0.728308 0.681711 170.279";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignDownSide";
|
|
};
|
|
new StaticShape() {
|
|
position = "-29.4 36.494 20.6";
|
|
rotation = "0.598838 -0.561698 -0.570866 120";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignSide";
|
|
};
|
|
new AudioProfile(MusicProfile) {
|
|
fileName = "~/data/sound/Pianoforte.ogg";
|
|
description = "AudioMusic";
|
|
preload = "0";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|