MBHaxe/data/missions_mbp/beginner/Let'sRoll!.mis
2022-11-21 00:08:13 +05:30

134 lines
4.4 KiB
Text

// UT Tip: Go diagonal and JUMP!
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
name = "Let\'s Roll!";
level = "1";
music = "Grudge.ogg";
startHelpText = "Press the <func:bind moveforward> key to roll the marble forward!";
artist = "Phil";
type = "beginner";
desc = "Learn how to play Marble Blast Platinum!";
goldTime = "2750";
UltimateTime = "2400";
};
new MissionArea(MissionArea) {
area = "-360 -648 720 1296";
flightCeiling = "300";
flightCeilingRange = "20";
locked = "true";
};
new Sky(Sky) {
position = "336 136 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003";
visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 7.45949e-031 1.3684e-038";
fogVolume2 = "-1 1.07208e-014 8.756e-014";
fogVolume3 = "-1 5.1012e-010 2.05098e-008";
materialList = "~/data/skies/Beginner/Beginner_Sky.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
};
new Sun() {
direction = "0.638261 0.459006 -0.61801";
color = "1.400000 1.200000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000";
};
new StaticShape() {
position = "32.3066 18.4649 3.45";
rotation = "0 0 1 69.3735";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new StaticShape(EndPoint) {
position = "32 20 -1.5";
rotation = "0 0 1 90";
scale = "1 1 1";
dataBlock = "EndPad";
};
new StaticShape(StartPoint) {
position = "0 4 1";
rotation = "0 0 1 90";
scale = "1 1 1";
dataBlock = "StartPad";
};
new InteriorInstance() {
position = "4 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_mbp/Rolling.dif";
showTerrainInside = "0";
};
new Trigger() {
position = "-14 32 -3.5";
rotation = "1 0 0 0";
scale = "60 40 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 Trigger() {
position = "12 14 0.5 0";
rotation = "1 0 0 0";
scale = "8 4 1";
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";
text = "You can use the mouse, or use the keyboard controls to control the camera!";
};
new Trigger() {
position = "12 8 0.5";
rotation = "1 0 0 0";
scale = "8 8 1";
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";
text = "Press the <func:bind moveleft> key to roll to your left!";
};
new Trigger() {
position = "12 24 0.5";
rotation = "1 0 0 0";
scale = "8 8 1";
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";
text = "Go forward down the slope to the finish!";
};
new Item() {
position = "36.8 24.8 3.9";
rotation = "1 0 0 0";
scale = "0.7 0.7 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "19.8 2.25 -1.2";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "HelicopterItem";
collideable = "0";
static = "1";
rotate = "1";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Seaside Revisited.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---