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

176 lines
5.1 KiB
Text

// UT Tip: Aim for the Jump Boost and use it to the goal!
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
desc = "This level has so many shortcuts, it\'s not even funny!";
name = "Convoluted Helix";
level = "21";
music = "Seaside Revisited.ogg";
artist = "Pablo";
startHelpText = "Pick your shortcut!";
type = "intermediate";
goldTime = "20000";
UltimateTime = "11000";
};
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.57735 -0.57735 -0.57735";
color = "1.000000 1.000000 1.000000 1.000000";
ambient = "0.700000 0.700000 0.700000 1.000000";
};
new InteriorInstance() {
position = "-0.000167847 -0.000152588 0";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_MBP/ConvolutedHelix.dif";
showTerrainInside = "0";
};
new StaticShape(StartPoint) {
position = "1 2 0.5";
rotation = "0 0 1 90";
scale = "1 1 1";
dataBlock = "StartPad";
};
new Item() {
position = "20.2287 94.703 -61.1345";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "38.187 94.7085 -60.95";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "4.46136 133.951 -41.2282";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "4.5656 136.674 -40.8666";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Trigger(Bounds) {
position = "-8.6 198.569 -74.6919";
rotation = "1 0 0 0";
scale = "100 250 150";
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(EndPoint) {
position = "11.5023 169.238 -21.565";
rotation = "0 0 -1 90";
scale = "1 1 1";
dataBlock = "EndPad";
};
new StaticShape() {
position = "10.1201 168.213 -16.125";
rotation = "0 0 1 125";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new StaticShape() {
position = "6.22182 113.29 -44.5";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "5.52038 113.934 -44.5";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new Item() {
position = "13.0516 149.313 -23.7344";
rotation = "0 1 0 35";
scale = "1 1 1";
dataBlock = "SuperSpeedItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "14.1607 149.248 -22.9683";
rotation = "0 1 0 35";
scale = "1 1 1";
dataBlock = "SuperSpeedItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "21.9767 94.4948 -61.627";
rotation = "-0.976691 0.134118 0.167591 64.6075";
scale = "1 1 1";
dataBlock = "SignUpSide";
};
new StaticShape() {
position = "33.987 81.9085 -61.469";
rotation = "0 0 -1 63.6439";
scale = "1 1 1";
dataBlock = "checkPoint";
};
new StaticShape() {
position = "4.45014 140.461 -27.97";
rotation = "0 0 1 23.4912";
scale = "1 1 1";
dataBlock = "checkPoint";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Seaside Revisited.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---