mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
336 lines
8.9 KiB
Text
336 lines
8.9 KiB
Text
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
|
|
new ScriptObject(MissionInfo) {
|
|
time = "0";
|
|
name = "Mine Field";
|
|
desc = "Avoid the mines!";
|
|
type = "Beginner";
|
|
startHelpText = "Roll to the finish!";
|
|
level = "18";
|
|
artist = "Alex Swanson";
|
|
goldTime = "5250";
|
|
};
|
|
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 -2.38223e+038 -2.38218e+038";
|
|
fogVolume2 = "-1 -2.34215e+038 -2.34215e+038";
|
|
fogVolume3 = "-1 -2.31546e+038 -2.30217e+038";
|
|
materialList = "~/data/skies/sky_day.dml";
|
|
windVelocity = "1 0 0";
|
|
windEffectPrecipitation = "0";
|
|
noRenderBans = "1";
|
|
fogVolumeColor1 = "128.000000 128.000000 128.000000 -235549196024539770000000000000000000000.000000";
|
|
fogVolumeColor2 = "128.000000 128.000000 128.000000 -231551107161058350000000000000000000000.000000";
|
|
fogVolumeColor3 = "128.000000 128.000000 128.000000 -223539291696291090000000000000000000000.000000";
|
|
};
|
|
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";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors/beginner/training_mines.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new StaticShape(StartPoint) {
|
|
position = "-12 -12 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "StartPad";
|
|
};
|
|
new StaticShape(EndPoint) {
|
|
position = "12 -4 0";
|
|
rotation = "0 0 1 180.091";
|
|
scale = "1 1 1";
|
|
dataBlock = "EndPad";
|
|
};
|
|
new StaticShape() {
|
|
position = "-7 15 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-7 13 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-7 11 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-7 9 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-5 9 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-5 11 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-5 13 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-5 15 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 15 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "1 15 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "5 15 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "5 13 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "5 11 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "5 9 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 9 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 11 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 13 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 15 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "1 13 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "1 11 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "1 9 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "3 9 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "3 11 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "3 13 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "3 15 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 13 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 11 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 9 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-1 9 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-1 11 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-1 13 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new StaticShape() {
|
|
position = "-1 15 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "LandMine";
|
|
resetTime = "Default";
|
|
};
|
|
new Trigger(Bounds) {
|
|
position = "-19.5 19.5 -4.6875";
|
|
rotation = "1 0 0 0";
|
|
scale = "39 39 92.3498";
|
|
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 = "-7.95882 7.88509 1.17651";
|
|
rotation = "-0.014983 -0.046774 0.998793 35.5636";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignCautionDanger";
|
|
};
|
|
new StaticShape() {
|
|
position = "13.8656 -4.43318 5.8596";
|
|
rotation = "0 0 -1 14.324";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignFinish";
|
|
};
|
|
new Trigger() {
|
|
position = "-12.1386 16.335 -0.0969801";
|
|
rotation = "1 0 0 0";
|
|
scale = "20.1563 9.73608 7.37518";
|
|
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 = "Beware of mines!";
|
|
};
|
|
new ScriptObject() {
|
|
gemCount = "0";
|
|
time = "0";
|
|
powerUp = "0";
|
|
pad = "1524";
|
|
bonusTime = "0";
|
|
penaltyTime = "0";
|
|
};
|
|
new AudioProfile(MusicProfile) {
|
|
fileName = "~/data/sound/Beach Party.ogg";
|
|
description = "AudioMusic";
|
|
preload = "0";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|