MBHaxe/data/missions/intermediate/MountaintopRetreat.mis
2022-11-11 23:10:53 +05:30

171 lines
4.8 KiB
Text

// UT Tip: Stolen from MBU.
// Made for MBP by Ian, Rep. by Phil
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
music = "Astrolabe.ogg";
startHelpText = "Ascend up the path and head for the finish!";
name = "Mountaintop Retreat";
desc = "Ascend up the path and head for the finish!";
artist = "Alex Swanson";
type = "intermediate";
level = "2";
goldTime = "18000";
UltimateTime = "12500";
};
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 7.45949e-031 1.3684e-038";
fogVolume2 = "-1 1.07208e-014 8.756e-014";
fogVolume3 = "-1 5.1012e-010 2.05098e-008";
materialList = "~/data/skies/Intermediate/Intermediate_Sky.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
};
new Sun() {
direction = "0.638261 0.459006 -0.61801";
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_MBP/mbp_mountaintopretreat.dif";
showTerrainInside = "0";
};
new Item() {
position = "32 28 15.7";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape(StartPoint) {
position = "-2 2 0.5";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StartPad";
};
new Item() {
position = "0 4 27.7";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperSpeedItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "0 7.5 29";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "0 10 30.45";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "18 22 36.7";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape(EndPoint) {
position = "18 12 44";
rotation = "0 0 1 180";
scale = "1 1 1";
dataBlock = "EndPad";
};
new Item() {
position = "17.5 13 23.45";
rotation = "1 0 0 0";
scale = "0.7 0.7 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new Trigger(Bounds) {
position = "-7.5 49.5 -0.4";
rotation = "1 0 0 0";
scale = "45 53 70";
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 = "19.3227 11.2637 48.2222";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new StaticShape() {
position = "15.6 41.6 8.25";
rotation = "0 0 1 100";
scale = "1 1 1";
dataBlock = "SignCautionCaution";
};
new StaticShape() {
position = "34.1543 25.7412 15.5";
rotation = "0 0 1 73";
scale = "1 1 1";
dataBlock = "SignUp";
};
new StaticShape() {
position = "20.15 19.8 36.49";
rotation = "0 0 1 55";
scale = "1 1 1";
dataBlock = "SignUp";
};
new StaticShape() {
position = "15.9 19.75 36.49";
rotation = "0 0 -1 55";
scale = "1 1 1";
dataBlock = "SignUp";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Astrolabe.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---