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

225 lines
6.2 KiB
Text

// UT Tip: Use the Jump Boost to get to the next floor from the sides.
// Rep. by Pablo
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
name = "Floor Climb";
desc = "Up the floors we go!";
level = "24";
music = "Rising Temper.ogg";
startHelpText = "Go up the path and use the powerups to get to the next floor.";
artist = "Matan";
type = "intermediate";
time = "90000";
goldTime = "57500";
UltimateTime = "50000";
AlarmStartTime = "20";
};
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 = "1000";
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 -1.73483e+009 -1.73483e+009";
fogVolume2 = "-1 -1.73483e+009 -1.73483e+009";
fogVolume3 = "-1 -1.73483e+009 -1.73483e+009";
materialList = "~/data/skies/Intermediate/Intermediate_Sky.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 -1734829824.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -1734829824.000000";
};
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 StaticShape(StartPoint) {
position = "-5 -8.85 0";
rotation = "0 0 1 180";
scale = "1 1 1";
dataBlock = "StartPad";
};
new InteriorInstance() {
position = "-8 -35.9531 -0.296875";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_MBP/FloorClimb.dif";
showTerrainInside = "0";
};
new Item() {
position = "-5.03831 -19.6923 8.53532";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-5.06957 -22.898 0.158281";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Trigger(stayhere) {
position = "-29.7157 4.1777 -1.13191";
rotation = "1 0 0 0";
scale = "50 50 50";
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 = "-17.0861 -6.84124 7.00825";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "9.1139 -9.04124 7.00325";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-19.0861 -32.8412 7.00525";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "6.7139 -34.8412 7.00625";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "-3.26 -20.8283 28.7036";
rotation = "-0.180389 -0.0753613 -0.980704 48.4656";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new Item(threesec) {
position = "-16.065 -10.3498 16.67";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
timeBonus = "3000";
};
new StaticShape(EndPoint) {
position = "-5.014 -20.9284 23.829";
rotation = "1 0 0 0";
scale = "0.45 0.45 0.45";
dataBlock = "EndPad";
};
new Item() {
position = "-16.065 -7.5498 16.67";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
timeBonus = "3000";
};
new Item() {
position = "-17.0315 -32.9681 30.2552";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "6.969 -8.92638 22.7302";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "6.96219 -32.9044 26.4417";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-17.1429 -8.96248 36.02";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Seaside Revisited.ogg";
description = "AudioMusic";
preload = "0";
};
new InteriorInstance() {
position = "-2.814 -22.7284 50";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_mbp/wood2x2.dif";
showTerrainInside = "0";
};
new Item() {
position = "-5.014 -20.7284 49.35";
rotation = "1 0 0 0";
scale = "1 1 1.3";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
};
//--- OBJECT WRITE END ---