MBHaxe/data/missions/intermediate/PuzzleOrdeal.mis
2022-11-11 23:10:53 +05:30

147 lines
4.4 KiB
Text

// UT Tip: Use your brain to find the shortcut! If you have one, that is.
// Rep. by Pablo
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
artist = "Ian";
name = "Puzzle Ordeal";
music = "Grudge.ogg";
startHelpText = "Use your brain! If you have one, that is.";
desc = "Can you figure out how to get past the obstacles?";
level = "29";
type = "Intermediate";
goldTime = "35000";
UltimateTime = "20000";
};
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.349971";
cloudHeightPer[1] = "0.3";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0005";
cloudSpeed2 = "0.001";
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 = "0 0 0";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
materialList = "~/data/skies/Intermediate/Intermediate_Sky.dml";
windVelocity = "1 1 0";
windEffectPrecipitation = "1";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -222768174765569860000000000000000000000.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -170698929442160050000000000000000000000.000000";
locked = "true";
};
new Sun() {
direction = "0.280868 0.579493 -0.76505";
color = "1.400000 1.200000 0.400000 1.000000";
ambient = "0.400000 0.400000 0.400000 1.000000";
};
new SimGroup(CheckPoints) {
new StaticShape(StartPoint) {
position = "-0.0749865 0.134184 498.19";
rotation = "0 0 1 89.4374";
scale = "1 1 1";
dataBlock = "StartPad";
};
};
new StaticShape() {
position = "352.452 -0.347421 510.386";
rotation = "0 0 1 90";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new InteriorInstance() {
position = "-2.85 -1.85 497.944";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_MBP/PuzzleOrdeal.dif";
showTerrainInside = "0";
};
new StaticShape(EndPoint) {
position = "352.478 -0.221858 498.142";
rotation = "0 0 1 90";
scale = "1 1 1";
dataBlock = "EndPad";
};
new InteriorInstance() {
position = "361.511 -9.17964 497.892";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_MBP/mbp_pyramid1.dif";
showTerrainInside = "0";
};
new Item() {
position = "189.673 0.12609 498.773";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Trigger(youfoundaninboundtrigger) {
position = "-11.118 20.5226 493.123";
rotation = "1 0 0 0";
scale = "400 40 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 Item() {
position = "26.2743 0.0728854 499.8";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "220.303 0.168326 499.5";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new InteriorInstance() {
position = "263.95 -1.85 497.944";
rotation = "1 0 0 0";
scale = "0 1 1";
interiorFile = "~/data/interiors_MBP/PuzzleOrdeal2.dif";
showTerrainInside = "0";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Seaside Revisited.ogg";
description = "AudioMusic";
preload = "0";
};
new Item() {
position = "11.2 0.15 508.95";
rotation = "1 0 0 0";
scale = "1 1 1.3";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
};
//--- OBJECT WRITE END ---