mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
386 lines
9.8 KiB
Text
386 lines
9.8 KiB
Text
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
|
|
new ScriptObject(MissionInfo) {
|
|
type = "Beginner";
|
|
startHelpText = "Don\'t sit still on the trapdoors, or you\'ll fall!";
|
|
level = "19";
|
|
time = "0";
|
|
artist = "Alex Swanson";
|
|
name = "Trapdoors!";
|
|
desc = "Don\'t fall through!";
|
|
goldTime = "3000";
|
|
};
|
|
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 -1 1";
|
|
fogVolume2 = "-1 -1 1";
|
|
fogVolume3 = "-1 -1 0";
|
|
materialList = "~/data/skies/sky_day.dml";
|
|
windVelocity = "1 0 0";
|
|
windEffectPrecipitation = "0";
|
|
noRenderBans = "1";
|
|
fogVolumeColor1 = "128.000000 128.000000 128.000000 -1.000000";
|
|
fogVolumeColor2 = "128.000000 128.000000 128.000000 -1.000000";
|
|
fogVolumeColor3 = "128.000000 128.000000 128.000000 -1.000000";
|
|
};
|
|
new Sun() {
|
|
direction = "0.465861 0.62724 -0.624134";
|
|
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_trapdoor.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new StaticShape(StartPoint) {
|
|
position = "20 -1.89612e-007 32";
|
|
rotation = "0 0 -1 89.9544";
|
|
scale = "1 1 1";
|
|
dataBlock = "StartPad";
|
|
};
|
|
new StaticShape(EndPoint) {
|
|
position = "-16 3.20029e-007 32";
|
|
rotation = "0 0 -1 89.9544";
|
|
scale = "1 1 1";
|
|
dataBlock = "EndPad";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 7 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 5 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 3 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 1 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 -1 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 -3 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 -5 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 -7 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 7 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 5 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 3 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 1 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 -1 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 -3 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 -5 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "5 7 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "3 5 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "1 7 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-1 5 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-1 1 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-1 -3 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-1 -7 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "1 3 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "1 -1 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "1 -5 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "3 1 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "3 -3 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "3 -7 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "5 3 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "5 -1 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "5 -5 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "7 -7 32";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
open = "0";
|
|
};
|
|
new Trigger(Bounds) {
|
|
position = "-23 11 26.9354";
|
|
rotation = "1 0 0 0";
|
|
scale = "50 22 22.0648";
|
|
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 ScriptObject() {
|
|
powerUp = "0";
|
|
pad = "1526";
|
|
penaltyTime = "0";
|
|
bonusTime = "0";
|
|
time = "0";
|
|
gemCount = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-15.5805 0.400727 39.02";
|
|
rotation = "0 0 -1 68.7549";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignFinish";
|
|
};
|
|
new AudioProfile(MusicProfile) {
|
|
fileName = "~/data/sound/Beach Party.ogg";
|
|
description = "AudioMusic";
|
|
preload = "0";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|