MBHaxe/data/missions_mbp/intermediate/CycloneLaunch.mis
2022-11-21 00:08:13 +05:30

142 lines
4.4 KiB
Text

// UT Tip: Patience is a virtue.
// Rep. by Oakster
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
name = "Cyclone Launch";
artist = "Andrew";
desc = "Use the Cyclones to your advantage!";
type = "Intermediate";
music = "Rising Temper.ogg";
level = "3";
startHelpText = "Use the Cyclones to your advantage!";
goldTime = "12000";
UltimateTime = "9750";
};
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/Intermediate/Intermediate_Sky.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";
locked = "true";
scale = "1 1 1";
position = "0 0 0";
rotation = "1 0 0 0";
};
new Trigger(Bounds) {
position = "0 32 500";
rotation = "1 0 0 0";
scale = "130 100 80";
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 = "34.488 1.04268 517.775";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_MBP/CycloneLaunch.dif";
showTerrainInside = "0";
};
new StaticShape(StartPoint) {
position = "89.1136 1.05612 507.76";
rotation = "0 0 -1 90";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape() {
position = "81.5573 -37.4258 536.542";
rotation = "0 0 1 90";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new StaticShape(EndPoint) {
position = "81.5598 -37.352 530.71";
rotation = "0 0 1 90";
scale = "1 1 1";
dataBlock = "EndPad";
};
new StaticShape() {
position = "62.6897 3.26113 509.013";
rotation = "0 0 -1 80";
scale = "1 1 1";
dataBlock = "SignCautionCaution";
};
new StaticShape() {
position = "55.6745 0.945609 508.014";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new StaticShape() {
position = "37.3384 -37.401 523.44";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new StaticShape() {
position = "28.5794 -8.54319 517.431";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new Trigger(afraid) {
position = "67.6209 4.04575 507.273";
rotation = "1 0 0 0";
scale = "3 6 3";
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 = "Don\'t be afraid; just roll off the platform and the Cyclone will do the rest!";
};
new StaticShape() {
position = "28.6 -40 523.2";
rotation = "0 0 -1 90";
scale = "1 1 1";
dataBlock = "SignSide";
};
new StaticShape() {
position = "26 1 518";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SignSide";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Seaside Revisited.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---