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

142 lines
4.5 KiB
Text

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
time = "0";
name = "Winding Road";
desc = "Follow the path and fly to the goal.";
startHelpText = "Follow the winding road, using the PowerUps to cross the gaps!";
type = "Beginner";
level = "23";
artist = "Alex Swanson";
goldTime = "22000";
};
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/sky_day.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.614021 -0.433884 -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/beginner/windingroad.dif";
showTerrainInside = "0";
};
new StaticShape(StartPoint) {
position = "-12 35.5 0";
rotation = "0 0 -1 89.3814";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "-36 -36.5 24";
rotation = "0 0 -1 89.3814";
scale = "1 1 1";
dataBlock = "EndPad";
};
new Item() {
position = "12 -36.5 36";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "HelicopterItem";
collideable = "0";
static = "1";
rotate = "1";
showHelpOnPickup = "1";
};
new Item() {
position = "0 35.5 16.2";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
showHelpOnPickup = "1";
};
new Trigger(Bounds) {
position = "-67 67 -4";
rotation = "1 0 0 0";
scale = "134 134 129.391";
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 = "6.29086 -30.7855 35.492";
rotation = "1 0 0 0";
scale = "13.0232 10.6006 3.1428";
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 = "Use the Gyrocopter PowerUp to float down to the finish.";
};
new ScriptObject() {
time = "0";
gemCount = "0";
powerUp = "0";
pad = "7106";
bonusTime = "0";
penaltyTime = "0";
};
new Trigger() {
position = "-5.90178 41.5194 15.6889";
rotation = "1 0 0 0";
scale = "11.6749 11.9692 3.1428";
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 = "Use the SuperJump to leap across the gap.";
};
new StaticShape() {
position = "-37.6477 -36.6952 34.2222";
rotation = "0 0 1 225.172";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new ScriptObject() {
time = "0";
gemCount = "0";
powerUp = "0";
pad = "6108";
bonusTime = "0";
penaltyTime = "0";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Beach Party.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---