mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
807 lines
23 KiB
Text
807 lines
23 KiB
Text
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
|
|
new ScriptObject(MissionInfo) {
|
|
time = "60000";
|
|
desc = "Can you make it all the way up to the Moon?";
|
|
level = "20";
|
|
type = "Advanced";
|
|
name = "To the Moon";
|
|
artist = "Kevin Ryan";
|
|
goldTime = 9000;
|
|
};
|
|
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.73483e+009 -1.73483e+009";
|
|
fogVolume2 = "-1 -1.73483e+009 -1.73483e+009";
|
|
fogVolume3 = "-1 -1.73483e+009 -1.73483e+009";
|
|
materialList = "~/data/skies/sky_day.dml";
|
|
windVelocity = "1 0 0";
|
|
windEffectPrecipitation = "0";
|
|
noRenderBans = "1";
|
|
fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000";
|
|
fogVolumeColor2 = "128.000000 128.000000 128.000000 -1734829824.000000";
|
|
fogVolumeColor3 = "128.000000 128.000000 128.000000 -1734829824.000000";
|
|
};
|
|
new Sun() {
|
|
direction = "0.442343 0.475025 -0.760713";
|
|
color = "1.400000 1.200000 0.500000 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/advanced/tothemoon.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new Trigger(Bounds) {
|
|
position = "-20 32.5 -6";
|
|
rotation = "1 0 0 0";
|
|
scale = "40 50.5 104";
|
|
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(EndPoint) {
|
|
position = "0 12.5 46.99";
|
|
rotation = "1 0 0 180";
|
|
scale = "1 1 1";
|
|
dataBlock = "EndPad";
|
|
};
|
|
new StaticShape(StartPoint) {
|
|
position = "0 -12.5 2";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "StartPad";
|
|
};
|
|
new SimGroup(Platform3_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "6 7.5 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "9000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 7.5 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "9000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 7.5 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "8000";
|
|
smoothingType = "Accelerate";
|
|
};
|
|
};
|
|
new PathedInterior(Platform3) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "0";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform4_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "6 6 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 6 -1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 6 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(Platform4) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "1";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform4_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-6.5 6 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 6 -1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 6 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(Platform4) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "2";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "1000";
|
|
};
|
|
};
|
|
new SimGroup(Platform4_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-2.5 6 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-2.5 6 -1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-2.5 6 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(Platform4) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "3";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "2000";
|
|
};
|
|
};
|
|
new SimGroup(Platform4_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "2 6 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "2 6 -1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "2 6 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "2000";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(Platform4) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "4";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "3000";
|
|
};
|
|
};
|
|
new SimGroup(Platform3_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-6.5 -5 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "6000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 -5 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "6000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 -5 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "8000";
|
|
smoothingType = "Accelerate";
|
|
};
|
|
};
|
|
new PathedInterior(Platform3) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "5";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform3_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-6.5 -3 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "7000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 -3 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "6500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 -3 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "8000";
|
|
smoothingType = "Accelerate";
|
|
};
|
|
};
|
|
new PathedInterior(Platform3) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "6";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform3_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-6.5 -1 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "8000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 -1 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "7500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 -1 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "8000";
|
|
smoothingType = "Accelerate";
|
|
};
|
|
};
|
|
new PathedInterior(Platform3) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "7";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform3_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "6 1 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "5500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 1 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "5500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 1 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "8000";
|
|
smoothingType = "Accelerate";
|
|
};
|
|
};
|
|
new PathedInterior(Platform3) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "8";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform3_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "6 3 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "6500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 3 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "6500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 3 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "8000";
|
|
smoothingType = "Accelerate";
|
|
};
|
|
};
|
|
new PathedInterior(Platform3) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "9";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform3_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "6 5 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "9500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 5 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "9500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 5 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "8000";
|
|
smoothingType = "Accelerate";
|
|
};
|
|
};
|
|
new PathedInterior(Platform3) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "10";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform4_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "6 -9 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "8000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 -9 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "3500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 -7 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "8000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 -7 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "3";
|
|
msToNext = "3500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 -9 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "4";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(Platform4) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "11";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform4_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-6.5 -9 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "3500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 -7 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "8000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 -7 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "3500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 -9 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "3";
|
|
msToNext = "8000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 -9 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "4";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(Platform4) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "12";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform4_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "-6.5 -7 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "8000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 -7 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "3500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 -9 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "8000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 -9 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "3";
|
|
msToNext = "3500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 -7 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "4";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(Platform4) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "13";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new SimGroup(Platform4_g) {
|
|
|
|
new Path() {
|
|
|
|
new Marker() {
|
|
position = "6 -7 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "0";
|
|
msToNext = "3500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 -9 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "1";
|
|
msToNext = "8000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 -9 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "2";
|
|
msToNext = "3500";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "-6.5 -7 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "3";
|
|
msToNext = "8000";
|
|
smoothingType = "Linear";
|
|
};
|
|
new Marker() {
|
|
position = "6 -7 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
seqNum = "4";
|
|
msToNext = "4000";
|
|
smoothingType = "Linear";
|
|
};
|
|
};
|
|
new PathedInterior(Platform4) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "PathedDefault";
|
|
interiorResource = "marble/data/interiors/advanced/tothemoon.dif";
|
|
interiorIndex = "14";
|
|
basePosition = "0 0 0";
|
|
baseRotation = "1 0 0 0";
|
|
baseScale = "1 1 1";
|
|
initialTargetPosition = "-1";
|
|
initialPosition = "0";
|
|
};
|
|
};
|
|
new Item() {
|
|
position = "0.0944321 12.5086 2.42213";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "AntiGravityItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new AudioProfile(MusicProfile) {
|
|
fileName = "~/data/sound/Beach Party.ogg";
|
|
description = "AudioMusic";
|
|
preload = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "0.0846778 10.2642 43.2887";
|
|
rotation = "0 1 0 179.909";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignFinish";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|