Compare commits

..

3 Commits

21 changed files with 2083 additions and 2230 deletions

View File

@ -2,17 +2,17 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
artist = "Kevin"; goldTime = "330000";
time = "0"; time = "0";
desc = "Can you get all 360 gems?";
startHelpText = "The advanced finale!"; startHelpText = "The advanced finale!";
level = "2000000000"; desc = "Can you get all 360 gems?";
artist = "Kevin";
type = "advanced"; type = "advanced";
name = "A Whole Lotta Gems"; name = "A Whole Lotta Gems";
goldTime = "330000"; level = "20";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -21,6 +21,7 @@ new SimGroup(MissionGroup) {
position = "0 0 0"; position = "0 0 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -28,25 +29,27 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 7.45949e-031 1.3684e-038"; fogStorm1 = "0";
fogVolume2 = "-1 1.07208e-014 8.756e-014"; fogStorm2 = "0";
fogVolume3 = "-1 5.1012e-010 2.05098e-008"; fogStorm3 = "0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolume1 = "-1 7.45949e-31 1.3684e-38";
windVelocity = "1 0 0"; fogVolume2 = "-1 1.07208e-14 8.756e-14";
windEffectPrecipitation = "0"; fogVolume3 = "-1 5.1012e-10 2.05098e-08";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.638261 0.459006 -0.61801"; direction = "0.638261 0.459006 -0.61801";
color = "1.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
}; };
new SimGroup(PathNodeGroup) { new SimGroup(PathNodeGroup) {
@ -3585,6 +3588,23 @@ new SimGroup(MissionGroup) {
static = "1"; static = "1";
rotate = "1"; rotate = "1";
}; };
new ScriptObject() {
pad = "14551";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
};
new Item() {
position = "410.086 43.9591 118.764";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new AudioProfile(MusicProfile) { new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg"; fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic"; description = "AudioMusic";

View File

@ -2,17 +2,17 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
time = "0";
type = "advanced";
goldTime = "14000"; goldTime = "14000";
artist = "Kevin"; time = "0";
desc = "Get the diamonds on both sides of this level, can you survive the trials ahead?";
startHelpText = "Explore both sides of this level!"; startHelpText = "Explore both sides of this level!";
level = "13"; desc = "Get the diamonds on both sides of this level, can you survive the trials ahead?";
artist = "Kevin";
type = "advanced";
name = "On the Flipside"; name = "On the Flipside";
level = "12";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -21,6 +21,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -28,25 +29,27 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm1 = "0";
fogVolume2 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm2 = "0";
fogVolume3 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm3 = "0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolume1 = "-1 -1.73483e+09 -1.73483e+09";
windVelocity = "1 0 0"; fogVolume2 = "-1 -1.73483e+09 -1.73483e+09";
windEffectPrecipitation = "0"; fogVolume3 = "-1 -1.73483e+09 -1.73483e+09";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000";
fogVolumeColor2 = "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"; fogVolumeColor3 = "128.000000 128.000000 128.000000 -1734829824.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.433884 0.614021 -0.659336"; direction = "0.433884 0.614021 -0.659336";
color = "1.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
}; };
new InteriorInstance() { new InteriorInstance() {
@ -59,6 +62,7 @@ new SimGroup(MissionGroup) {
new SimGroup(Platform1_g) { new SimGroup(Platform1_g) {
new Path() { new Path() {
isLooping = "1";
}; };
}; };
new Item() { new Item() {
@ -73,31 +77,37 @@ new SimGroup(MissionGroup) {
new SimGroup(Platform1_g) { new SimGroup(Platform1_g) {
new Path() { new Path() {
isLooping = "1";
}; };
}; };
new SimGroup(Platform1_g) { new SimGroup(Platform1_g) {
new Path() { new Path() {
isLooping = "1";
}; };
}; };
new SimGroup(Platform1_g) { new SimGroup(Platform1_g) {
new Path() { new Path() {
isLooping = "1";
}; };
}; };
new SimGroup(Platform1_g) { new SimGroup(Platform1_g) {
new Path() { new Path() {
isLooping = "1";
}; };
}; };
new SimGroup(Platform1_g) { new SimGroup(Platform1_g) {
new Path() { new Path() {
isLooping = "1";
}; };
}; };
new SimGroup(Platform1_g) { new SimGroup(Platform1_g) {
new Path() { new Path() {
isLooping = "1";
}; };
}; };
new StaticShape(EndPoint) { new StaticShape(EndPoint) {
@ -116,11 +126,11 @@ new SimGroup(MissionGroup) {
rotate = "1"; rotate = "1";
}; };
new ScriptObject() { new ScriptObject() {
gemCount = "0";
time = "0";
penaltyTime = "0";
powerUp = "0";
pad = "2137"; pad = "2137";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0"; bonusTime = "0";
}; };
new Item() { new Item() {
@ -157,11 +167,11 @@ new SimGroup(MissionGroup) {
dataBlock = "StartPad"; dataBlock = "StartPad";
}; };
new ScriptObject() { new ScriptObject() {
gemCount = "0";
time = "0";
penaltyTime = "0";
powerUp = "0";
pad = "1863"; pad = "1863";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0"; bonusTime = "0";
}; };
new Item() { new Item() {
@ -218,6 +228,23 @@ new SimGroup(MissionGroup) {
static = "1"; static = "1";
rotate = "1"; rotate = "1";
}; };
new ScriptObject() {
pad = "8595";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
};
new Item() {
position = "46.7446 38.4069 -9.7658";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new AudioProfile(MusicProfile) { new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg"; fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic"; description = "AudioMusic";

View File

@ -2,15 +2,15 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
artist = "Arnie Gape";
name = "Take Flight Revisited";
startHelpText = "Where are the planets?"; startHelpText = "Where are the planets?";
desc = "Except its a completely different level."; desc = "Except its a completely different level.";
level = "16"; artist = "Arnie Gape";
type = "advanced"; type = "advanced";
name = "Take Flight Revisited";
level = "15";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -19,6 +19,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0.349971"; cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.3"; cloudHeightPer[1] = "0.3";
cloudHeightPer[2] = "0.199973"; cloudHeightPer[2] = "0.199973";
@ -26,31 +27,33 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.001"; cloudSpeed2 = "0.001";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogStorm1 = "0";
fogStorm2 = "0";
fogStorm3 = "0";
fogVolume1 = "0 0 0"; fogVolume1 = "0 0 0";
fogVolume2 = "0 0 0"; fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0"; fogVolume3 = "0 0 0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolumeColor1 = "128.000000 128.000000 128.000000 -222768174765569861149077900047473967104.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -170698929442160049016675429178998259712.000000";
windVelocity = "1 1 0"; windVelocity = "1 1 0";
windEffectPrecipitation = "1"; windEffectPrecipitation = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "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"; locked = "true";
}; };
new Sun() { new Sun() {
direction = "0.403469 0.613363 -0.678968"; direction = "0.403469 0.613363 -0.678968";
color = "1.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
locked = "true";
scale = "1 1 1"; scale = "1 1 1";
position = "0 0 0"; position = "0 0 0";
locked = "true";
}; };
new SimGroup(CheckPoints) { new SimGroup(CheckPoints) {
}; };
@ -68,11 +71,11 @@ new SimGroup(MissionGroup) {
showTerrainInside = "0"; showTerrainInside = "0";
}; };
new ScriptObject() { new ScriptObject() {
gemCount = "0";
penaltyTime = "0";
powerUp = "0";
time = "0";
pad = "2363"; pad = "2363";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0"; bonusTime = "0";
}; };
new Item() { new Item() {
@ -436,11 +439,11 @@ new SimGroup(MissionGroup) {
rotate = "1"; rotate = "1";
}; };
new ScriptObject() { new ScriptObject() {
gemCount = "0";
penaltyTime = "0";
powerUp = "0";
time = "0";
pad = "6666"; pad = "6666";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0"; bonusTime = "0";
}; };
new Item() { new Item() {
@ -751,11 +754,11 @@ new SimGroup(MissionGroup) {
text = "Challenge 13: Bouncy slope!"; text = "Challenge 13: Bouncy slope!";
}; };
new ScriptObject() { new ScriptObject() {
gemCount = "0";
penaltyTime = "0";
time = "0";
powerUp = "0";
pad = "4050"; pad = "4050";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0"; bonusTime = "0";
}; };
new Trigger() { new Trigger() {
@ -765,18 +768,35 @@ new SimGroup(MissionGroup) {
dataBlock = "InBoundsTrigger"; 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"; 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() {
pad = "4955";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
};
new AudioProfile(MusicProfile) { new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg"; fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic"; description = "AudioMusic";
preload = "0"; preload = "0";
}; };
new ScriptObject() { new ScriptObject() {
gemCount = "0"; pad = "11472";
penaltyTime = "0";
time = "0"; time = "0";
gemCount = "0";
powerUp = "0"; powerUp = "0";
pad = "4955"; penaltyTime = "0";
bonusTime = "0"; bonusTime = "0";
}; };
new Item() {
position = "-55.5303 -5.3409 541.383";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,14 +2,14 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
name = "Sprint Challenge Revisited";
time = "0"; time = "0";
type = "Advanced";
desc = "Pass the moving platform challenges ahead, and don\'t fall!"; desc = "Pass the moving platform challenges ahead, and don\'t fall!";
level = "18"; type = "Advanced";
name = "Sprint Challenge Revisited";
level = "17";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -18,6 +18,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -25,21 +26,23 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 7.45949e-031 1.3684e-038"; fogStorm1 = "0";
fogVolume2 = "-1 1.07208e-014 8.756e-014"; fogStorm2 = "0";
fogVolume3 = "-1 5.1012e-010 2.05098e-008"; fogStorm3 = "0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolume1 = "-1 7.45949e-31 1.3684e-38";
windVelocity = "1 0 0"; fogVolume2 = "-1 1.07208e-14 8.756e-14";
windEffectPrecipitation = "0"; fogVolume3 = "-1 5.1012e-10 2.05098e-08";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.57735 0.57735 -0.57735"; direction = "0.57735 0.57735 -0.57735";
@ -56,12 +59,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-13 -15 1.75"; position = "-13 -15 1.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -70,6 +75,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -78,6 +84,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -98,12 +105,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-11 -13 1.75"; position = "-11 -13 1.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -112,6 +121,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -120,6 +130,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -140,12 +151,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-13 -13 1.75"; position = "-13 -13 1.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -154,6 +167,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -162,6 +176,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -182,12 +197,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-11 -15 1.75"; position = "-11 -15 1.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -196,6 +213,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -204,6 +222,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -224,12 +243,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-17.5 -7 1.75"; position = "-17.5 -7 1.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Linear"; smoothingType = "Linear";
}; };
@ -238,6 +259,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -246,6 +268,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -266,12 +289,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-6.5 -5 1.75"; position = "-6.5 -5 1.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Linear"; smoothingType = "Linear";
}; };
@ -280,6 +305,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -288,6 +314,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -308,12 +335,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-17.5 -3 1.75"; position = "-17.5 -3 1.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -322,6 +351,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -330,6 +360,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -350,12 +381,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-6.5 -1 1.75"; position = "-6.5 -1 1.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -364,6 +397,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -372,6 +406,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -392,12 +427,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-17.5 1 1.75"; position = "-17.5 1 1.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -406,6 +443,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -414,6 +452,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -434,12 +473,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-6.5 3 1.75"; position = "-6.5 3 1.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Linear"; smoothingType = "Linear";
}; };
@ -448,6 +489,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -456,6 +498,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -476,12 +519,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-4 10 3.75"; position = "-4 10 3.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "4000"; msToNext = "4000";
smoothingType = "Linear"; smoothingType = "Linear";
}; };
@ -490,6 +535,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "4000"; msToNext = "4000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -498,6 +544,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -506,6 +553,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "3"; seqNum = "3";
type = "Normal";
msToNext = "4000"; msToNext = "4000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -514,6 +562,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "4"; seqNum = "4";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -534,12 +583,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-17.5 1 14.5"; position = "-17.5 1 14.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Linear"; smoothingType = "Linear";
}; };
@ -548,6 +599,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -556,6 +608,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -576,12 +629,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-23 19 14.5"; position = "-23 19 14.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -590,6 +645,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -598,6 +654,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -618,12 +675,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-32 10 13.25"; position = "-32 10 13.25";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "8000"; msToNext = "8000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -632,6 +691,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "8000"; msToNext = "8000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -640,6 +700,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -677,143 +738,144 @@ new SimGroup(MissionGroup) {
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"; 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() { new ScriptObject() {
bonusTime = "0";
gemCount = "0";
penaltyTime = "0";
time = "0";
powerUp = "0";
pad = "1898"; pad = "1898";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-26.7916 11.0027 13.4932"; position = "-26.7916 11.0027 13.4932";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-14.9779 9.01398 13.5032"; position = "-14.9779 9.01398 13.5032";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-14.9779 11.014 13.5032"; position = "-14.9779 11.014 13.5032";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-16.9482 11.0137 13.5032"; position = "-16.9482 11.0137 13.5032";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-16.9482 9.01372 13.5032"; position = "-16.9482 9.01372 13.5032";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-20.8819 11.0039 13.5045"; position = "-20.8819 11.0039 13.5045";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-20.8819 9.00387 13.5045"; position = "-20.8819 9.00387 13.5045";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-18.9116 11.0042 13.5045"; position = "-18.9116 11.0042 13.5045";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-18.9116 9.00414 13.5045"; position = "-18.9116 9.00414 13.5045";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-24.822 11.0042 13.5045"; position = "-24.822 11.0042 13.5045";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-24.822 9.00422 13.5045"; position = "-24.822 9.00422 13.5045";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-22.8517 11.0045 13.5045"; position = "-22.8517 11.0045 13.5045";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-22.8517 9.00448 13.5045"; position = "-22.8517 9.00448 13.5045";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-26.7916 9.00264 13.4932"; position = "-26.7916 9.00264 13.4932";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new AudioProfile(MusicProfile) { new StaticShape(EndPoint) {
fileName = "~/data/sound/Shell.ogg"; position = "-35.9935 -29.5073 13.4997";
description = "AudioMusic"; rotation = "0 0 1 180";
preload = "0"; scale = "0.5 0.5 0.5";
dataBlock = "EndPad";
}; };
new StaticShape() { new StaticShape() {
position = "-29.4868 -16.461 13.5094"; position = "-29.4868 -16.461 13.5094";
@ -860,11 +922,19 @@ new SimGroup(MissionGroup) {
dataBlock = "LandMine"; dataBlock = "LandMine";
resetTime = "Default"; resetTime = "Default";
}; };
new StaticShape(EndPoint) { new AudioProfile(MusicProfile) {
position = "-35.9935 -29.5073 13.4997"; fileName = "~/data/sound/Shell.ogg";
rotation = "0 0 1 180"; description = "AudioMusic";
scale = "0.5 0.5 0.5"; preload = "0";
dataBlock = "EndPad"; };
new Item() {
position = "-10.7476 -3.28589 6.89607";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
}; };
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,16 +2,16 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
artist = "Kevin";
time = "0";
goldTime = "20000"; goldTime = "20000";
time = "0";
desc = "A nice roll in the forest. Oh no, there are hazards too?";
artist = "Kevin";
type = "advanced"; type = "advanced";
name = "Nature Dash"; name = "Nature Dash";
desc = "A nice roll in the forest. Oh no, there are hazards too?";
level = "19"; level = "19";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -20,6 +20,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -27,25 +28,27 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "1000"; visibleDistance = "1000";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm1 = "0";
fogVolume2 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm2 = "0";
fogVolume3 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm3 = "0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolume1 = "-1 -1.73483e+09 -1.73483e+09";
windVelocity = "1 0 0"; fogVolume2 = "-1 -1.73483e+09 -1.73483e+09";
windEffectPrecipitation = "0"; fogVolume3 = "-1 -1.73483e+09 -1.73483e+09";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000";
fogVolumeColor2 = "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"; fogVolumeColor3 = "128.000000 128.000000 128.000000 -1734829824.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.614021 -0.433884 -0.659336"; direction = "0.614021 -0.433884 -0.659336";
color = "1.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
}; };
new StaticShape(EndPoint) { new StaticShape(EndPoint) {
@ -295,19 +298,28 @@ new SimGroup(MissionGroup) {
interiorFile = "~/data/interiors/tree3big.dif"; interiorFile = "~/data/interiors/tree3big.dif";
showTerrainInside = "0"; showTerrainInside = "0";
}; };
new Item() {
position = "270.079 -86.9314 101.896";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sapphire";
collideable = "0";
static = "1";
rotate = "1";
};
new AudioProfile(MusicProfile) { new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg"; fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic"; description = "AudioMusic";
preload = "0"; preload = "0";
}; };
new Item() {
position = "285.772 -82.2601 81.1228";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "AntiGravityItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "272.061 -72.1369 89.8743";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,16 +2,16 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
level = "8";
goldTime = "12000"; goldTime = "12000";
startHelpText = "Are you a brave marble?"; startHelpText = "Are you a brave marble?";
type = "Custom";
artist = "Kevin";
name = "Tower of Terror";
desc = "Bigger, Longer, Harder."; desc = "Bigger, Longer, Harder.";
artist = "Kevin";
type = "Custom";
name = "Tower of Terror";
level = "8";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -20,6 +20,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0.349971"; cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.3"; cloudHeightPer[1] = "0.3";
cloudHeightPer[2] = "0.199973"; cloudHeightPer[2] = "0.199973";
@ -27,31 +28,33 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.001"; cloudSpeed2 = "0.001";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.900000 0.900000 0.900000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogStorm1 = "0";
fogStorm2 = "0";
fogStorm3 = "0";
fogVolume1 = "0 0 0"; fogVolume1 = "0 0 0";
fogVolume2 = "0 0 0"; fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0"; fogVolume3 = "0 0 0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolumeColor1 = "128.000000 128.000000 128.000000 -222768174765569861149077900047473967104.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -170698929442160049016675429178998259712.000000";
windVelocity = "1 1 0"; windVelocity = "1 1 0";
windEffectPrecipitation = "1"; windEffectPrecipitation = "1";
SkySolidColor = "0.900000 0.900000 0.900000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "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"; locked = "true";
}; };
new Sun() { new Sun() {
direction = "0.544508 0.439467 -0.714409"; direction = "0.544508 0.439467 -0.714409";
color = "1.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
position = "0 0 0";
locked = "true";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
position = "0 0 0";
locked = "true";
}; };
new SimGroup(CheckPoints) { new SimGroup(CheckPoints) {
@ -70,12 +73,12 @@ new SimGroup(MissionGroup) {
showTerrainInside = "0"; showTerrainInside = "0";
}; };
new ScriptObject() { new ScriptObject() {
powerUp = "0";
pad = "2122"; pad = "2122";
bonusTime = "0";
time = "0"; time = "0";
gemCount = "0"; gemCount = "0";
powerUp = "0";
penaltyTime = "0"; penaltyTime = "0";
bonusTime = "0";
}; };
new InteriorInstance() { new InteriorInstance() {
position = "-20.4695 -2.16377 475.012"; position = "-20.4695 -2.16377 475.012";
@ -335,5 +338,14 @@ new SimGroup(MissionGroup) {
description = "AudioMusic"; description = "AudioMusic";
preload = "0"; preload = "0";
}; };
new Item() {
position = "5.07435 10.7898 471.599";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,15 +2,15 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
desc = "Do you dare to climb this?";
type = "Advanced";
level = "19";
artist = "Kevin";
name = "Thrill Ascent";
time = "0"; time = "0";
desc = "Do you dare to climb this?";
artist = "Kevin";
type = "Advanced";
name = "Thrill Ascent";
level = "18";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -19,6 +19,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0.5"; cloudHeightPer[0] = "0.5";
cloudHeightPer[1] = "0.37"; cloudHeightPer[1] = "0.37";
cloudHeightPer[2] = "0.42"; cloudHeightPer[2] = "0.42";
@ -26,21 +27,23 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0015"; cloudSpeed2 = "0.0015";
cloudSpeed3 = "0.0007"; cloudSpeed3 = "0.0007";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 7.45949e-031 1.3684e-038"; fogStorm1 = "0";
fogVolume2 = "-1 1.07208e-014 8.756e-014"; fogStorm2 = "0";
fogVolume3 = "-1 5.1012e-010 2.05098e-008"; fogStorm3 = "0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolume1 = "-1 7.45949e-31 1.3684e-38";
windVelocity = "1 0 0"; fogVolume2 = "-1 1.07208e-14 8.756e-14";
windEffectPrecipitation = "0"; fogVolume3 = "-1 5.1012e-10 2.05098e-08";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.57735 0.57735 -0.57735"; direction = "0.57735 0.57735 -0.57735";
@ -78,27 +81,27 @@ new SimGroup(MissionGroup) {
rotation = "0 0 1 90"; rotation = "0 0 1 90";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
resetTime = "Default";
}; };
new StaticShape() { new StaticShape() {
position = "-26.5 6 59.75"; position = "-26.5 6 59.75";
rotation = "0 0 1 90"; rotation = "0 0 1 90";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
resetTime = "Default";
}; };
new StaticShape() { new StaticShape() {
position = "-27.5 3 60.25"; position = "-27.5 3 60.25";
rotation = "0 0 1 90"; rotation = "0 0 1 90";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
resetTime = "Default";
}; };
new Item() { new Item() {
position = "-58.201 0.0408811 60.7256"; position = "-58.201 0.0408811 60.7256";
@ -178,5 +181,14 @@ new SimGroup(MissionGroup) {
description = "AudioMusic"; description = "AudioMusic";
preload = "0"; preload = "0";
}; };
new Item() {
position = "-41.2994 -14.8188 175.732";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3,14 +3,14 @@ new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
goldTime = "110000"; goldTime = "110000";
type = "advanced";
desc = "Climb the mountain and get the gems."; desc = "Climb the mountain and get the gems.";
name = "Ultimate Mountain";
artist = "Kevin"; artist = "Kevin";
type = "advanced";
name = "Ultimate Mountain";
level = "11"; level = "11";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -19,6 +19,7 @@ new SimGroup(MissionGroup) {
position = "0 0 0"; position = "0 0 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -26,397 +27,30 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 7.45949e-031 1.3684e-038"; fogStorm1 = "0";
fogVolume2 = "-1 1.07208e-014 8.756e-014"; fogStorm2 = "0";
fogVolume3 = "-1 5.1012e-010 2.05098e-008"; fogStorm3 = "0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolume1 = "-1 7.45949e-31 1.3684e-38";
windVelocity = "1 0 0"; fogVolume2 = "-1 1.07208e-14 8.756e-14";
windEffectPrecipitation = "0"; fogVolume3 = "-1 5.1012e-10 2.05098e-08";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.638261 0.459006 -0.61801"; direction = "0.638261 0.459006 -0.61801";
color = "1.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
}; };
new SimGroup(PathNodeGroup) { new SimGroup(PathNodeGroup) {
new StaticShape(CameraPath1) {
position = "-68.5007 -1.99993 68.7495";
rotation = "0.128172 -0.128171 0.983435 90.9571";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath2";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath2) {
position = "-64.4776 -9.65362 65.5";
rotation = "0.189898 -0.126885 0.97357 68.9251";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath3";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath3) {
position = "-60.1421 -16.1422 65.5";
rotation = "0.297851 -0.123374 0.946606 47.2654";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath4";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath4) {
position = "-53.6535 -20.4776 65.5";
rotation = "0.544823 -0.108372 0.831519 26.9065";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath5";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath5) {
position = "-45.9998 -22 65.5";
rotation = "1 6.87511e-012 -1.95341e-005 14.8511";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath6";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath6) {
position = "-38.3463 -20.4775 65.5";
rotation = "0.544822 0.108372 -0.831519 26.9066";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath7";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath7) {
position = "-31.8579 -16.1421 65.5";
rotation = "0.297847 0.123372 -0.946608 47.2661";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath8";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath8) {
position = "-27.5224 -9.65367 65.5";
rotation = "0.189897 0.126886 -0.97357 68.9251";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath9";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath9) {
position = "-26 -2 65.5";
rotation = "0.128172 0.128172 -0.983435 90.9571";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath10";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath10) {
position = "-27.5224 5.65367 65.5";
rotation = "0.0860335 0.128759 -0.987937 113.141";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath11";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath11) {
position = "-31.858 12.1423 65.5";
rotation = "-0.0534551 -0.129053 0.990196 224.602";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath12";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath12) {
position = "-38.3464 16.4776 65.5";
rotation = "-0.0256981 -0.129195 0.991286 202.309";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath13";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath13) {
position = "-46 18 65.5";
rotation = "4.5243e-007 -0.129237 0.991614 180";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath14";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath14) {
position = "-53.6538 16.4775 65.5";
rotation = "0.0256984 -0.129195 0.991286 157.691";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath15";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath15) {
position = "-60.1422 12.1421 65.5";
rotation = "0.0534554 -0.129052 0.990196 135.398";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath16";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
new StaticShape(CameraPath16) {
position = "-64.4776 5.65364 65.5";
rotation = "0.086034 -0.128759 0.987937 113.141";
scale = "1 1 1";
dataBlock = "PathNode";
FinalRotOffset = "0 0 0";
RotationMultiplier = "1";
Smooth = "0";
SmoothEnd = "0";
SmoothStart = "0";
Spline = "0";
bezier = "0";
branchNodes = " ";
delay = "0";
nextNode = "CameraPath1";
placed = "1";
reverseRotation = "0";
speed = "0";
timeToNext = "4000";
usePosition = "1";
useRotation = "1";
useScale = "1";
};
}; };
new StaticShape() { new StaticShape() {
position = "313.828 -12.2967 94.1225"; position = "313.828 -12.2967 94.1225";
@ -521,13 +155,6 @@ new SimGroup(MissionGroup) {
interiorFile = "~/data/interiors/advanced/half-pipe1.dif"; interiorFile = "~/data/interiors/advanced/half-pipe1.dif";
showTerrainInside = "0"; showTerrainInside = "0";
}; };
new InteriorInstance() {
position = "19.5766 7.74844 208.898";
rotation = "0 0 -1 90.0002";
scale = "1 1 1";
interiorFile = "~/data/interiors/bonus/ascend.dif";
showTerrainInside = "0";
};
new Item() { new Item() {
position = "10.1063 21.7862 201.751"; position = "10.1063 21.7862 201.751";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
@ -572,8 +199,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "6.93998 13.6511 209.65"; position = "6.93998 13.6511 209.65";
@ -583,8 +210,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "9.21142 13.8344 209.65"; position = "9.21142 13.8344 209.65";
@ -594,8 +221,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "7.15449 11.8807 209.791"; position = "7.15449 11.8807 209.791";
@ -605,8 +232,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "51.4219 7.06012 225.961"; position = "51.4219 7.06012 225.961";
@ -616,8 +243,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "70.1003 -12.377 225.901"; position = "70.1003 -12.377 225.901";
@ -627,8 +254,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new InteriorInstance() { new InteriorInstance() {
position = "142.964 -2.59521 211.908"; position = "142.964 -2.59521 211.908";
@ -653,15 +280,6 @@ new SimGroup(MissionGroup) {
interiorFile = "~/data/interiors/intermediate/leapoffaith.dif"; interiorFile = "~/data/interiors/intermediate/leapoffaith.dif";
showTerrainInside = "0"; showTerrainInside = "0";
}; };
new Item() {
position = "39.0367 -3.85629 89.8301";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg_MBG";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() { new StaticShape() {
position = "34.7275 19.1758 199.841"; position = "34.7275 19.1758 199.841";
rotation = "0 0 1 180"; rotation = "0 0 1 180";
@ -673,9 +291,11 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "184.154 -3.73965 205.241"; position = "184.154 -3.73965 205.241";
@ -691,8 +311,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "20000"; timeBonus = "20000";
skin = "mbg";
}; };
new StaticShape(EndPoint) { new StaticShape(EndPoint) {
position = "341.358 -2.35705 114.343"; position = "341.358 -2.35705 114.343";
@ -714,8 +334,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Trigger() { new Trigger() {
position = "25.8305 8.1154 175.596"; position = "25.8305 8.1154 175.596";
@ -723,8 +343,8 @@ new SimGroup(MissionGroup) {
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "HelpTrigger"; 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"; 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";
center = "1";
displayonce = "0"; displayonce = "0";
center = "1";
persistTime = "5000"; persistTime = "5000";
text = "It\'s halfpipe time!! :)"; text = "It\'s halfpipe time!! :)";
}; };
@ -739,27 +359,33 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "209.386 -4.88674 168.872"; position = "209.386 -4.88674 168.872";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "199.368 -4.711 164.492"; position = "199.368 -4.711 164.492";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new Item() { new Item() {
position = "313.733 -28.3882 100.282"; position = "313.733 -28.3882 100.282";
@ -775,27 +401,33 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "204.387 -4.8806 166.435"; position = "204.387 -4.8806 166.435";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "201.809 -4.84176 165.435"; position = "201.809 -4.84176 165.435";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new Item() { new Item() {
position = "223.439 -4.4815 171.284"; position = "223.439 -4.4815 171.284";
@ -870,8 +502,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "30.5964 -16.3839 84.4194"; position = "30.5964 -16.3839 84.4194";
@ -881,8 +513,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "28.2523 -12.3748 84.7981"; position = "28.2523 -12.3748 84.7981";
@ -961,8 +593,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "54.7723 -14.0387 92.7128"; position = "54.7723 -14.0387 92.7128";
@ -1053,8 +685,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "37.0442 19.4816 146.095"; position = "37.0442 19.4816 146.095";
@ -1064,8 +696,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "37.2587 21.298 146.095"; position = "37.2587 21.298 146.095";
@ -1075,8 +707,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "35.6287 22.0225 146.095"; position = "35.6287 22.0225 146.095";
@ -1086,8 +718,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "17.7726 0.882315 156.799"; position = "17.7726 0.882315 156.799";
@ -1115,8 +747,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "29.4197 3.21946 161.754"; position = "29.4197 3.21946 161.754";
@ -1189,8 +821,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "42.7208 -8.33369 172.336"; position = "42.7208 -8.33369 172.336";
@ -1200,8 +832,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "20.037 10.6099 175.708"; position = "20.037 10.6099 175.708";
@ -1229,8 +861,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "-35.6506 10.0067 199.209"; position = "-35.6506 10.0067 199.209";
@ -1240,8 +872,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "-35.635 -0.209009 199.209"; position = "-35.635 -0.209009 199.209";
@ -1251,8 +883,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "-19.4877 4.76861 186.337"; position = "-19.4877 4.76861 186.337";
@ -1307,8 +939,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "327.81 -2.36756 114.64"; position = "327.81 -2.36756 114.64";
@ -1484,10 +1116,24 @@ new SimGroup(MissionGroup) {
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "HelpTrigger"; 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"; 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";
center = "1";
displayonce = "0"; displayonce = "0";
center = "1";
persistTime = "5000"; persistTime = "5000";
text = "Use the gyrocopter instead"; text = "Use the gyrocopter instead";
}; };
new Item() {
position = "38.0518 -11.3934 94.3617";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic";
preload = "0";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,17 +2,17 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
desc = "Conquer this course!"; goldTime = "240000";
time = "0";
startHelpText = "Can you conquer this course?"; startHelpText = "Can you conquer this course?";
level = "6"; desc = "Conquer this course!";
artist = "Kevin";
type = "advanced"; type = "advanced";
name = "Beginner Monster Course"; name = "Beginner Monster Course";
artist = "Kevin"; level = "5";
time = "0";
goldTime = "240000";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -21,6 +21,7 @@ new SimGroup(MissionGroup) {
position = "0 0 0"; position = "0 0 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -28,25 +29,27 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 7.45949e-031 1.3684e-038"; fogStorm1 = "0";
fogVolume2 = "-1 1.07208e-014 8.756e-014"; fogStorm2 = "0";
fogVolume3 = "-1 5.1012e-010 2.05098e-008"; fogStorm3 = "0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolume1 = "-1 7.45949e-31 1.3684e-38";
windVelocity = "1 0 0"; fogVolume2 = "-1 1.07208e-14 8.756e-14";
windEffectPrecipitation = "0"; fogVolume3 = "-1 5.1012e-10 2.05098e-08";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.638261 0.459006 -0.61801"; direction = "0.638261 0.459006 -0.61801";
color = "1.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
}; };
new StaticShape(StartPoint) { new StaticShape(StartPoint) {
@ -64,7 +67,7 @@ new SimGroup(MissionGroup) {
}; };
new InteriorInstance() { new InteriorInstance() {
position = "36.25 -13 -0.250015"; position = "36.25 -13 -0.250015";
rotation = "-1.26759e-006 -1.26759e-006 1 180"; rotation = "-1.26759e-06 -1.26759e-06 1 180";
scale = "1 1 1"; scale = "1 1 1";
interiorFile = "~/data/interiors/beginner/training_jewel.dif"; interiorFile = "~/data/interiors/beginner/training_jewel.dif";
showTerrainInside = "0"; showTerrainInside = "0";
@ -176,7 +179,7 @@ new SimGroup(MissionGroup) {
}; };
new InteriorInstance() { new InteriorInstance() {
position = "197.903 -66.3287 4.15704"; position = "197.903 -66.3287 4.15704";
rotation = "-0.357407 0.357406 -0.862857 98.4218"; rotation = "-0.357407 0.357406 -0.862857 98.4219";
scale = "1 1 1"; scale = "1 1 1";
interiorFile = "~/data/interiors/parts/halftubes/halftube_long.dif"; interiorFile = "~/data/interiors/parts/halftubes/halftube_long.dif";
showTerrainInside = "0"; showTerrainInside = "0";
@ -372,7 +375,7 @@ new SimGroup(MissionGroup) {
}; };
new InteriorInstance() { new InteriorInstance() {
position = "176.573 145.986 -102.613"; position = "176.573 145.986 -102.613";
rotation = "-0.357407 0.357406 -0.862857 98.4218"; rotation = "-0.357407 0.357406 -0.862857 98.4219";
scale = "1 1 1"; scale = "1 1 1";
interiorFile = "~/data/interiors/addon/smallplatform.dif"; interiorFile = "~/data/interiors/addon/smallplatform.dif";
showTerrainInside = "0"; showTerrainInside = "0";
@ -465,9 +468,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "7000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "7000";
}; };
new Item() { new Item() {
position = "59.25 -13.5 0.593793"; position = "59.25 -13.5 0.593793";
@ -477,9 +480,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "3000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "3000";
}; };
new Item() { new Item() {
position = "-3.43444 19.8889 -0.439041"; position = "-3.43444 19.8889 -0.439041";
@ -489,8 +492,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "122.25 66.5 5.425"; position = "122.25 66.5 5.425";
@ -509,9 +512,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "8000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "8000";
}; };
new InteriorInstance() { new InteriorInstance() {
position = "166.501 70.7301 5.28659"; position = "166.501 70.7301 5.28659";
@ -537,9 +540,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "6000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "6000";
}; };
new Item() { new Item() {
position = "199 23.5 9.60429"; position = "199 23.5 9.60429";
@ -559,9 +562,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "12000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "12000";
}; };
new Item() { new Item() {
position = "199 46.25 5.187"; position = "199 46.25 5.187";
@ -616,9 +619,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "6000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "6000";
}; };
new Item() { new Item() {
position = "197.934 -67.8584 18.9646"; position = "197.934 -67.8584 18.9646";
@ -628,9 +631,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "7000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "7000";
}; };
new Item() { new Item() {
position = "197.933 -67.7414 14.3955"; position = "197.933 -67.7414 14.3955";
@ -640,8 +643,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "197.996 -67.6621 9.00653"; position = "197.996 -67.6621 9.00653";
@ -651,9 +654,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "3000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "3000";
}; };
new Item() { new Item() {
position = "198 -61.75 -3.2814"; position = "198 -61.75 -3.2814";
@ -663,8 +666,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "198 -17.25 28.7686"; position = "198 -17.25 28.7686";
@ -692,9 +695,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "4000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "4000";
}; };
new Item() { new Item() {
position = "198.25 -104.75 -55.9066"; position = "198.25 -104.75 -55.9066";
@ -723,9 +726,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "7000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "7000";
}; };
new Item() { new Item() {
position = "160.25 -148 -71.373"; position = "160.25 -148 -71.373";
@ -735,9 +738,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "2000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "2000";
}; };
new Item() { new Item() {
position = "82.25 -153.5 -71.373"; position = "82.25 -153.5 -71.373";
@ -747,9 +750,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "2000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "2000";
}; };
new Item() { new Item() {
position = "122.25 -150.75 -71.823"; position = "122.25 -150.75 -71.823";
@ -787,8 +790,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "-53.1231 -149.945 -87.4253"; position = "-53.1231 -149.945 -87.4253";
@ -843,9 +846,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "12000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "12000";
}; };
new Item() { new Item() {
position = "-158.548 -146.136 -91.3"; position = "-158.548 -146.136 -91.3";
@ -875,9 +878,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "4000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "4000";
}; };
new Item() { new Item() {
position = "-156.75 -136 -116.278"; position = "-156.75 -136 -116.278";
@ -887,9 +890,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "4000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "4000";
}; };
new Item() { new Item() {
position = "-150.75 -131 -133.933"; position = "-150.75 -131 -133.933";
@ -917,9 +920,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "5000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "5000";
}; };
new Item() { new Item() {
position = "-83.5 -41 -127.2"; position = "-83.5 -41 -127.2";
@ -938,9 +941,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "7500";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "7500";
}; };
new Item() { new Item() {
position = "-81.561 -50.9943 -122.833"; position = "-81.561 -50.9943 -122.833";
@ -950,9 +953,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "7500";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "7500";
}; };
new Item() { new Item() {
position = "-30.6777 -17.812 -127.356"; position = "-30.6777 -17.812 -127.356";
@ -1031,9 +1034,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "4000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "4000";
}; };
new Item() { new Item() {
position = "-27.8272 -16.9666 -123.505"; position = "-27.8272 -16.9666 -123.505";
@ -1043,9 +1046,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "4000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "4000";
}; };
new Item() { new Item() {
position = "-150.633 -142.209 -132.313"; position = "-150.633 -142.209 -132.313";
@ -1076,9 +1079,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "3000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "3000";
}; };
new Item() { new Item() {
position = "11.0526 -36.9466 -126.38"; position = "11.0526 -36.9466 -126.38";
@ -1088,9 +1091,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "3000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "3000";
}; };
new Item() { new Item() {
position = "3.62251 -41.1446 -127.347"; position = "3.62251 -41.1446 -127.347";
@ -1258,18 +1261,20 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "7000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "7000";
}; };
new StaticShape() { new StaticShape() {
position = "51.2726 -5.80717 -127.5"; position = "51.2726 -5.80717 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new Item() { new Item() {
position = "51.25 -5.75 -127.45"; position = "51.25 -5.75 -127.45";
@ -1285,9 +1290,11 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new Item() { new Item() {
position = "61.25 -7.75 -127.45"; position = "61.25 -7.75 -127.45";
@ -1303,9 +1310,11 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new Item() { new Item() {
position = "55.2528 -5.88217 -128.25"; position = "55.2528 -5.88217 -128.25";
@ -1315,270 +1324,328 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "4000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "4000";
}; };
new StaticShape() { new StaticShape() {
position = "63.2622 -9.77796 -127.5"; position = "63.2622 -9.77796 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "63.2554 -11.7678 -127.5"; position = "63.2554 -11.7678 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "61.2859 -11.7875 -127.5"; position = "61.2859 -11.7875 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "59.2919 -11.7787 -127.5"; position = "59.2919 -11.7787 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "57.2979 -11.8045 -127.5"; position = "57.2979 -11.8045 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "55.3168 -11.8007 -127.5"; position = "55.3168 -11.8007 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "53.2863 -11.7957 -127.5"; position = "53.2863 -11.7957 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "51.3096 -11.7952 -127.5"; position = "51.3096 -11.7952 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "49.2874 -11.7947 -127.5"; position = "49.2874 -11.7947 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "55.2779 -9.79884 -127.5"; position = "55.2779 -9.79884 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "59.2855 -9.79074 -127.5"; position = "59.2855 -9.79074 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "51.3094 -9.82282 -127.5"; position = "51.3094 -9.82282 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "53.2854 -7.77813 -127.5"; position = "53.2854 -7.77813 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "49.2874 -7.79561 -127.5"; position = "49.2874 -7.79561 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "57.2859 -7.79177 -127.5"; position = "57.2859 -7.79177 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "59.2867 -5.7903 -127.5"; position = "59.2867 -5.7903 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "63.3001 -5.81904 -127.5"; position = "63.3001 -5.81904 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "61.2875 -3.80159 -127.5"; position = "61.2875 -3.80159 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "57.2952 -3.81291 -127.5"; position = "57.2952 -3.81291 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "53.2705 -3.80482 -127.5"; position = "53.2705 -3.80482 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "49.2921 -3.81674 -127.5"; position = "49.2921 -3.81674 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "49.3 -1.85308 -127.5"; position = "49.3 -1.85308 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "51.2717 -1.8111 -127.5"; position = "51.2717 -1.8111 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "53.2762 -1.80511 -127.5"; position = "53.2762 -1.80511 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "55.2918 -1.7916 -127.5"; position = "55.2918 -1.7916 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "57.283 -1.80032 -127.5"; position = "57.283 -1.80032 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "61.2888 -1.79652 -127.5"; position = "61.2888 -1.79652 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "63.281 -1.79921 -127.5"; position = "63.281 -1.79921 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new StaticShape() { new StaticShape() {
position = "59.2737 -1.79286 -127.5"; position = "59.2737 -1.79286 -127.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "TrapDoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200";
mbuanim = "0"; mbuanim = "0";
resetTime = "5000";
skin = "skin1"; skin = "skin1";
resetTime = "5000";
}; };
new Item() { new Item() {
position = "63.3141 -9.83242 -128.25"; position = "63.3141 -9.83242 -128.25";
@ -1588,9 +1655,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "4000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "4000";
}; };
new StaticShape() { new StaticShape() {
position = "56.25 47.5 -139.609"; position = "56.25 47.5 -139.609";
@ -1624,9 +1691,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "6000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "6000";
}; };
new Item() { new Item() {
position = "88.4809 122.854 -127.585"; position = "88.4809 122.854 -127.585";
@ -1636,9 +1703,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "7000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "7000";
}; };
new Item() { new Item() {
position = "-5.78341 92.5509 -115.75"; position = "-5.78341 92.5509 -115.75";
@ -1657,9 +1724,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "4000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "4000";
}; };
new Item() { new Item() {
position = "94.2502 153.576 -103.95"; position = "94.2502 153.576 -103.95";
@ -1723,8 +1790,8 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
skin = "mbg";
timeBonus = "5000"; timeBonus = "5000";
skin = "mbg";
}; };
new Item() { new Item() {
position = "263.25 177.75 -64.6456"; position = "263.25 177.75 -64.6456";
@ -1743,9 +1810,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "9000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "9000";
}; };
new Item() { new Item() {
position = "262.744 114.76 -76.433"; position = "262.744 114.76 -76.433";
@ -1836,9 +1903,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "7000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "7000";
}; };
new Item() { new Item() {
position = "278.51 90.9963 -93.233"; position = "278.51 90.9963 -93.233";
@ -1848,9 +1915,9 @@ new SimGroup(MissionGroup) {
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
timeBonus = "7000";
noRespawn = "0"; noRespawn = "0";
skin = "mbg"; skin = "mbg";
timeBonus = "7000";
}; };
new Trigger(Bounds) { new Trigger(Bounds) {
position = "-179.078 -173.835 -1273"; position = "-179.078 -173.835 -1273";
@ -1860,10 +1927,10 @@ new SimGroup(MissionGroup) {
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"; 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() { new Item() {
position = "263.195 205.561 -965"; position = "253.827 22.1514 -3.35936";
rotation = "-1 0 0 90.0002"; rotation = "-1 0 0 90.0002";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "easterEgg"; dataBlock = "EasterEgg";
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
@ -1874,5 +1941,10 @@ new SimGroup(MissionGroup) {
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "Tornado"; dataBlock = "Tornado";
}; };
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic";
preload = "0";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,15 +2,15 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
level = "15";
name = "Gem Bouncing";
time = "0";
author = "Kevin"; author = "Kevin";
type = "Advanced"; time = "0";
desc = "Do NOT touch the red floor. Worst mistake of my life!"; desc = "Do NOT touch the red floor. Worst mistake of my life!";
type = "Advanced";
name = "Gem Bouncing";
level = "14";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -19,6 +19,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -26,21 +27,23 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 2.5228e+014 3767.15"; fogStorm1 = "0";
fogVolume2 = "-1 6.7422e+022 2.81751e+020"; fogStorm2 = "0";
fogVolume3 = "-1 1.01726e+031 7.68135e+031"; fogStorm3 = "0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolume1 = "-1 2.5228e+14 3767.15";
fogVolume2 = "-1 6.7422e+22 2.81751e+20";
fogVolume3 = "-1 1.01726e+31 7.68135e+31";
fogVolumeColor1 = "128.000000 128.000000 128.000000 17927695353571035286863872.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 260370609189287728851164090859520.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 8221.096680";
windVelocity = "1 0 0"; windVelocity = "1 0 0";
windEffectPrecipitation = "0"; windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1"; noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 17927695353571035000000000.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 260370609189287730000000000000000.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 8221.096680";
}; };
new Sun() { new Sun() {
direction = "0.57735 0.57735 -0.57735"; direction = "0.57735 0.57735 -0.57735";
@ -189,12 +192,12 @@ new SimGroup(MissionGroup) {
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"; 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() { new ScriptObject() {
penaltyTime = "0";
time = "0";
powerUp = "0";
pad = "1565"; pad = "1565";
bonusTime = "0"; time = "0";
gemCount = "0"; gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
}; };
new InteriorInstance() { new InteriorInstance() {
position = "20.0634 -14.0119 6.41799"; position = "20.0634 -14.0119 6.41799";
@ -231,18 +234,27 @@ new SimGroup(MissionGroup) {
interiorFile = "~/data/interiors/MBF/MBFPole.dif"; interiorFile = "~/data/interiors/MBF/MBFPole.dif";
showTerrainInside = "0"; showTerrainInside = "0";
}; };
new ScriptObject() {
pad = "8561";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
};
new AudioProfile(MusicProfile) { new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg"; fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic"; description = "AudioMusic";
preload = "0"; preload = "0";
}; };
new ScriptObject() { new Item() {
penaltyTime = "0"; position = "-16.9074 14.5814 -0.0105163";
time = "0"; rotation = "1 0 0 0";
powerUp = "0"; scale = "1 1 1";
pad = "8561"; dataBlock = "EasterEgg";
bonusTime = "0"; collideable = "0";
gemCount = "0"; static = "1";
rotate = "1";
}; };
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,16 +2,16 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
name = "A trip on the Highway";
goldTime = "35400"; goldTime = "35400";
time = "0"; time = "0";
desc = "The dangerous trip on the Highway.";
artist = "Kevin"; artist = "Kevin";
type = "advanced"; type = "advanced";
desc = "The dangerous trip on the Highway."; name = "A trip on the Highway";
level = "17"; level = "16";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -20,6 +20,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -27,21 +28,23 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 1.65774e-042 2.8026e-045"; fogStorm1 = "0";
fogVolume2 = "-1 2.8026e-045 1.9422e-042"; fogStorm2 = "0";
fogVolume3 = "-1 2.8026e-045 1.91698e-042"; fogStorm3 = "0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolume1 = "-1 1.65774e-42 2.8026e-45";
windVelocity = "1 0 0"; fogVolume2 = "-1 2.8026e-45 1.9422e-42";
windEffectPrecipitation = "0"; fogVolume3 = "-1 2.8026e-45 1.91698e-42";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.57735 0.57735 -0.57735"; direction = "0.57735 0.57735 -0.57735";
@ -58,12 +61,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "4 0.5 1"; position = "4 0.5 1";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "3000"; msToNext = "3000";
smoothingType = "Linear"; smoothingType = "Linear";
}; };
@ -72,6 +77,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "2500"; msToNext = "2500";
smoothingType = "Linear"; smoothingType = "Linear";
}; };
@ -80,6 +86,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "2500"; msToNext = "2500";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -88,6 +95,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "3"; seqNum = "3";
type = "Normal";
msToNext = "2500"; msToNext = "2500";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -96,6 +104,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "4"; seqNum = "4";
type = "Normal";
msToNext = "2500"; msToNext = "2500";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -104,6 +113,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "5"; seqNum = "5";
type = "Normal";
msToNext = "2400"; msToNext = "2400";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -112,6 +122,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "6"; seqNum = "6";
type = "Normal";
msToNext = "2500"; msToNext = "2500";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -120,6 +131,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "7"; seqNum = "7";
type = "Normal";
msToNext = "2500"; msToNext = "2500";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -128,6 +140,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "8"; seqNum = "8";
type = "Normal";
msToNext = "2500"; msToNext = "2500";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -136,6 +149,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "9"; seqNum = "9";
type = "Normal";
msToNext = "2500"; msToNext = "2500";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -144,6 +158,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "10"; seqNum = "10";
type = "Normal";
msToNext = "2500"; msToNext = "2500";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -152,6 +167,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "11"; seqNum = "11";
type = "Normal";
msToNext = "2000"; msToNext = "2000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -160,6 +176,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "12"; seqNum = "12";
type = "Normal";
msToNext = "1800"; msToNext = "1800";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -168,6 +185,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "13"; seqNum = "13";
type = "Normal";
msToNext = "1800"; msToNext = "1800";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -176,6 +194,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "14"; seqNum = "14";
type = "Normal";
msToNext = "1800"; msToNext = "1800";
smoothingType = "Linear"; smoothingType = "Linear";
}; };
@ -184,6 +203,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "15"; seqNum = "15";
type = "Normal";
msToNext = "1800"; msToNext = "1800";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -212,12 +232,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-296 53 10"; position = "-296 53 10";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Linear"; smoothingType = "Linear";
}; };
@ -226,6 +248,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -234,6 +257,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Linear"; smoothingType = "Linear";
}; };
@ -262,12 +286,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-98 30.5 5"; position = "-98 30.5 5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -276,6 +302,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -284,6 +311,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -304,12 +332,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-124 51.5 5"; position = "-124 51.5 5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -318,6 +348,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -326,6 +357,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -346,12 +378,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-148.5 30.5 5"; position = "-148.5 30.5 5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -360,6 +394,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -368,6 +403,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -388,12 +424,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-171.5 51.5 5"; position = "-171.5 51.5 5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -402,6 +440,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -410,6 +449,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Spline"; smoothingType = "Spline";
}; };
@ -447,12 +487,12 @@ new SimGroup(MissionGroup) {
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"; 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() { new ScriptObject() {
bonusTime = "0"; pad = "1674";
time = "0"; time = "0";
gemCount = "0"; gemCount = "0";
penaltyTime = "0";
powerUp = "0"; powerUp = "0";
pad = "1674"; penaltyTime = "0";
bonusTime = "0";
}; };
new Item() { new Item() {
position = "-1.20268 -23.3221 2.45925"; position = "-1.20268 -23.3221 2.45925";
@ -475,42 +515,36 @@ new SimGroup(MissionGroup) {
timeBonus = "12000"; timeBonus = "12000";
}; };
new ScriptObject() { new ScriptObject() {
bonusTime = "0";
time = "0";
gemCount = "0";
penaltyTime = "0";
powerUp = "0";
pad = "2063"; pad = "2063";
};
new ScriptObject() {
bonusTime = "0";
time = "0"; time = "0";
gemCount = "0"; gemCount = "0";
penaltyTime = "0";
powerUp = "0"; powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
};
new ScriptObject() {
pad = "2675"; pad = "2675";
};
new ScriptObject() {
bonusTime = "0";
time = "0"; time = "0";
gemCount = "0"; gemCount = "0";
penaltyTime = "0";
powerUp = "0"; powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
};
new ScriptObject() {
pad = "3811"; pad = "3811";
};
new ScriptObject() {
bonusTime = "0";
time = "0"; time = "0";
gemCount = "0"; gemCount = "0";
penaltyTime = "0";
powerUp = "0"; powerUp = "0";
pad = "4137"; penaltyTime = "0";
bonusTime = "0";
}; };
new TSStatic() { new ScriptObject() {
position = "-172.527 36.3599 -6.6"; pad = "4137";
rotation = "1 0 0 0"; time = "0";
scale = "6 6 1"; gemCount = "0";
shapeName = "~/data/shapes/water/water100x100.dts"; powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
}; };
new StaticShape() { new StaticShape() {
position = "-66.9546 31.6058 10.4284"; position = "-66.9546 31.6058 10.4284";
@ -519,12 +553,12 @@ new SimGroup(MissionGroup) {
dataBlock = "SignCautionDanger"; dataBlock = "SignCautionDanger";
}; };
new ScriptObject() { new ScriptObject() {
bonusTime = "0"; pad = "4752";
time = "0"; time = "0";
gemCount = "0"; gemCount = "0";
penaltyTime = "0";
powerUp = "0"; powerUp = "0";
pad = "4752"; penaltyTime = "0";
bonusTime = "0";
}; };
new StaticShape() { new StaticShape() {
position = "9.54375 56.1821 6.223"; position = "9.54375 56.1821 6.223";
@ -704,10 +738,12 @@ new SimGroup(MissionGroup) {
interiorFile = "~/data/interiors/MBF/MBFPole.dif"; interiorFile = "~/data/interiors/MBF/MBFPole.dif";
showTerrainInside = "0"; showTerrainInside = "0";
}; };
new AudioProfile(MusicProfile) { new InteriorInstance() {
fileName = "~/data/sound/Shell.ogg"; position = "-253.636 43.7499 16.7822";
description = "AudioMusic"; rotation = "1 0 0 0";
preload = "0"; scale = "1 1 1";
interiorFile = "~/data/interiors/MBF/MBFPole.dif";
showTerrainInside = "0";
}; };
new InteriorInstance() { new InteriorInstance() {
position = "-234.81 52.8889 16.2771"; position = "-234.81 52.8889 16.2771";
@ -779,12 +815,27 @@ new SimGroup(MissionGroup) {
interiorFile = "~/data/interiors/MBF/MBFPole.dif"; interiorFile = "~/data/interiors/MBF/MBFPole.dif";
showTerrainInside = "0"; showTerrainInside = "0";
}; };
new InteriorInstance() { new ScriptObject() {
position = "-253.636 43.7499 16.7822"; pad = "12102";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
};
new Item() {
position = "-57.5145 30.1829 1.82372";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
interiorFile = "~/data/interiors/MBF/MBFPole.dif"; dataBlock = "EasterEgg";
showTerrainInside = "0"; collideable = "0";
static = "1";
rotate = "1";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic";
preload = "0";
}; };
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,17 +2,17 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
level = "6"; goldTime = "30000";
time = "45000";
startHelpText = "Expert skiers are advised to use caution!";
desc = "Skiing has never been so fun! AND hard!";
artist = "Kevin";
type = "Advanced"; type = "Advanced";
name = "Stunt Slopes"; name = "Stunt Slopes";
goldTime = "30000"; level = "6";
artist = "Kevin";
time = "45000";
desc = "Skiing has never been so fun! AND hard!";
startHelpText = "Expert skiers are advised to use caution!";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -21,6 +21,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -28,25 +29,27 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "1000"; visibleDistance = "1000";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm1 = "0";
fogVolume2 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm2 = "0";
fogVolume3 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm3 = "0";
materialList = "~/data/skies/advanced/sky_day.dml"; fogVolume1 = "-1 -1.73483e+09 -1.73483e+09";
windVelocity = "1 0 0"; fogVolume2 = "-1 -1.73483e+09 -1.73483e+09";
windEffectPrecipitation = "0"; fogVolume3 = "-1 -1.73483e+09 -1.73483e+09";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000";
fogVolumeColor2 = "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"; fogVolumeColor3 = "128.000000 128.000000 128.000000 -1734829824.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.280868 0.579493 -0.76505"; direction = "0.280868 0.579493 -0.76505";
color = "1.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.400000 0.400000 0.400000 1.000000"; ambient = "0.400000 0.400000 0.400000 1.000000";
}; };
new StaticShape() { new StaticShape() {
@ -76,11 +79,11 @@ new SimGroup(MissionGroup) {
}; };
new ScriptObject() { new ScriptObject() {
pad = "4755"; pad = "4755";
bonusTime = "0";
gemCount = "0";
penaltyTime = "0";
time = "0"; time = "0";
gemCount = "0";
powerUp = "0"; powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
}; };
new InteriorInstance() { new InteriorInstance() {
position = "-4.41963 216.185 370.785"; position = "-4.41963 216.185 370.785";
@ -112,11 +115,11 @@ new SimGroup(MissionGroup) {
}; };
new ScriptObject() { new ScriptObject() {
pad = "2146"; pad = "2146";
bonusTime = "0";
gemCount = "0";
penaltyTime = "0";
time = "0"; time = "0";
gemCount = "0";
powerUp = "0"; powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
}; };
new InteriorInstance() { new InteriorInstance() {
position = "164.739 156.48 268.169"; position = "164.739 156.48 268.169";
@ -127,16 +130,19 @@ new SimGroup(MissionGroup) {
}; };
new ScriptObject() { new ScriptObject() {
pad = "1896"; pad = "1896";
bonusTime = "0";
gemCount = "0";
penaltyTime = "0";
time = "0"; time = "0";
gemCount = "0";
powerUp = "0"; powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
}; };
new AudioProfile(MusicProfile) { new ScriptObject() {
fileName = "~/data/sound/Shell.ogg"; pad = "1898";
description = "AudioMusic"; time = "0";
preload = "0"; gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
}; };
new InteriorInstance() { new InteriorInstance() {
position = "86.4922 190.207 238.956"; position = "86.4922 190.207 238.956";
@ -147,19 +153,19 @@ new SimGroup(MissionGroup) {
}; };
new ScriptObject() { new ScriptObject() {
pad = "1896"; pad = "1896";
bonusTime = "0";
gemCount = "0";
penaltyTime = "0";
time = "0"; time = "0";
gemCount = "0";
powerUp = "0"; powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
}; };
new ScriptObject() { new ScriptObject() {
pad = "2099"; pad = "2099";
bonusTime = "0";
gemCount = "0";
penaltyTime = "0";
time = "0"; time = "0";
gemCount = "0";
powerUp = "0"; powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
}; };
new Item() { new Item() {
position = "20.8827 -21.8923 298.293"; position = "20.8827 -21.8923 298.293";
@ -180,12 +186,44 @@ new SimGroup(MissionGroup) {
rotate = "1"; rotate = "1";
}; };
new ScriptObject() { new ScriptObject() {
pad = "1898"; pad = "3543";
bonusTime = "0";
gemCount = "0";
penaltyTime = "0";
time = "0"; time = "0";
gemCount = "0";
powerUp = "0"; powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
};
new Item() {
position = "-7.54408 226.963 362.858";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "AntiGravityItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-11.7812 220.363 368.794";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic";
preload = "0";
};
new Item() {
position = "-6.85227 225.323 377.593";
rotation = "1 0 0 180";
scale = "1 1 1";
dataBlock = "AntiGravityItem";
collideable = "0";
static = "1";
rotate = "1";
}; };
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,16 +2,16 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
desc = "Jumping is important";
name = "Slippery Slopes";
artist = "Kevin";
goldTime = "18000"; goldTime = "18000";
type = "advanced";
level = "7";
startHelpText = "Jumping is advised!"; startHelpText = "Jumping is advised!";
desc = "Jumping is important";
artist = "Kevin";
type = "advanced";
name = "Slippery Slopes";
level = "7";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -20,6 +20,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -27,25 +28,27 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogStorm1 = "0";
fogStorm2 = "0";
fogStorm3 = "0";
fogVolume1 = "-1 7.45949e-31 1.3684e-38"; fogVolume1 = "-1 7.45949e-31 1.3684e-38";
fogVolume2 = "-1 1.07208e-14 8.756e-14"; fogVolume2 = "-1 1.07208e-14 8.756e-14";
fogVolume3 = "-1 5.1012e-10 2.05098e-08"; fogVolume3 = "-1 5.1012e-10 2.05098e-08";
materialList = "~/data/skies/advanced/sky_day.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.4102161 0.6656821 -0.6233701"; direction = "0.410216 0.665682 -0.62337";
color = "1.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
}; };
new InteriorInstance() { new InteriorInstance() {
@ -86,7 +89,7 @@ new SimGroup(MissionGroup) {
}; };
new StaticShape() { new StaticShape() {
position = "-139.932 -284.231 -102.978"; position = "-139.932 -284.231 -102.978";
rotation = "0 0 1 35.52341"; rotation = "0 0 1 35.5234";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "SignFinish"; dataBlock = "SignFinish";
}; };
@ -146,154 +149,6 @@ new SimGroup(MissionGroup) {
showTerrainInside = "0"; showTerrainInside = "0";
}; };
new SimGroup(PathNodeGroup) { new SimGroup(PathNodeGroup) {
new StaticShape(CameraPath1) {
position = "-3.288565 22.04987 16.44071";
rotation = "-0.03016703 -0.2610456 0.964855 192.7245";
scale = "1 1 1";
dataBlock = "PathNode";
usePosition = "1";
placed = "1";
reverseRotation = "0";
useScale = "0";
nextNode = "CameraPath2";
useRotation = "1";
timeToNext = "4000";
};
new StaticShape(CameraPath2) {
position = "-33.99393 -1.315515 2.458342";
rotation = "0.0146631 -0.2273009 0.9737142 172.8115";
scale = "1 1 1";
dataBlock = "PathNode";
usePosition = "1";
placed = "1";
reverseRotation = "0";
useScale = "0";
nextNode = "CameraPath3";
useRotation = "1";
timeToNext = "4000";
};
new StaticShape(CameraPath3) {
position = "-55.10973 -29.38058 -8.406583";
rotation = "0.03212503 -0.2101908 0.9771325 163.0122";
scale = "1 1 1";
dataBlock = "PathNode";
usePosition = "1";
placed = "1";
reverseRotation = "0";
useScale = "0";
nextNode = "CameraPath4";
useRotation = "1";
timeToNext = "0";
};
new StaticShape(CameraPath4) {
position = "-34.86208 -115.9736 -18.30007";
rotation = "0.9043807 0.05621292 -0.4230079 16.71829";
scale = "1 1 1";
dataBlock = "PathNode";
usePosition = "1";
placed = "1";
reverseRotation = "0";
useScale = "0";
nextNode = "CameraPath5";
useRotation = "1";
timeToNext = "4000";
};
new StaticShape(CameraPath5) {
position = "-21.83129 -131.2509 -24.03154";
rotation = "0.8362968 -0.1457766 0.5285422 36.50487";
scale = "1 1 1";
dataBlock = "PathNode";
usePosition = "1";
Spline = "1";
placed = "1";
reverseRotation = "0";
useScale = "0";
nextNode = "CameraPath6";
useRotation = "1";
timeToNext = "2000";
};
new StaticShape(CameraPath6) {
position = "-17.50277 -135.9753 -25.82756";
rotation = "0.4435081 -0.3397307 0.8293875 85.45007";
scale = "1 1 1";
dataBlock = "PathNode";
usePosition = "1";
Spline = "1";
placed = "1";
reverseRotation = "0";
useScale = "0";
nextNode = "CameraPath7";
useRotation = "1";
timeToNext = "1900";
};
new StaticShape(CameraPath7) {
position = "-16.39292 -139.5217 -27.74456";
rotation = "0.2357193 -0.4517747 0.8604279 131.6456";
scale = "1 1 1";
dataBlock = "PathNode";
usePosition = "1";
Spline = "1";
placed = "1";
reverseRotation = "0";
useScale = "0";
nextNode = "CameraPath8";
useRotation = "1";
timeToNext = "2000";
};
new StaticShape(CameraPath8) {
position = "-19.08883 -143.6111 -31.18117";
rotation = "0.008893713 -0.3996969 0.9166043 177.6631";
scale = "1 1 1";
dataBlock = "PathNode";
usePosition = "1";
Spline = "1";
placed = "1";
reverseRotation = "0";
useScale = "0";
nextNode = "CameraPath9";
useRotation = "1";
timeToNext = "2000";
};
new StaticShape(CameraPath9) {
position = "-26.10586 -147.5601 -35.17464";
rotation = "-0.04066528 -0.2943503 0.9548321 195.0293";
scale = "1 1 1";
dataBlock = "PathNode";
usePosition = "1";
placed = "1";
reverseRotation = "0";
useScale = "0";
nextNode = "CameraPath10";
useRotation = "1";
timeToNext = "3000";
};
new StaticShape(CameraPath10) {
position = "-35.00695 -151.4449 -39.40434";
rotation = "-0.07058822 -0.2483995 0.9660824 210.7028";
scale = "1 1 1";
dataBlock = "PathNode";
usePosition = "1";
placed = "1";
reverseRotation = "0";
useScale = "0";
nextNode = "CameraPath11";
useRotation = "1";
timeToNext = "5000";
};
new StaticShape(CameraPath11) {
position = "-35.00695 -151.4449 -39.40434";
rotation = "-0.07058822 -0.2483995 0.9660824 210.7028";
scale = "1 1 1";
dataBlock = "PathNode";
usePosition = "1";
placed = "1";
reverseRotation = "0";
useScale = "0";
nextNode = "CameraPath1";
useRotation = "1";
timeToNext = "0";
};
}; };
new InteriorInstance() { new InteriorInstance() {
position = "0 0 0"; position = "0 0 0";
@ -302,5 +157,27 @@ new SimGroup(MissionGroup) {
interiorFile = "~/data/interiors/spicy/addon/ski3.dif"; interiorFile = "~/data/interiors/spicy/addon/ski3.dif";
showTerrainInside = "0"; showTerrainInside = "0";
}; };
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic";
preload = "0";
};
new Item() {
position = "6.8698 14.4103 -16.5043";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new ScriptObject() {
pad = "4242";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,17 +2,17 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
level = "1";
goldTime = "490000"; goldTime = "490000";
type = "Custom";
startHelpText = "Welcome to Kevin World!";
time = "0"; time = "0";
artist = "Kevin"; startHelpText = "Welcome to Kevin World!";
name = "Arrival to Kevin World!";
desc = "Enjoy your stay at Kevin World."; desc = "Enjoy your stay at Kevin World.";
artist = "Kevin";
type = "Custom";
name = "Arrival to Kevin World!";
level = "1";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -21,6 +21,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/expert/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -28,25 +29,27 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm1 = "0";
fogVolume2 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm2 = "0";
fogVolume3 = "-1 -1.73483e+009 -1.73483e+009"; fogStorm3 = "0";
materialList = "~/data/skies/expert/sky_day.dml"; fogVolume1 = "-1 -1.73483e+09 -1.73483e+09";
windVelocity = "1 0 0"; fogVolume2 = "-1 -1.73483e+09 -1.73483e+09";
windEffectPrecipitation = "0"; fogVolume3 = "-1 -1.73483e+09 -1.73483e+09";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000";
fogVolumeColor2 = "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"; fogVolumeColor3 = "128.000000 128.000000 128.000000 -1734829824.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.581654 -0.481653 -0.655506"; direction = "0.581654 -0.481653 -0.655506";
color = "1.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
}; };
new InteriorInstance() { new InteriorInstance() {
@ -426,7 +429,7 @@ new SimGroup(MissionGroup) {
position = "-111.345 83.7824 197.217"; position = "-111.345 83.7824 197.217";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "2 2 2"; scale = "2 2 2";
dataBlock = "tornado"; dataBlock = "Tornado";
}; };
new Item() { new Item() {
position = "-42.6623 -1.57292 288.387"; position = "-42.6623 -1.57292 288.387";
@ -513,7 +516,7 @@ new SimGroup(MissionGroup) {
position = "-111.345 83.7824 197.217"; position = "-111.345 83.7824 197.217";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "2 2 2"; scale = "2 2 2";
dataBlock = "tornado"; dataBlock = "Tornado";
}; };
new Item() { new Item() {
position = "-116.326 113.738 291.613"; position = "-116.326 113.738 291.613";
@ -759,7 +762,7 @@ new SimGroup(MissionGroup) {
new InteriorInstance() { new InteriorInstance() {
position = "-150.354 19.35 25.843"; position = "-150.354 19.35 25.843";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1e-020"; scale = "1 1 1e-20";
interiorFile = "~/data/interiors/square.dif"; interiorFile = "~/data/interiors/square.dif";
showTerrainInside = "0"; showTerrainInside = "0";
}; };
@ -928,127 +931,127 @@ new SimGroup(MissionGroup) {
position = "-154.84 15.9773 8.775"; position = "-154.84 15.9773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-154.84 15.9773 8.775"; position = "-154.84 15.9773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-154.84 15.9773 8.775"; position = "-154.84 15.9773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-158.64 20.1773 8.775"; position = "-158.64 20.1773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-143.84 18.3773 8.775"; position = "-143.84 18.3773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-146.04 12.3773 8.775"; position = "-146.04 12.3773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-157.04 5.3773 8.775"; position = "-157.04 5.3773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-150.84 5.3773 8.775"; position = "-150.84 5.3773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-150.84 20.3773 8.775"; position = "-150.84 20.3773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-158.64 20.1773 8.775"; position = "-158.64 20.1773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-150.84 5.3773 8.775"; position = "-150.84 5.3773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-157.04 5.3773 8.775"; position = "-157.04 5.3773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-146.04 12.3773 8.775"; position = "-146.04 12.3773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-143.84 18.3773 8.775"; position = "-143.84 18.3773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-150.84 20.3773 8.775"; position = "-150.84 20.3773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-154.143 -0.373701 10.3265"; position = "-154.143 -0.373701 10.3265";
rotation = "1 0 0 90"; rotation = "1 0 0 90";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-148.143 -0.373701 10.3265"; position = "-148.143 -0.373701 10.3265";
rotation = "1 0 0 90"; rotation = "1 0 0 90";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-161.679 9.85735 10.3265"; position = "-161.679 9.85735 10.3265";
rotation = "0 -1 0 90"; rotation = "0 -1 0 90";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-142.032 23.1711 10.3265"; position = "-142.032 23.1711 10.3265";
rotation = "-1 0 0 90"; rotation = "-1 0 0 90";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-147.232 23.1711 10.3265"; position = "-147.232 23.1711 10.3265";
rotation = "-1 0 0 90"; rotation = "-1 0 0 90";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new StaticShape() { new StaticShape() {
position = "-161.679 9.85735 10.3265"; position = "-161.679 9.85735 10.3265";
rotation = "0 -1 0 90"; rotation = "0 -1 0 90";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new Item() { new Item() {
position = "-146.089 101.167 113.756"; position = "-146.089 101.167 113.756";
@ -1122,7 +1125,7 @@ new SimGroup(MissionGroup) {
position = "-150.84 5.3773 8.775"; position = "-150.84 5.3773 8.775";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "ductfan"; dataBlock = "DuctFan";
}; };
new InteriorInstance() { new InteriorInstance() {
position = "-149.911 11.4689 24.2001"; position = "-149.911 11.4689 24.2001";
@ -1594,10 +1597,10 @@ new SimGroup(MissionGroup) {
position = "31.6991 -33.3735 -2.54752"; position = "31.6991 -33.3735 -2.54752";
rotation = "-1 0 0 90"; rotation = "-1 0 0 90";
scale = "0.5 0.5 0.5"; scale = "0.5 0.5 0.5";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
open = "0";
timeout = "200"; timeout = "200";
resetTime = "Default"; resetTime = "Default";
open = "0";
}; };
new StaticShape() { new StaticShape() {
position = "24.4741 -32.1508 -0.812881"; position = "24.4741 -32.1508 -0.812881";
@ -1633,7 +1636,7 @@ new SimGroup(MissionGroup) {
position = "-181.68 -19.1162 -3.0375"; position = "-181.68 -19.1162 -3.0375";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "tornado"; dataBlock = "Tornado";
}; };
new InteriorInstance() { new InteriorInstance() {
position = "-181.68 -19.1162 26.6625"; position = "-181.68 -19.1162 26.6625";
@ -1646,19 +1649,19 @@ new SimGroup(MissionGroup) {
position = "-181.68 -19.1162 -3.0375"; position = "-181.68 -19.1162 -3.0375";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "tornado"; dataBlock = "Tornado";
}; };
new StaticShape() { new StaticShape() {
position = "-181.68 -19.1162 -3.0375"; position = "-181.68 -19.1162 -3.0375";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "tornado"; dataBlock = "Tornado";
}; };
new StaticShape() { new StaticShape() {
position = "-181.68 -19.1162 -3.0375"; position = "-181.68 -19.1162 -3.0375";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "tornado"; dataBlock = "Tornado";
}; };
new InteriorInstance() { new InteriorInstance() {
position = "-138.68 -30.1162 19.8625"; position = "-138.68 -30.1162 19.8625";
@ -3140,5 +3143,14 @@ new SimGroup(MissionGroup) {
description = "AudioMusic"; description = "AudioMusic";
preload = "0"; preload = "0";
}; };
new Item() {
position = "37.5409 -28.4257 -3.6977";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,18 +2,18 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
type = "expert";
time = "840000";
startHelpText = "Can you find all 96 gems in this mad level?"; startHelpText = "Can you find all 96 gems in this mad level?";
desc = "Collect 96 gems!"; time = "840000";
level = "4";
name = "Battlecube";
goldTime = "720000";
UltimateTime = "540000"; UltimateTime = "540000";
artist = "Kevin"; artist = "Kevin";
name = "Battlecube";
level = "4";
goldTime = "720000";
type = "expert";
desc = "Collect 96 gems!";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -22,6 +22,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/expert/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -29,25 +30,27 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 7.45949e-031 1.3684e-038"; fogStorm1 = "0";
fogVolume2 = "-1 1.07208e-014 8.756e-014"; fogStorm2 = "0";
fogVolume3 = "-1 5.1012e-010 2.05098e-008"; fogStorm3 = "0";
materialList = "~/data/skies/expert/sky_day.dml"; fogVolume1 = "-1 7.45949e-31 1.3684e-38";
windVelocity = "1 0 0"; fogVolume2 = "-1 1.07208e-14 8.756e-14";
windEffectPrecipitation = "0"; fogVolume3 = "-1 5.1012e-10 2.05098e-08";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.638261 0.459006 -0.61801"; direction = "0.638261 0.459006 -0.61801";
color = "1.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
}; };
new Item() { new Item() {
@ -2036,8 +2039,25 @@ new SimGroup(MissionGroup) {
dataBlock = "InBoundsTrigger"; 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"; 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 = "8.46861 -30.9549 -99.5074";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new ScriptObject() {
bonusTime = "0";
gemCount = "0";
powerUp = "0";
time = "0";
penaltyTime = "0";
pad = "4847";
};
new AudioProfile(MusicProfile) { new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Rising Temper.ogg"; fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic"; description = "AudioMusic";
preload = "0"; preload = "0";
}; };

View File

@ -2,14 +2,14 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
name = "Curve";
time = "0"; time = "0";
name = "Curve";
level = "5";
desc = "The best name that wins in originality!"; desc = "The best name that wins in originality!";
type = "Expert"; type = "Expert";
level = "5";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -18,6 +18,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/expert/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -25,21 +26,23 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 7.45949e-031 1.3684e-038"; fogStorm1 = "0";
fogVolume2 = "-1 1.07208e-014 8.756e-014"; fogStorm2 = "0";
fogVolume3 = "-1 5.1012e-010 2.05098e-008"; fogStorm3 = "0";
materialList = "~/data/skies/expert/sky_day.dml"; fogVolume1 = "-1 7.45949e-31 1.3684e-38";
windVelocity = "1 0 0"; fogVolume2 = "-1 1.07208e-14 8.756e-14";
windEffectPrecipitation = "0"; fogVolume3 = "-1 5.1012e-10 2.05098e-08";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.57735 0.57735 -0.57735"; direction = "0.57735 0.57735 -0.57735";
@ -57,109 +60,109 @@ new SimGroup(MissionGroup) {
position = "4 20 8.5"; position = "4 20 8.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "6 18 8.5"; position = "6 18 8.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "8 18 8.5"; position = "8 18 8.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "8 20 8.5"; position = "8 20 8.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "10 20 8.5"; position = "10 20 8.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "16 20 8.5"; position = "16 20 8.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "14 18 8.5"; position = "14 18 8.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "12 18 8.5"; position = "12 18 8.5";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "26.5 48.5 6"; position = "26.5 48.5 6";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "26.5 46.5 6"; position = "26.5 46.5 6";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "22.5 46.5 6"; position = "22.5 46.5 6";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "22.5 48.5 6"; position = "22.5 48.5 6";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "trapdoor"; dataBlock = "TrapDoor";
resetTime = "Default"; resetTime = "Default";
timeout = "200";
open = "0"; open = "0";
timeout = "200";
}; };
new StaticShape() { new StaticShape() {
position = "17 41 16.5"; position = "17 41 16.5";
@ -409,12 +412,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-9 36 21.75"; position = "-9 36 21.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "3000"; msToNext = "3000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -423,6 +428,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "3000"; msToNext = "3000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -431,6 +437,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -451,12 +458,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "-9 72 21.75"; position = "-9 72 21.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "3000"; msToNext = "3000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -465,6 +474,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "3000"; msToNext = "3000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -473,6 +483,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -493,12 +504,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "28.5 43.5 5.75"; position = "28.5 43.5 5.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1500"; msToNext = "1500";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -507,6 +520,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "1500"; msToNext = "1500";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -515,6 +529,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -535,12 +550,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "24.5 51.5 5.75"; position = "24.5 51.5 5.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1500"; msToNext = "1500";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -549,6 +566,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "1500"; msToNext = "1500";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -557,6 +575,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -577,12 +596,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "20.5 43.5 5.75"; position = "20.5 43.5 5.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1500"; msToNext = "1500";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -591,6 +612,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "1500"; msToNext = "1500";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -599,6 +621,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -619,12 +642,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "18.5 51.5 5.75"; position = "18.5 51.5 5.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "1500"; msToNext = "1500";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -633,6 +658,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "1500"; msToNext = "1500";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -641,6 +667,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "1000"; msToNext = "1000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -661,12 +688,14 @@ new SimGroup(MissionGroup) {
new SimGroup(MustChange_g) { new SimGroup(MustChange_g) {
new Path() { new Path() {
isLooping = "1";
new Marker() { new Marker() {
position = "11.5 40.5 5.75"; position = "11.5 40.5 5.75";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "0"; seqNum = "0";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -675,6 +704,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "1"; seqNum = "1";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -683,6 +713,7 @@ new SimGroup(MissionGroup) {
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
seqNum = "2"; seqNum = "2";
type = "Normal";
msToNext = "5000"; msToNext = "5000";
smoothingType = "Accelerate"; smoothingType = "Accelerate";
}; };
@ -707,7 +738,7 @@ new SimGroup(MissionGroup) {
dataBlock = "StartPad"; dataBlock = "StartPad";
}; };
new StaticShape(EndPoint) { new StaticShape(EndPoint) {
position = "0 5 100"; position = "25.5586 -38.5577 18.8997";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "EndPad"; dataBlock = "EndPad";
@ -719,172 +750,35 @@ new SimGroup(MissionGroup) {
dataBlock = "InBoundsTrigger"; 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"; 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 = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new ScriptObject() { new ScriptObject() {
bonusTime = "0";
gemCount = "0"; gemCount = "0";
powerUp = "0";
penaltyTime = "0"; penaltyTime = "0";
time = "0"; time = "0";
powerUp = "0";
pad = "2471"; pad = "2471";
bonusTime = "0";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
};
new StaticShape() {
position = "16.5095 17.2947 6.01259";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Sensor";
resetTime = "Default";
}; };
new AudioProfile(MusicProfile) { new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg"; fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic"; description = "AudioMusic";
preload = "0"; preload = "0";
}; };
new ScriptObject() {
bonusTime = "0";
gemCount = "0";
powerUp = "0";
time = "0";
penaltyTime = "0";
pad = "5839";
};
new Item() {
position = "22.6992 -49.8627 9.47459";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,15 +2,15 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
type = "Expert";
artist = "Kevin"; artist = "Kevin";
goldTime = "12000";
name = "Tightrope X-Treme"; name = "Tightrope X-Treme";
desc = "Be careful when you walk on this paths!"; goldTime = "12000";
level = "3"; level = "3";
type = "Expert";
desc = "Be careful when you walk on this paths!";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -19,6 +19,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/expert/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -26,41 +27,43 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "500"; visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogStorm1 = "0";
fogStorm2 = "0";
fogStorm3 = "0";
fogVolume1 = "-1 -1 0.711231"; fogVolume1 = "-1 -1 0.711231";
fogVolume2 = "-1 -1 0.129878"; fogVolume2 = "-1 -1 0.129878";
fogVolume3 = "-1 -3.35192e+38 -3.3785e+38"; fogVolume3 = "-1 -3.35192e+38 -3.3785e+38";
materialList = "~/data/skies/expert/sky_day.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -263245941870854329027512821016986386432.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 -263245941870854329027512821016986386432.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 -335191624087289119748656814989737197568.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 -335191624087289119748656814989737197568.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -335191603804879516096986391042485911552.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 -335191603804879516096986391042485911552.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.392451 0.18875 -0.900197"; direction = "0.392451 0.18875 -0.900197";
color = "3.400000 3.200000 3.400000 3.000000"; color = "1.000000 1.000000 1.000000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
}; };
new ScriptObject() { new ScriptObject() {
powerUp = "0"; bonusTime = "0";
gemCount = "0"; gemCount = "0";
powerUp = "0";
penaltyTime = "0"; penaltyTime = "0";
time = "0"; time = "0";
bonusTime = "0";
pad = "1535"; pad = "1535";
}; };
new ScriptObject() { new ScriptObject() {
powerUp = "0"; bonusTime = "0";
gemCount = "0"; gemCount = "0";
powerUp = "0";
penaltyTime = "0"; penaltyTime = "0";
time = "0"; time = "0";
bonusTime = "0";
pad = "1548"; pad = "1548";
}; };
new StaticShape(StartPoint) { new StaticShape(StartPoint) {
@ -70,11 +73,11 @@ new SimGroup(MissionGroup) {
dataBlock = "StartPad"; dataBlock = "StartPad";
}; };
new ScriptObject() { new ScriptObject() {
powerUp = "0"; bonusTime = "0";
gemCount = "0"; gemCount = "0";
powerUp = "0";
penaltyTime = "0"; penaltyTime = "0";
time = "0"; time = "0";
bonusTime = "0";
pad = "1546"; pad = "1546";
}; };
new InteriorInstance() { new InteriorInstance() {
@ -93,15 +96,10 @@ new SimGroup(MissionGroup) {
static = "1"; static = "1";
rotate = "1"; rotate = "1";
}; };
new Item() { new AudioProfile(MusicProfile) {
position = "-54.1034 -107.888 65.0903"; fileName = "~/data/sound/Shell.ogg";
rotation = "1 0 0 0"; description = "AudioMusic";
scale = "1 1 1"; preload = "0";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
timeBonus = "2000";
}; };
new Item() { new Item() {
position = "-54.5487 -92.55 65.0903"; position = "-54.5487 -92.55 65.0903";
@ -198,26 +196,29 @@ new SimGroup(MissionGroup) {
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"; 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() { new ScriptObject() {
powerUp = "0"; bonusTime = "0";
gemCount = "0"; gemCount = "0";
powerUp = "0";
penaltyTime = "0"; penaltyTime = "0";
time = "0"; time = "0";
bonusTime = "0";
pad = "7977"; pad = "7977";
}; };
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic";
preload = "0";
};
new Item() { new Item() {
position = "-61.5482 -117.179 61.5904"; position = "-54.4893 -108.003 63.799";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "FourLeafCloverItem"; dataBlock = "EasterEgg";
collideable = "0"; collideable = "0";
static = "1"; static = "1";
rotate = "1"; rotate = "1";
}; };
new ScriptObject() {
bonusTime = "0";
gemCount = "0";
powerUp = "0";
time = "0";
penaltyTime = "0";
pad = "4218";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View File

@ -2,17 +2,17 @@
new SimGroup(MissionGroup) { new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) { new ScriptObject(MissionInfo) {
artist = "Kevin";
desc = "Can you pass the course?";
type = "Expert";
level = "2";
goldTime = "270000"; goldTime = "270000";
startHelpText = "Conquer this course!"; startHelpText = "Conquer this course!";
resetTime = "Default"; desc = "Can you pass the course?";
artist = "Kevin";
type = "Expert";
name = "Advanced Mega Course"; name = "Advanced Mega Course";
level = "2";
resetTime = "Default";
}; };
new MissionArea(MissionArea) { new MissionArea(MissionArea) {
area = "-360 -648 720 1296"; Area = "-360 -648 720 1296";
flightCeiling = "300"; flightCeiling = "300";
flightCeilingRange = "20"; flightCeilingRange = "20";
locked = "true"; locked = "true";
@ -21,6 +21,7 @@ new SimGroup(MissionGroup) {
position = "336 136 0"; position = "336 136 0";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
scale = "1 1 1"; scale = "1 1 1";
materialList = "~/data/skies/expert/sky_day.dml";
cloudHeightPer[0] = "0"; cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0"; cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0"; cloudHeightPer[2] = "0";
@ -28,25 +29,27 @@ new SimGroup(MissionGroup) {
cloudSpeed2 = "0.0002"; cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003"; cloudSpeed3 = "0.0003";
visibleDistance = "1000"; visibleDistance = "1000";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300"; fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000"; fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 7.45949e-031 1.3684e-038"; fogStorm1 = "0";
fogVolume2 = "-1 1.07208e-014 8.756e-014"; fogStorm2 = "0";
fogVolume3 = "-1 5.1012e-010 2.05098e-008"; fogStorm3 = "0";
materialList = "~/data/skies/expert/sky_day.dml"; fogVolume1 = "-1 7.45949e-31 1.3684e-38";
windVelocity = "1 0 0"; fogVolume2 = "-1 1.07208e-14 8.756e-14";
windEffectPrecipitation = "0"; fogVolume3 = "-1 5.1012e-10 2.05098e-08";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
}; };
new Sun() { new Sun() {
direction = "0.355977 0.50377 -0.787081"; direction = "0.355977 0.50377 -0.787081";
color = "3.400000 1.200000 0.400000 1.000000"; color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000";
}; };
new InteriorInstance() { new InteriorInstance() {
@ -69,11 +72,11 @@ new SimGroup(MissionGroup) {
dataBlock = "EndPad"; dataBlock = "EndPad";
}; };
new ScriptObject() { new ScriptObject() {
pad = "1651";
time = "0"; time = "0";
gemCount = "0"; gemCount = "0";
penaltyTime = "0";
powerUp = "0"; powerUp = "0";
pad = "1651"; penaltyTime = "0";
bonusTime = "0"; bonusTime = "0";
}; };
new InteriorInstance() { new InteriorInstance() {
@ -301,11 +304,11 @@ new SimGroup(MissionGroup) {
resetTime = "Default"; resetTime = "Default";
}; };
new ScriptObject() { new ScriptObject() {
pad = "1589";
time = "0"; time = "0";
gemCount = "0"; gemCount = "0";
penaltyTime = "0";
powerUp = "0"; powerUp = "0";
pad = "1589"; penaltyTime = "0";
bonusTime = "0"; bonusTime = "0";
}; };
new StaticShape() { new StaticShape() {
@ -653,24 +656,19 @@ new SimGroup(MissionGroup) {
rotate = "1"; rotate = "1";
}; };
new ScriptObject() { new ScriptObject() {
pad = "2448";
time = "0"; time = "0";
gemCount = "0"; gemCount = "0";
penaltyTime = "0";
powerUp = "0"; powerUp = "0";
pad = "2448"; penaltyTime = "0";
bonusTime = "0"; bonusTime = "0";
}; };
new StaticShape(StartPoint) { new StaticShape(StartPoint) {
position = "-685.867 -345.682 276.674"; position = "-685.867 -345.682 276.674";
rotation = "1 0 0 -1.#IND"; rotation = "-1 0 0 1.00014";
scale = "1 1 1"; scale = "1 1 1";
dataBlock = "StartPad"; dataBlock = "StartPad";
}; };
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic";
preload = "0";
};
new Item() { new Item() {
position = "-671.783 40.4162 245.514"; position = "-671.783 40.4162 245.514";
rotation = "1 0 0 0"; rotation = "1 0 0 0";
@ -680,5 +678,27 @@ new SimGroup(MissionGroup) {
static = "1"; static = "1";
rotate = "1"; rotate = "1";
}; };
new ScriptObject() {
pad = "17108";
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
};
new Item() {
position = "233.255 -19.7669 -11.5621";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic";
preload = "0";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---