MBHaxe/data/missions/beginner/powerjump.mis
2021-06-28 22:38:36 +05:30

131 lines
4 KiB
Text

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
desc = "Use the Super Jump PowerUp to make big jumps and get to the end of the course.";
level = "4";
startHelpText = "Use the Super Jump PowerUp to get to the finish up above!";
type = "Beginner";
name = "Learn the Super Jump";
artist = "Alex Swanson";
goldTime = "5000";
};
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/sky_day.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.512126 0.512126 -0.689532";
color = "1.400000 1.200000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000";
locked = "true";
scale = "1 1 1";
position = "0 0 0";
rotation = "1 0 0 0";
};
new SimGroup(CheckPoints) {
new StaticShape(StartPoint) {
position = "24.4767 -30 516.1";
rotation = "0 0 -1 30.9398";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "5.43293 2.29964 515.665";
rotation = "0 0 -1 29.7937";
scale = "1 1 1";
dataBlock = "EndPad";
};
};
new Trigger(Bounds) {
position = "-73.1933 6.78517 509.256";
rotation = "0 0 -1 30.9397";
scale = "130.089 130.681 40.6102";
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 InteriorInstance() {
position = "16.0818 -15.6546 510.789";
rotation = "0 0 1 239.106";
scale = "1 1 1";
interiorFile = "~/data/interiors/beginner/training_jump.dif";
showTerrainInside = "0";
};
new Item() {
position = "12.5684 -9.90546 512.385";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
showHelpOnPickup = "1";
};
new StaticShape() {
position = "9.16229 -11.9333 512.665";
rotation = "0.097549 -0.2127 -0.972236 50.5082";
scale = "1 1 1";
dataBlock = "SignPlainUp";
};
new StaticShape() {
position = "7.55424 0.76008 521.084";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new ScriptObject() {
bonusTime = "0";
time = "0";
gemCount = "0";
penaltyTime = "0";
powerUp = "0";
pad = "1585";
};
new MessageVector(HudMessageVector) {
};
new ScriptObject() {
bonusTime = "0";
time = "0";
gemCount = "0";
penaltyTime = "0";
powerUp = "0";
pad = "2080";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Beach Party.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---