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

130 lines
4.2 KiB
Text

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
startHelpText = "Race by the Duct Fans to finish!";
level = "17";
name = "Breezeway";
music = "Beach Party.ogg";
type = "beginner";
artist = "Alex Swanson";
desc = "Watch out for the duct fans!";
goldTime = "3500";
};
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.560395 0.341545 -0.754522";
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 = "2.60117 -3.09086 500.118";
rotation = "0 0 1 89.9544";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "47.0869 -3.09183 500.113";
rotation = "0 0 1 90.5273";
scale = "1 1 1";
dataBlock = "EndPad";
};
};
new Trigger(Bounds) {
position = "-1.50047 3.92374 494.141";
rotation = "1 0 0 0";
scale = "52.1696 14.0671 14.4808";
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 = "0.526207 -2.77715 499.622";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_mbg/beginner/training_fans.dif";
showTerrainInside = "0";
};
new StaticShape() {
position = "16.4286 -7.79968 500.858";
rotation = "-0.000562963 0.707107 0.707107 179.935";
scale = "1 1 1";
dataBlock = "DuctFan";
};
new StaticShape() {
position = "32.5512 2.2 500.555";
rotation = "-1 0 0 90";
scale = "1 1 1";
dataBlock = "DuctFan";
};
new StaticShape() {
position = "27.1647 -0.297122 501.271";
rotation = "0.0449167 0.0549801 0.997477 78.6371";
scale = "1 1 1";
dataBlock = "SignCautionCaution";
};
new StaticShape() {
position = "10.9721 -5.77621 501.377";
rotation = "0.0557942 -0.074813 0.995636 106.81";
scale = "1 1 1";
dataBlock = "SignCautionCaution";
};
new StaticShape() {
position = "46.8268 -5.58626 505.642";
rotation = "0 0 1 95.111";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new Trigger() {
position = "10.9996 -0.466551 499.922";
rotation = "1 0 0 0";
scale = "11.0481 5.45451 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 = "Beware of the wind from the fans.";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Beach Party.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---