MBHaxe/data/missions_mbp/advanced/PlatformRace.mis
2022-11-21 00:08:13 +05:30

821 lines
24 KiB
Text

// UT Tip: Wait for it to respawn.
// Rep. by Oakster
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
name = "Platform Race";
desc = "You need good speed and agility for this one.";
level = "9";
music = "Endurance.ogg";
type = "Advanced";
artist = "Andrew";
startHelpText = "Get the diamond at each stop in under 15 seconds, or the platform will leave you behind!!";
goldTime = "122750";
UltimateTime = "121000";
};
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 InteriorInstance() {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_MBP/PlatformRace.dif";
showTerrainInside = "0";
};
new SimGroup(MustChange_g) {
new Path() {
new Marker() {
position = "-6.25 -0.25 0";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "0";
msToNext = "8000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-6.25 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "1";
msToNext = "15000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-6.25 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "2";
msToNext = "8000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-6.25 -0.25 62.5";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "3";
msToNext = "15000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-6.25 -0.25 62.5";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "4";
msToNext = "8000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-6.25 -0.25 93.75";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "5";
msToNext = "15000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-6.25 -0.25 93.75";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "6";
msToNext = "8000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-6.25 -0.25 125";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "7";
msToNext = "15000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-6.25 -0.25 125";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "8";
msToNext = "8000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-6.25 -0.25 156.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "9";
msToNext = "15000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-6.25 -0.25 156.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "10";
msToNext = "8000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-6.25 -0.25 187.5";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "11";
msToNext = "0";
smoothingType = "Accelerate";
};
};
new Trigger(MustChange) {
position = "-6.25 -0.25 -69";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TriggerGotoTarget";
polyhedron = "3.0000000 3.0000000 0.7500000 0.0000000 -6.0000000 0.0000000 -6.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -1.5000000";
targetTime = "123000";
};
new PathedInterior(MustChange) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PathedDefault";
interiorResource = $usermods @ "/data/interiors_MBP/PlatformRace.dif";
interiorIndex = "0";
basePosition = "0 0 0";
baseRotation = "1 0 0 0";
baseScale = "1 1 1";
initialTargetPosition = "0";
};
};
new SimGroup(MustChange_g) {
new Path() {
new Marker() {
position = "-9.5 -0.25 0";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "0";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-9.5 -8.25 0";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "1";
msToNext = "3000";
smoothingType = "Accelerate";
};
};
new Trigger(MustChange) {
position = "-6.25 -0.25 -69";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TriggerGotoTarget";
polyhedron = "3.0000000 3.0000000 0.7500000 0.0000000 -6.0000000 0.0000000 -6.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -1.5000000";
targetTime = "123000";
};
new PathedInterior(MustChange) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PathedDefault";
interiorResource = $usermods @ "/data/interiors_MBP/PlatformRace.dif";
interiorIndex = "1";
basePosition = "0 0 0";
baseRotation = "1 0 0 0";
baseScale = "1 1 1";
initialTargetPosition = "0";
};
};
new SimGroup(MustChange_g) {
new Path() {
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "0";
msToNext = "5000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "1";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "2";
msToNext = "15000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "3";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "4";
msToNext = "3000";
smoothingType = "Accelerate";
};
};
new Trigger(MustChange) {
position = "-6.25 -0.25 -69";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TriggerGotoTarget";
polyhedron = "3.0000000 3.0000000 0.7500000 0.0000000 -6.0000000 0.0000000 -6.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -1.5000000";
targetTime = "123000";
};
new PathedInterior(MustChange) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PathedDefault";
interiorResource = $usermods @ "/data/interiors_MBP/PlatformRace.dif";
interiorIndex = "2";
basePosition = "0 0 0";
baseRotation = "1 0 0 0";
baseScale = "1 1 1";
initialTargetPosition = "0";
};
};
new SimGroup(MustChange_g) {
new Path() {
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "0";
msToNext = "28000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "1";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "2";
msToNext = "15000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "3";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "4";
msToNext = "3000";
smoothingType = "Accelerate";
};
};
new Trigger(MustChange) {
position = "-6.25 -0.25 -69";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TriggerGotoTarget";
polyhedron = "3.0000000 3.0000000 0.7500000 0.0000000 -6.0000000 0.0000000 -6.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -1.5000000";
targetTime = "123000";
};
new PathedInterior(MustChange) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PathedDefault";
interiorResource = $usermods @ "/data/interiors_MBP/PlatformRace.dif";
interiorIndex = "3";
basePosition = "0 0 0";
baseRotation = "1 0 0 0";
baseScale = "1 1 1";
initialTargetPosition = "0";
};
};
new SimGroup(MustChange_g) {
new Path() {
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "0";
msToNext = "51000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "1";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "2";
msToNext = "15000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "3";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "4";
msToNext = "3000";
smoothingType = "Accelerate";
};
};
new Trigger(MustChange) {
position = "-6.25 -0.25 -69";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TriggerGotoTarget";
polyhedron = "3.0000000 3.0000000 0.7500000 0.0000000 -6.0000000 0.0000000 -6.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -1.5000000";
targetTime = "123000";
};
new PathedInterior(MustChange) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PathedDefault";
interiorResource = $usermods @ "/data/interiors_MBP/PlatformRace.dif";
interiorIndex = "4";
basePosition = "0 0 0";
baseRotation = "1 0 0 0";
baseScale = "1 1 1";
initialTargetPosition = "0";
};
};
new SimGroup(MustChange_g) {
new Path() {
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "0";
msToNext = "74000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "1";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "2";
msToNext = "15000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "3";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "4";
msToNext = "3000";
smoothingType = "Accelerate";
};
};
new Trigger(MustChange) {
position = "-6.25 -0.25 -69";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TriggerGotoTarget";
polyhedron = "3.0000000 3.0000000 0.7500000 0.0000000 -6.0000000 0.0000000 -6.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -1.5000000";
targetTime = "123000";
};
new PathedInterior(MustChange) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PathedDefault";
interiorResource = $usermods @ "/data/interiors_MBP/PlatformRace.dif";
interiorIndex = "5";
basePosition = "0 0 0";
baseRotation = "1 0 0 0";
baseScale = "1 1 1";
initialTargetPosition = "0";
};
};
new SimGroup(MustChange_g) {
new Path() {
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "0";
msToNext = "97000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "1";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "2";
msToNext = "15000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "3";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "4";
msToNext = "3000";
smoothingType = "Accelerate";
};
};
new Trigger(MustChange) {
position = "-6.25 -0.25 -69";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TriggerGotoTarget";
polyhedron = "3.0000000 3.0000000 0.7500000 0.0000000 -6.0000000 0.0000000 -6.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -1.5000000";
targetTime = "123000";
};
new PathedInterior(MustChange) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PathedDefault";
interiorResource = $usermods @ "/data/interiors_MBP/PlatformRace.dif";
interiorIndex = "6";
basePosition = "0 0 0";
baseRotation = "1 0 0 0";
baseScale = "1 1 1";
initialTargetPosition = "0";
};
};
new SimGroup(MustChange_g) {
new Path() {
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "0";
msToNext = "120000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -8.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "1";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-3 -0.25 31.25";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "2";
msToNext = "3000";
smoothingType = "Accelerate";
};
};
new Trigger(MustChange) {
position = "-6.25 -0.25 -69";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TriggerGotoTarget";
polyhedron = "3.0000000 3.0000000 0.7500000 0.0000000 -6.0000000 0.0000000 -6.0000000 0.0000000 0.0000000 0.0000000 0.0000000 -1.5000000";
targetTime = "150000";
};
new PathedInterior(MustChange) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PathedDefault";
interiorResource = $usermods @ "/data/interiors_MBP/PlatformRace.dif";
interiorIndex = "7";
basePosition = "0 0 0";
baseRotation = "1 0 0 0";
baseScale = "1 1 1";
initialTargetPosition = "0";
};
};
new StaticShape(StartPoint) {
position = "-0.259489 -0.269654 -69.7527";
rotation = "0 0 -1 90";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "-0.24834 -0.244458 117.75";
rotation = "0 0 1 90";
scale = "1 1 1";
dataBlock = "EndPad";
};
new StaticShape() {
position = "2.99668 -2.07513 55.25";
rotation = "0 0 1 169.205";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "3.92088 0.238299 55.238";
rotation = "1 0 0 0";
scale = "4 4 4";
dataBlock = "Nuke";
resetTime = "Default";
};
new Item() {
position = "-13.2612 13.0414 28.3047";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "23.7598 5.77814 -1.3802";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-26.334 20.7835 -33.2527";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-34.3318 20.8155 -26.4183";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "41.7804 -0.21562 63.348";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-42.7294 25.9333 98.334";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "-1.63656 0.780552 55.25";
rotation = "0 0 1 164.048";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "-1.00912 -1.8617 55.238";
rotation = "1 0 0 0";
scale = "4 4 4";
dataBlock = "Nuke";
resetTime = "Default";
};
new StaticShape() {
position = "23.7939 -0.22955 55.384";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new StaticShape() {
position = "7.84588 1.8833 55.238";
rotation = "1 0 0 0";
scale = "4 4 4";
dataBlock = "Nuke";
resetTime = "Default";
};
new StaticShape() {
position = "9.73973 -1.02107 55.238";
rotation = "1 0 0 0";
scale = "4 4 4";
dataBlock = "Nuke";
resetTime = "Default";
};
new StaticShape() {
position = "13.2775 0.898679 55.238";
rotation = "1 0 0 0";
scale = "4 4 4";
dataBlock = "Nuke";
resetTime = "Default";
};
new StaticShape() {
position = "16.5933 -1.79575 55.238";
rotation = "1 0 0 0";
scale = "4 4 4";
dataBlock = "Nuke";
resetTime = "Default";
};
new StaticShape() {
position = "20.2236 1.71821 55.238";
rotation = "1 0 0 0";
scale = "4 4 4";
dataBlock = "Nuke";
resetTime = "Default";
};
new Trigger(Bounds) {
position = "-70 45 -72";
rotation = "1 0 0 0";
scale = "140 70 275";
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 = "12.6581 -1.7667 55.396";
rotation = "0 0 -1 41.253";
scale = "1 1 1";
dataBlock = "TriangleBumper";
};
new StaticShape() {
position = "6.77706 -1.43766 55.396";
rotation = "0 0 1 214.469";
scale = "1 1 1";
dataBlock = "TriangleBumper";
};
new StaticShape() {
position = "16.7608 0.964989 55.396";
rotation = "0 0 -1 108.289";
scale = "1 1 1";
dataBlock = "TriangleBumper";
};
new StaticShape() {
position = "0.642787 0.686699 55.396";
rotation = "0 0 -1 100.268";
scale = "1 1 1";
dataBlock = "TriangleBumper";
};
new StaticShape() {
position = "19.7142 -1.00473 55.25";
rotation = "0 0 -1 46.4096";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "18.0586 1.95646 55.25";
rotation = "0 0 -1 112.3";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "14.923 -0.350716 55.25";
rotation = "0 0 1 131.39";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "10.3707 1.34855 55.25";
rotation = "0 0 1 180.091";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "5.57242 1.53149 55.25";
rotation = "0 0 -1 112.3";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new Item() {
position = "45.6754 -0.21562 64.493";
rotation = "1 0 0 0";
scale = "1 1 1.3";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "-6.70469 -0.244458 123.484";
rotation = "0 1 0 35";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Seaside Revisited.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---