MBHaxe/data/missions_mbg/beginner/Elevator.mis
2022-11-21 00:08:13 +05:30

147 lines
4.8 KiB
Text

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
type = "Beginner";
startHelpText = "Jump onto the elevator to reach the goal.";
name = "Elevator";
music = "Shell.ogg";
desc = "Use the elevator to ascend the building.";
level = "7";
artist = "Alex Swanson";
goldTime = "4250";
};
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 -2.45543e+038 -2.46872e+038";
fogVolume2 = "-1 -1.70141e+038 -1.7281e+038";
fogVolume3 = "-1 -3.33835e+038 -3.33835e+038";
materialList = "~/data/skies/sky_day.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -265481509622188020000000000000000000000.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 -333834609190347200000000000000000000000.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -1.000000";
};
new Sun() {
direction = "0.433884 0.614021 -0.659336";
color = "1.400000 1.200000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000";
};
new InteriorInstance() {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_mbg/beginner/training_elevator.dif";
showTerrainInside = "0";
};
new StaticShape(StartPoint) {
position = "0 -13.5 -15";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "0 2 17.5";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EndPad";
};
new SimGroup(MustChange_g) {
new Path() {
new Marker() {
position = "0 -8 -14.5";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "0";
msToNext = "3000";
smoothingType = "Accelerate";
};
new Marker() {
position = "0 -8 17";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "1";
msToNext = "1500";
smoothingType = "Accelerate";
};
new Marker() {
position = "0 -8 -14.5";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "2";
msToNext = "0";
smoothingType = "Linear";
};
};
new Trigger(MustChange) {
position = "0.5 -8 -13.5";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TriggerGotoTarget";
polyhedron = "-7.5000000 2.0000000 0.5000000 0.0000000 -4.0000000 0.0000000 0.0000000 0.0000000 -1.0000000 15.0000000 0.0000000 0.0000000";
targetTime = "3000";
};
new Trigger(MustChange) {
position = "0.25 -0.25 -14.75";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TriggerGotoTarget";
polyhedron = "-63.7500000 63.2500000 0.2500000 0.0000000 -126.5000000 0.0000000 0.0000000 0.0000000 -0.5000000 127.5000000 0.0000000 0.0000000";
targetTime = "0";
};
new PathedInterior(MustChange) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PathedDefault";
interiorResource = $usermods @ "/data/interiors_mbg/beginner/training_elevator.dif";
interiorIndex = "0";
basePosition = "0 0 0";
baseRotation = "1 0 0 0";
baseScale = "1 1 1";
};
};
new Trigger(Bounds) {
position = "-67 66.5 -19";
rotation = "1 0 0 0";
scale = "134 133 53.5";
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() {
position = "0.48522 1.55173 24.5222";
rotation = "0 0 -1 23.4913";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Beach Party.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---