mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
107 lines
3.6 KiB
Text
107 lines
3.6 KiB
Text
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
|
|
new ScriptObject(MissionInfo) {
|
|
startHelpText = "Jump up the ramp to the finish!";
|
|
level = "3";
|
|
name = "Jump Training";
|
|
type = "Beginner";
|
|
artist = "Alex Swanson";
|
|
desc = "Learn to jump up the upper ramp. Roll on to the exit pad to complete the level.";
|
|
goldTime = "6750";
|
|
music = "Classic Vibe.ogg";
|
|
};
|
|
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.481726 0.481726 -0.732038";
|
|
color = "1.400000 1.200000 0.400000 1.000000";
|
|
ambient = "0.300000 0.300000 0.400000 1.000000";
|
|
position = "0 0 0";
|
|
locked = "true";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
};
|
|
new SimGroup(CheckPoints) {
|
|
|
|
new StaticShape(StartPoint) {
|
|
position = "-0.28569 0.0961937 499.021";
|
|
rotation = "0 0 1 0.0559529";
|
|
scale = "1 1 1";
|
|
dataBlock = "StartPad";
|
|
};
|
|
new StaticShape(EndPoint) {
|
|
position = "25.1421 50.5672 504.912";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "EndPad";
|
|
};
|
|
};
|
|
new InteriorInstance() {
|
|
position = "10.2794 25.7924 502.697";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbg/beginner/training2.dif";
|
|
showTerrainInside = "0";
|
|
locked = "true";
|
|
};
|
|
new Trigger() {
|
|
position = "-11.298 103.375 478.493";
|
|
rotation = "1 0 0 0";
|
|
scale = "49.2618 126.785 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 Trigger() {
|
|
position = "-4.73127 29.8391 499.04";
|
|
rotation = "1 0 0 0";
|
|
scale = "8.88257 8.037 1";
|
|
dataBlock = "HelpTrigger";
|
|
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";
|
|
text = "Press <func:bind jump> to Jump!";
|
|
};
|
|
new StaticShape() {
|
|
position = "25.7706 50.5267 511.647";
|
|
rotation = "0 0 1 26.356";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignFinish";
|
|
};
|
|
new AudioProfile(MusicProfile) {
|
|
fileName = "~/data/sound/Beach Party.ogg";
|
|
description = "AudioMusic";
|
|
preload = "0";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|