KevinBlast/marble/data/missions/beginner/jumping.mis

136 lines
4.1 KiB
Plaintext

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
name = "Kevin's Jump Course";
level = "3";
desc = "Use the space bar to jump";
artist = "Kevin";
goldTime = "3000";
startHelpText = "Jump onto the platforms to finish";
type = "Beginner";
};
new MissionArea(MissionArea) {
Area = "-360 -648 720 1296";
flightCeiling = "300";
flightCeilingRange = "20";
locked = "true";
};
new Sky(Sky) {
position = "336 136 0";
rotation = "1 0 0 0";
scale = "1 1 1";
materialList = "~/data/skies/sky_day.dml";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.3";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0005";
cloudSpeed2 = "0.001";
cloudSpeed3 = "0.0003";
visibleDistance = "500";
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";
windVelocity = "1 1 0";
windEffectPrecipitation = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
locked = "true";
};
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";
rotation = "1 0 0 0";
locked = "true";
scale = "1 1 1";
position = "0 0 0";
};
new SimGroup(CheckPoints) {
new StaticShape(StartPoint) {
position = "16.4225 43.7492 504.303";
rotation = "0 0 1 0.0559529";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "9.16188 56.2183 508.676";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EndPad";
};
};
new ScriptObject() {
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
pad = "1609";
time = "0";
};
new Trigger() {
position = "-11.298 103.375 478.493";
rotation = "1 0 0 0";
scale = "49.2618 126.785 50";
dataBlock = "InBoundsTrigger";
polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 0.0000000 -1.0000000 0.0000000 0.0000000 0.0000000 1.0000000";
};
new InteriorInstance() {
position = "16.6412 43.6906 503.829";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/smallplatform.dif";
showTerrainInside = "0";
};
new ScriptObject() {
gemCount = "0";
penaltyTime = "0";
powerUp = "0";
bonusTime = "0";
pad = "1978";
time = "0";
};
new InteriorInstance() {
position = "9.42452 50.0866 506.128";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/smallplatform.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "16.5182 50.1621 505.052";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/smallplatform.dif";
showTerrainInside = "0";
};
new Item() {
position = "9.37033 50.0916 506.68";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new InteriorInstance() {
position = "9.41278 56.1743 508.284";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/smallplatform.dif";
showTerrainInside = "0";
};
};
//--- OBJECT WRITE END ---