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

147 lines
4.3 KiB
Text

// UT Tip: Cut through bits of the level
// Rep. by Pablo
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
name = "Crash Course";
artist = "Jase";
startHelpText = "Can you do it?";
desc = "A small yet challenging course to test your skills.";
type = "Advanced";
music = "Seaside Revisited.ogg";
level = "14";
time = "50000";
goldTime = "22000";
UltimateTime = "15500";
};
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/Advanced/Advanced_Sky.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.280868 0.579493 -0.76505";
color = "1.400000 1.200000 0.400000 1.000000";
ambient = "0.400000 0.400000 0.400000 1.000000";
};
new InteriorInstance() {
position = "-25.5964 21.4239 3.7";
rotation = "0 0 1 90";
scale = "1 1 1";
interiorFile = "~/data/interiors_MBP/CrashCourse.dif";
showTerrainInside = "0";
};
new StaticShape(StartPoint) {
position = "-27.5342 23.4279 4.2";
rotation = "0 0 1 180.091";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "19.3261 -74.7505 2.13";
rotation = "0 0 1 90";
scale = "1 1 1";
dataBlock = "EndPad";
};
new Item() {
position = "-27.5798 15.4754 -0.111579";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-8.51766 -23.1366 2.85056";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-8.62241 -38.0727 2.55809";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-8.56417 -21.1933 6.41171";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "19.2907 -75.18 6.82225";
rotation = "0 0 1 90";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new Trigger(Bounds) {
position = "-38.1942 40.0786 -7.39844";
rotation = "1 0 0 0";
scale = "70 120 60";
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 = "-8.5 -11.05 0.699";
rotation = "0 0 1 180";
scale = "1 1 1";
dataBlock = "checkPoint";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Seaside Revisited.ogg";
description = "AudioMusic";
preload = "0";
};
new Item() {
position = "-28.75 -11.2 -1.35";
rotation = "1 0 0 0";
scale = "1 1 1.3";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
};
//--- OBJECT WRITE END ---