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

124 lines
3.8 KiB
Text

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
type = "Beginner";
time = "5000";
goldTime = "3000";
name = "Time Trial";
level = "10";
startHelpText = "Grab the Time Travel Bonus on your way to the finish to qualify!";
desc = "Get to the end of the mission within 5 seconds. You\'ll have to get the Time Travel Bonus in order to qualify!";
artist = "Alex Swanson";
};
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.481726 0.481726 -0.732038";
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 = "-0.126423 -50.9603 488.817";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "1.28351 77.0685 488.836";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EndPad";
};
};
new Trigger(Bounds) {
position = "-8.28287 82.2954 488.288";
rotation = "1 0 0 0";
scale = "20 137.995 20";
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.000219345 -46.8518 487.926";
rotation = "0 0 -1 89.3814";
scale = "1 1 1";
interiorFile = "~/data/interiors/beginner/training_time.dif";
showTerrainInside = "0";
};
new Item() {
position = "0.306463 -17.0185 489.425";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
showHelpOnPickup = "1";
};
new ScriptObject() {
gemCount = "0";
time = "0";
bonusTime = "0";
pad = "2151";
penaltyTime = "0";
powerUp = "0";
};
new StaticShape() {
position = "3.34232 76.6273 496.658";
rotation = "0 0 -1 12.605";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new ScriptObject() {
gemCount = "0";
time = "0";
bonusTime = "0";
pad = "2204";
penaltyTime = "0";
powerUp = "0";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Beach Party.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---