From a44e6b795083129a03b014d856f1b7d733253330 Mon Sep 17 00:00:00 2001 From: "firefox3.5.3" Date: Fri, 7 Jun 2024 23:17:25 -0400 Subject: [PATCH] Revise and add superb times for some levels --- marble/client/init.cs | 2 +- marble/data/missions/beginner/powerjump.mis | 50 ++--- marble/data/missions/beginner/timetrial.mis | 48 ++--- .../data/missions/intermediate/CHighRopes.mis | 70 +++--- .../intermediate/Moving Challenge I.mis | 201 +++++++++--------- .../missions/intermediate/Sand Sprint.mis | 50 ++--- .../data/missions/intermediate/Unexpected.mis | 22 +- marble/data/missions/intermediate/q1e1m1.mis | 48 ++--- 8 files changed, 250 insertions(+), 241 deletions(-) diff --git a/marble/client/init.cs b/marble/client/init.cs index db1b069..71caf51 100644 --- a/marble/client/init.cs +++ b/marble/client/init.cs @@ -56,7 +56,7 @@ function initClient() // The canvas needs to be constructed before the gui scripts are // run because many of the controls assume the canvas exists at // load time. - initCanvas(" Kevin Blast 1.5 Dev Build 2 - Created by KevinSoftware"); + initCanvas(" Kevin Blast 1.5 - Created by KevinSoftware"); /// Load client-side Audio Profiles/Descriptions exec("./scripts/audioProfiles.cs"); diff --git a/marble/data/missions/beginner/powerjump.mis b/marble/data/missions/beginner/powerjump.mis index c6c47c5..47727ee 100644 --- a/marble/data/missions/beginner/powerjump.mis +++ b/marble/data/missions/beginner/powerjump.mis @@ -3,16 +3,16 @@ new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { startHelpText = "Use the Time travels to get to the finish within the qualify time"; - time = "15000"; - artist = "Kevin"; name = "Kevin\'s Time Course"; level = "4"; - goldTime = "8000"; - desc = "Get to the end within 15 seconds with the Time travels!"; + goldTime = "2000"; type = "Beginner"; + desc = "Get to the end within 15 seconds with the Time travels!"; + time = "15000"; + artist = "Kevin"; }; new MissionArea(MissionArea) { - Area = "-360 -648 720 1296"; + area = "-360 -648 720 1296"; flightCeiling = "300"; flightCeilingRange = "20"; locked = "true"; @@ -21,7 +21,6 @@ new SimGroup(MissionGroup) { position = "336 136 0"; rotation = "1 0 0 0"; scale = "1 1 1"; - materialList = "~/data/skies/sky_day.dml"; cloudHeightPer[0] = "0.349971"; cloudHeightPer[1] = "0.3"; cloudHeightPer[2] = "0.199973"; @@ -29,33 +28,34 @@ new SimGroup(MissionGroup) { cloudSpeed2 = "0.001"; cloudSpeed3 = "0.0003"; visibleDistance = "500"; + useSkyTextures = "1"; + renderBottomTexture = "1"; + SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; fogDistance = "300"; fogColor = "0.600000 0.600000 0.600000 1.000000"; - fogStorm1 = "0"; - fogStorm2 = "0"; - fogStorm3 = "0"; fogVolume1 = "0 0 0"; fogVolume2 = "0 0 0"; fogVolume3 = "0 0 0"; - 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"; + materialList = "~/data/skies/sky_day.dml"; windVelocity = "1 1 0"; windEffectPrecipitation = "1"; - SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; - useSkyTextures = "1"; - renderBottomTexture = "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"; + fogStorm2 = "0"; + fogStorm3 = "0"; + fogStorm1 = "0"; }; new Sun() { direction = "0.512126 0.512126 -0.689532"; color = "1.000000 1.000000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000"; - rotation = "1 0 0 0"; + locked = "true"; scale = "1 1 1"; position = "0 0 0"; - locked = "true"; + rotation = "1 0 0 0"; }; new SimGroup(CheckPoints) { @@ -83,8 +83,8 @@ new SimGroup(MissionGroup) { bonusTime = "0"; gemCount = "0"; powerUp = "0"; - time = "0"; penaltyTime = "0"; + time = "0"; pad = "2080"; }; new MessageVector(HudMessageVector) { @@ -93,16 +93,16 @@ new SimGroup(MissionGroup) { bonusTime = "0"; gemCount = "0"; powerUp = "0"; - time = "0"; penaltyTime = "0"; + time = "0"; pad = "1585"; }; new ScriptObject() { bonusTime = "0"; gemCount = "0"; powerUp = "0"; - time = "0"; penaltyTime = "0"; + time = "0"; pad = "1704"; }; new Item() { @@ -180,11 +180,6 @@ new SimGroup(MissionGroup) { rotate = "1"; timeBonus = "10000"; }; - new AudioProfile(MusicProfile) { - fileName = "~/data/sound/Shell.ogg"; - description = "AudioMusic"; - preload = "0"; - }; new Item() { position = "-1.97722 -53.142 493.123"; rotation = "1 0 0 0"; @@ -194,5 +189,10 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "1"; }; + new AudioProfile(MusicProfile) { + fileName = "~/data/sound/Shell.ogg"; + description = "AudioMusic"; + preload = "0"; + }; }; //--- OBJECT WRITE END --- diff --git a/marble/data/missions/beginner/timetrial.mis b/marble/data/missions/beginner/timetrial.mis index cd4035a..5324afd 100644 --- a/marble/data/missions/beginner/timetrial.mis +++ b/marble/data/missions/beginner/timetrial.mis @@ -2,17 +2,17 @@ new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { - type = "Beginner"; startHelpText = "Skate for the gems and avoid the comically large land mine!"; - time = "45000"; - goldTime = "25000"; name = "Gem Park"; - desc = "Collect the gems, using the Time Travels and powerups to help!"; + goldTime = "10000"; level = "10"; + type = "Beginner"; + desc = "Collect the gems, using the Time Travels and powerups to help!"; + time = "45000"; artist = "Kevin"; }; new MissionArea(MissionArea) { - Area = "-360 -648 720 1296"; + area = "-360 -648 720 1296"; flightCeiling = "300"; flightCeilingRange = "20"; locked = "true"; @@ -21,7 +21,6 @@ new SimGroup(MissionGroup) { position = "336 136 0"; rotation = "1 0 0 0"; scale = "1 1 1"; - materialList = "~/data/skies/sky_day.dml"; cloudHeightPer[0] = "0.349971"; cloudHeightPer[1] = "0.3"; cloudHeightPer[2] = "0.199973"; @@ -29,31 +28,32 @@ new SimGroup(MissionGroup) { cloudSpeed2 = "0.001"; cloudSpeed3 = "0.0003"; visibleDistance = "500"; + useSkyTextures = "1"; + renderBottomTexture = "1"; + SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; fogDistance = "300"; fogColor = "0.600000 0.600000 0.600000 1.000000"; - fogStorm1 = "0"; - fogStorm2 = "0"; - fogStorm3 = "0"; fogVolume1 = "0 0 0"; fogVolume2 = "0 0 0"; fogVolume3 = "0 0 0"; - 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"; + materialList = "~/data/skies/sky_day.dml"; windVelocity = "1 1 0"; windEffectPrecipitation = "1"; - SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; - useSkyTextures = "1"; - renderBottomTexture = "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"; + fogStorm2 = "0"; + fogStorm3 = "0"; + fogStorm1 = "0"; }; new Sun() { direction = "0.481726 0.481726 -0.732038"; color = "1.000000 1.000000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.400000 1.000000"; - scale = "1 1 1"; locked = "true"; + scale = "1 1 1"; position = "0 0 0"; rotation = "1 0 0 0"; }; @@ -74,18 +74,18 @@ new SimGroup(MissionGroup) { }; new ScriptObject() { bonusTime = "0"; - time = "0"; gemCount = "0"; powerUp = "0"; penaltyTime = "0"; + time = "0"; pad = "2151"; }; new ScriptObject() { bonusTime = "0"; - time = "0"; gemCount = "0"; powerUp = "0"; penaltyTime = "0"; + time = "0"; pad = "2204"; }; new InteriorInstance() { @@ -97,10 +97,10 @@ new SimGroup(MissionGroup) { }; new ScriptObject() { bonusTime = "0"; - time = "0"; gemCount = "0"; powerUp = "0"; penaltyTime = "0"; + time = "0"; pad = "1704"; }; new Item() { @@ -224,11 +224,6 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "1"; }; - new AudioProfile(MusicProfile) { - fileName = "~/data/sound/Shell.ogg"; - description = "AudioMusic"; - preload = "0"; - }; new Item() { position = "63.6167 -86.9033 490.601"; rotation = "1 0 0 0"; @@ -238,5 +233,10 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "1"; }; + new AudioProfile(MusicProfile) { + fileName = "~/data/sound/Shell.ogg"; + description = "AudioMusic"; + preload = "0"; + }; }; //--- OBJECT WRITE END --- diff --git a/marble/data/missions/intermediate/CHighRopes.mis b/marble/data/missions/intermediate/CHighRopes.mis index 96ef0dd..fc69ebb 100644 --- a/marble/data/missions/intermediate/CHighRopes.mis +++ b/marble/data/missions/intermediate/CHighRopes.mis @@ -2,17 +2,17 @@ new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { - goldTime = "14000"; - time = "0"; startHelpText = "Explore both sides of this level!"; - desc = "Get the diamonds on both sides of this level, can you survive the trials ahead?"; - artist = "Kevin"; - type = "intermediate"; name = "On the Flipside"; + goldTime = "23000"; level = "14"; + type = "intermediate"; + desc = "Get the diamonds on both sides of this level, can you survive the trials ahead?"; + time = "0"; + artist = "Kevin"; }; new MissionArea(MissionArea) { - Area = "-360 -648 720 1296"; + area = "-360 -648 720 1296"; flightCeiling = "300"; flightCeilingRange = "20"; locked = "true"; @@ -21,7 +21,6 @@ new SimGroup(MissionGroup) { position = "336 136 0"; rotation = "1 0 0 0"; scale = "1 1 1"; - materialList = "~/data/skies/intermediate/sky_day.dml"; cloudHeightPer[0] = "0"; cloudHeightPer[1] = "0"; cloudHeightPer[2] = "0"; @@ -29,23 +28,24 @@ new SimGroup(MissionGroup) { cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; visibleDistance = "500"; + useSkyTextures = "1"; + renderBottomTexture = "1"; + SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; fogDistance = "300"; fogColor = "0.600000 0.600000 0.600000 1.000000"; - fogStorm1 = "0"; - fogStorm2 = "0"; - fogStorm3 = "0"; - fogVolume1 = "-1 -1.73483e+09 -1.73483e+09"; - fogVolume2 = "-1 -1.73483e+09 -1.73483e+09"; - fogVolume3 = "-1 -1.73483e+09 -1.73483e+09"; + fogVolume1 = "-1 -1.73483e+009 -1.73483e+009"; + fogVolume2 = "-1 -1.73483e+009 -1.73483e+009"; + fogVolume3 = "-1 -1.73483e+009 -1.73483e+009"; + materialList = "~/data/skies/intermediate/sky_day.dml"; + windVelocity = "1 0 0"; + windEffectPrecipitation = "0"; + noRenderBans = "1"; fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 -1734829824.000000"; - windVelocity = "1 0 0"; - windEffectPrecipitation = "0"; - SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; - useSkyTextures = "1"; - renderBottomTexture = "1"; - noRenderBans = "1"; + fogStorm2 = "0"; + fogStorm3 = "0"; + fogStorm1 = "0"; }; new Sun() { direction = "0.433884 0.614021 -0.659336"; @@ -62,7 +62,7 @@ new SimGroup(MissionGroup) { new SimGroup(Platform1_g) { new Path() { - isLooping = "1"; + isLooping = "1"; }; }; new Item() { @@ -77,37 +77,37 @@ new SimGroup(MissionGroup) { new SimGroup(Platform1_g) { new Path() { - isLooping = "1"; + isLooping = "1"; }; }; new SimGroup(Platform1_g) { new Path() { - isLooping = "1"; + isLooping = "1"; }; }; new SimGroup(Platform1_g) { new Path() { - isLooping = "1"; + isLooping = "1"; }; }; new SimGroup(Platform1_g) { new Path() { - isLooping = "1"; + isLooping = "1"; }; }; new SimGroup(Platform1_g) { new Path() { - isLooping = "1"; + isLooping = "1"; }; }; new SimGroup(Platform1_g) { new Path() { - isLooping = "1"; + isLooping = "1"; }; }; new StaticShape(EndPoint) { @@ -126,12 +126,12 @@ new SimGroup(MissionGroup) { rotate = "1"; }; new ScriptObject() { - pad = "2137"; - time = "0"; + bonusTime = "0"; gemCount = "0"; powerUp = "0"; penaltyTime = "0"; - bonusTime = "0"; + pad = "2137"; + time = "0"; }; new Item() { position = "25.2566 38.8076 -3.36573"; @@ -167,12 +167,12 @@ new SimGroup(MissionGroup) { dataBlock = "StartPad"; }; new ScriptObject() { - pad = "1863"; - time = "0"; + bonusTime = "0"; gemCount = "0"; powerUp = "0"; penaltyTime = "0"; - bonusTime = "0"; + pad = "1863"; + time = "0"; }; new Item() { position = "31.7789 0.474319 -0.245051"; @@ -229,12 +229,12 @@ new SimGroup(MissionGroup) { rotate = "1"; }; new ScriptObject() { - pad = "8595"; - time = "0"; + bonusTime = "0"; gemCount = "0"; powerUp = "0"; penaltyTime = "0"; - bonusTime = "0"; + pad = "8595"; + time = "0"; }; new Item() { position = "46.7446 38.4069 -9.7658"; diff --git a/marble/data/missions/intermediate/Moving Challenge I.mis b/marble/data/missions/intermediate/Moving Challenge I.mis index 3e9b765..79ff378 100644 --- a/marble/data/missions/intermediate/Moving Challenge I.mis +++ b/marble/data/missions/intermediate/Moving Challenge I.mis @@ -2,14 +2,15 @@ new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { - time = "0"; - type = "Intermediate"; - desc = "Pass the moving platform challenges ahead, and don\'t fall!"; name = "Sprint Challenge"; level = "18"; + goldTime = "18000"; + type = "Intermediate"; + desc = "Pass the moving platform challenges ahead, and don\'t fall!"; + time = "0"; }; new MissionArea(MissionArea) { - Area = "-360 -648 720 1296"; + area = "-360 -648 720 1296"; flightCeiling = "300"; flightCeilingRange = "20"; locked = "true"; @@ -18,7 +19,6 @@ new SimGroup(MissionGroup) { position = "336 136 0"; rotation = "1 0 0 0"; scale = "1 1 1"; - materialList = "~/data/skies/intermediate/sky_day.dml"; cloudHeightPer[0] = "0"; cloudHeightPer[1] = "0"; cloudHeightPer[2] = "0"; @@ -26,23 +26,24 @@ new SimGroup(MissionGroup) { cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; visibleDistance = "500"; + useSkyTextures = "1"; + renderBottomTexture = "1"; + SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; fogDistance = "300"; fogColor = "0.600000 0.600000 0.600000 1.000000"; - fogStorm1 = "0"; - fogStorm2 = "0"; - fogStorm3 = "0"; - fogVolume1 = "-1 7.45949e-31 1.3684e-38"; - fogVolume2 = "-1 1.07208e-14 8.756e-14"; - fogVolume3 = "-1 5.1012e-10 2.05098e-08"; + fogVolume1 = "-1 7.45949e-031 1.3684e-038"; + fogVolume2 = "-1 1.07208e-014 8.756e-014"; + fogVolume3 = "-1 5.1012e-010 2.05098e-008"; + materialList = "~/data/skies/intermediate/sky_day.dml"; + windVelocity = "1 0 0"; + windEffectPrecipitation = "0"; + noRenderBans = "1"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; - windVelocity = "1 0 0"; - windEffectPrecipitation = "0"; - SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; - useSkyTextures = "1"; - renderBottomTexture = "1"; - noRenderBans = "1"; + fogStorm2 = "0"; + fogStorm3 = "0"; + fogStorm1 = "0"; }; new Sun() { direction = "0.57735 0.57735 -0.57735"; @@ -59,43 +60,43 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-13 3 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 3 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "3000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 3 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-13 3 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "3"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -114,43 +115,43 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-1 9 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 9 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "3000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 9 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-1 9 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "3"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -169,43 +170,43 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-7 37 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "8000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 37 -29.75"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "8000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 37 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "5000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 37 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "3"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -224,34 +225,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-13 53 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "6000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-1 53 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "6000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-13 53 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -270,34 +271,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-13 55 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "5700"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-1 55 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "5700"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-13 55 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -316,34 +317,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-13 57 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "5400"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-1 57 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "5400"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-13 57 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -362,34 +363,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-13 59 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "5000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-1 59 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "5000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-13 59 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -408,34 +409,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-5 67 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "3000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-9 67 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "3000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-5 67 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -454,34 +455,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-9 77 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "4000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-9 69 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "4000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-9 77 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -500,34 +501,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-7 69 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "1500"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 72 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "1500"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 69 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -546,34 +547,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-7 77 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "1500"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 74 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "1500"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 77 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -592,34 +593,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-9 79 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "3000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-5 79 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "3000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-9 79 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -638,34 +639,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-5 69 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "4000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-5 77 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "4000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-5 69 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -684,34 +685,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "2 86 2.5"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "8000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-16 86 2.5"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "8000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "2 86 2.5"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -730,34 +731,34 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-16 90 2.5"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "8000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "2 90 2.5"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "8000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-16 90 2.5"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -776,61 +777,61 @@ new SimGroup(MissionGroup) { new SimGroup(MustChange_g) { new Path() { - isLooping = "1"; + isLooping = "1"; new Marker() { position = "-7 95 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "0"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 101 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "1"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 101 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "2"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 95 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "3"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 95 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "4"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; new Marker() { position = "-7 95 0.25"; rotation = "1 0 0 0"; scale = "1 1 1"; seqNum = "5"; - type = "Normal"; msToNext = "1000"; smoothingType = "Accelerate"; + type = "Normal"; }; }; new PathedInterior(MustChange) { @@ -884,17 +885,20 @@ new SimGroup(MissionGroup) { rotate = "1"; }; new ScriptObject() { - time = "0"; + bonusTime = "0"; gemCount = "0"; powerUp = "0"; - bonusTime = "0"; penaltyTime = "0"; + time = "0"; pad = "2095"; }; - new AudioProfile(MusicProfile) { - fileName = "~/data/sound/Shell.ogg"; - description = "AudioMusic"; - preload = "0"; + new ScriptObject() { + bonusTime = "0"; + gemCount = "0"; + powerUp = "0"; + penaltyTime = "0"; + time = "0"; + pad = "11122"; }; new Item() { position = "-6.93233 34.0268 -3.85284"; @@ -906,12 +910,17 @@ new SimGroup(MissionGroup) { rotate = "1"; }; new ScriptObject() { - time = "0"; + bonusTime = "0"; gemCount = "0"; powerUp = "0"; penaltyTime = "0"; - bonusTime = "0"; - pad = "11122"; + pad = "10089"; + time = "0"; + }; + new AudioProfile(MusicProfile) { + fileName = "~/data/sound/Shell.ogg"; + description = "AudioMusic"; + preload = "0"; }; }; //--- OBJECT WRITE END --- diff --git a/marble/data/missions/intermediate/Sand Sprint.mis b/marble/data/missions/intermediate/Sand Sprint.mis index faad631..f816342 100644 --- a/marble/data/missions/intermediate/Sand Sprint.mis +++ b/marble/data/missions/intermediate/Sand Sprint.mis @@ -2,17 +2,17 @@ new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { - time = "22000"; - type = "Intermediate"; startHelpText = "Do the things well, or you won\'t pass under par!"; - desc = "Do things well!"; - goldTime = "10000"; - artist = "Kevin"; name = "Sand sprint"; + goldTime = "16000"; level = "17"; + type = "Intermediate"; + desc = "Do things well!"; + time = "22000"; + artist = "Kevin"; }; new MissionArea(MissionArea) { - Area = "-360 -648 720 1296"; + area = "-360 -648 720 1296"; flightCeiling = "300"; flightCeilingRange = "20"; locked = "true"; @@ -21,7 +21,6 @@ new SimGroup(MissionGroup) { position = "336 136 0"; rotation = "1 0 0 0"; scale = "1 1 1"; - materialList = "~/data/skies/intermediate/sky_day.dml"; cloudHeightPer[0] = "0"; cloudHeightPer[1] = "0"; cloudHeightPer[2] = "0"; @@ -29,23 +28,24 @@ new SimGroup(MissionGroup) { cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; visibleDistance = "500"; + useSkyTextures = "1"; + renderBottomTexture = "1"; + SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; fogDistance = "300"; fogColor = "0.600000 0.600000 0.600000 1.000000"; - fogStorm1 = "0"; - fogStorm2 = "0"; - fogStorm3 = "0"; - fogVolume1 = "-1 -1.73483e+09 -1.73483e+09"; - fogVolume2 = "-1 -1.73483e+09 -1.73483e+09"; - fogVolume3 = "-1 -1.73483e+09 -1.73483e+09"; + fogVolume1 = "-1 -1.73483e+009 -1.73483e+009"; + fogVolume2 = "-1 -1.73483e+009 -1.73483e+009"; + fogVolume3 = "-1 -1.73483e+009 -1.73483e+009"; + materialList = "~/data/skies/intermediate/sky_day.dml"; + windVelocity = "1 0 0"; + windEffectPrecipitation = "0"; + noRenderBans = "1"; fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 -1734829824.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 -1734829824.000000"; - windVelocity = "1 0 0"; - windEffectPrecipitation = "0"; - SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; - useSkyTextures = "1"; - renderBottomTexture = "1"; - noRenderBans = "1"; + fogStorm2 = "0"; + fogStorm3 = "0"; + fogStorm1 = "0"; }; new Sun() { direction = "0.442343 0.475025 -0.760713"; @@ -60,11 +60,11 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; }; new ScriptObject() { - time = "0"; + bonusTime = "0"; gemCount = "0"; powerUp = "0"; - bonusTime = "0"; penaltyTime = "0"; + time = "0"; pad = "1612"; }; new StaticShape(StartPoint) { @@ -74,11 +74,11 @@ new SimGroup(MissionGroup) { dataBlock = "StartPad"; }; new ScriptObject() { - time = "0"; + bonusTime = "0"; gemCount = "0"; powerUp = "0"; - bonusTime = "0"; penaltyTime = "0"; + time = "0"; pad = "2010"; }; new Trigger() { @@ -104,11 +104,11 @@ new SimGroup(MissionGroup) { rotate = "1"; }; new ScriptObject() { - time = "0"; + bonusTime = "0"; gemCount = "0"; powerUp = "0"; penaltyTime = "0"; - bonusTime = "0"; + time = "0"; pad = "10489"; }; new AudioProfile(MusicProfile) { diff --git a/marble/data/missions/intermediate/Unexpected.mis b/marble/data/missions/intermediate/Unexpected.mis index 0fadea4..952558e 100644 --- a/marble/data/missions/intermediate/Unexpected.mis +++ b/marble/data/missions/intermediate/Unexpected.mis @@ -3,13 +3,13 @@ new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { + name = "Marble Putt"; + startHelpText = "Aim carefully into the tunnel!"; + goldTime = "21000"; + level = "20"; type = "Intermediate"; desc = "Pass the ice-covered challenges!"; artist = "Kevin"; - goldTime = "17000"; - name = "Marble Putt"; - level = "20"; - startHelpText = "Aim carefully into the tunnel!"; }; new MissionArea(MissionArea) { area = "-360 -648 720 1296"; @@ -33,9 +33,9 @@ new SimGroup(MissionGroup) { SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; fogDistance = "300"; fogColor = "0.600000 0.600000 0.600000 1.000000"; - fogVolume1 = "-1 7.45949e-31 1.3684e-38"; - fogVolume2 = "-1 1.07208e-14 8.756e-14"; - fogVolume3 = "-1 5.1012e-10 2.05098e-08"; + fogVolume1 = "-1 7.45949e-031 1.3684e-038"; + fogVolume2 = "-1 1.07208e-014 8.756e-014"; + fogVolume3 = "-1 5.1012e-010 2.05098e-008"; materialList = "~/data/skies/intermediate/sky_day.dml"; windVelocity = "1 0 0"; windEffectPrecipitation = "0"; @@ -58,7 +58,7 @@ new SimGroup(MissionGroup) { }; new StaticShape() { position = "1 34 7"; - rotation = "1 0 0 89.99999"; + rotation = "1 0 0 90"; scale = "1 1 1"; dataBlock = "DuctFan"; }; @@ -106,7 +106,7 @@ new SimGroup(MissionGroup) { }; new StaticShape(EndPoint) { position = "-46 38 4"; - rotation = "0 0 -1 89.99999"; + rotation = "0 0 -1 90"; scale = "0.5 0.5 0.5"; dataBlock = "EndPad"; }; @@ -124,13 +124,13 @@ new SimGroup(MissionGroup) { position = "34 50 11.2"; rotation = "1 0 0 0"; scale = "0.7 0.7 1"; - dataBlock = "easterEgg"; + dataBlock = "EasterEgg"; collideable = "0"; static = "1"; rotate = "1"; }; new AudioProfile(MusicProfile) { - fileName = "~/data/sound/music/shell.ogg"; + fileName = "~/data/sound/Shell.ogg"; description = "AudioMusic"; preload = "0"; }; diff --git a/marble/data/missions/intermediate/q1e1m1.mis b/marble/data/missions/intermediate/q1e1m1.mis index 971383c..d30e989 100644 --- a/marble/data/missions/intermediate/q1e1m1.mis +++ b/marble/data/missions/intermediate/q1e1m1.mis @@ -2,16 +2,16 @@ new SimGroup(MissionGroup) { new ScriptObject(MissionInfo) { - time = "60000"; + name = "Quake 1"; + goldTime = "14000"; + level = "11"; type = "intermediate"; desc = "Explore this mysterious room."; - goldTime = "25000"; + time = "60000"; artist = "Kevin"; - name = "Quake 1"; - level = "11"; }; new MissionArea(MissionArea) { - Area = "-360 -648 720 1296"; + area = "-360 -648 720 1296"; flightCeiling = "300"; flightCeilingRange = "20"; locked = "true"; @@ -20,7 +20,6 @@ new SimGroup(MissionGroup) { position = "0 0 0"; rotation = "1 0 0 0"; scale = "1 1 1"; - materialList = "~/data/skies/intermediate/sky_day.dml"; cloudHeightPer[0] = "0"; cloudHeightPer[1] = "0"; cloudHeightPer[2] = "0"; @@ -28,23 +27,24 @@ new SimGroup(MissionGroup) { cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; visibleDistance = "500"; + useSkyTextures = "1"; + renderBottomTexture = "1"; + SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; fogDistance = "300"; fogColor = "0.600000 0.600000 0.600000 1.000000"; - fogStorm1 = "0"; - fogStorm2 = "0"; - fogStorm3 = "0"; - fogVolume1 = "-1 7.45949e-31 1.3684e-38"; - fogVolume2 = "-1 1.07208e-14 8.756e-14"; - fogVolume3 = "-1 5.1012e-10 2.05098e-08"; + fogVolume1 = "-1 7.45949e-031 1.3684e-038"; + fogVolume2 = "-1 1.07208e-014 8.756e-014"; + fogVolume3 = "-1 5.1012e-010 2.05098e-008"; + materialList = "~/data/skies/intermediate/sky_day.dml"; + windVelocity = "1 0 0"; + windEffectPrecipitation = "0"; + noRenderBans = "1"; fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004"; fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000"; - windVelocity = "1 0 0"; - windEffectPrecipitation = "0"; - SkySolidColor = "0.600000 0.600000 0.600000 1.000000"; - useSkyTextures = "1"; - renderBottomTexture = "1"; - noRenderBans = "1"; + fogStorm2 = "0"; + fogStorm3 = "0"; + fogStorm1 = "0"; }; new Sun() { direction = "0.638261 0.459006 -0.61801"; @@ -114,8 +114,8 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "1"; - showHelpOnPickup = "0"; noRespawn = "0"; + showHelpOnPickup = "0"; }; new Item() { position = "26.75 11.75 -6.313"; @@ -135,11 +135,6 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "1"; }; - new AudioProfile(MusicProfile) { - fileName = "~/data/sound/Shell.ogg"; - description = "AudioMusic"; - preload = "0"; - }; new Item() { position = "6.94651 -43.234 7.89466"; rotation = "1 0 0 0"; @@ -149,5 +144,10 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "1"; }; + new AudioProfile(MusicProfile) { + fileName = "~/data/sound/Shell.ogg"; + description = "AudioMusic"; + preload = "0"; + }; }; //--- OBJECT WRITE END ---