mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
252 lines
6.7 KiB
Text
252 lines
6.7 KiB
Text
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
|
|
new ScriptObject(MissionInfo) {
|
|
startHelpText = "Keep moving to avoid falling through the trap doors!";
|
|
name = "Scaffold";
|
|
artist = "Alex Swanson";
|
|
desc = "Built by the lowest bidder.";
|
|
type = "advanced";
|
|
music = "Classic Vibe.ogg";
|
|
level = "35";
|
|
goldTime = "15000";
|
|
};
|
|
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/sky_day.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.6746 0.417457 -0.608805";
|
|
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_mbg/addon/scaffold.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new StaticShape(StartPoint) {
|
|
position = "2 -11.5 2";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "StartPad";
|
|
};
|
|
new StaticShape() {
|
|
position = "3 -10.5 6.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "1 -10.5 7.25";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "-1 -10.5 8";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "-3 -10.5 8.75";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "-5 -10.5 9.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "2.5 22 18";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "4.5 22 18.75";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "8.5 22 19.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "6.5 24 20.25";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "6.5 26 20.25";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "10.5 24 21.75";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "10.5 28 21.75";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape() {
|
|
position = "12.5 26 22.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TrapDoor";
|
|
open = "0";
|
|
resetTime = "Default";
|
|
timeout = "200";
|
|
};
|
|
new StaticShape(EndPoint) {
|
|
position = "22 26 23";
|
|
rotation = "0 0 1 89.9544";
|
|
scale = "1 1 1";
|
|
dataBlock = "EndPad";
|
|
};
|
|
new Trigger(Bounds) {
|
|
position = "-20 31.5 -2.02568";
|
|
rotation = "1 0 0 0";
|
|
scale = "47.5 48.5 42.0257";
|
|
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 Item() {
|
|
position = "-2.49187 -4.50746 3.0211";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new StaticShape() {
|
|
position = "22.6384 25.0345 28.4222";
|
|
rotation = "0 0 1 57.8687";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignFinish";
|
|
};
|
|
new Item() {
|
|
position = "-2.51466 -5.33479 3.02008";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "-4.9419 -10.5677 8.75513";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "6.40486 2.95151 2.62485";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "-4.68896 17.07 17.9547";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new AudioProfile(MusicProfile) {
|
|
fileName = "~/data/sound/Classic Vibe.ogg";
|
|
description = "AudioMusic";
|
|
preload = "0";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|