MBHaxe/data/missions_mbg/beginner/PlatformTraining.mis
2022-11-21 00:08:13 +05:30

148 lines
4.6 KiB
Text

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
type = "Beginner";
name = "Platform Training";
desc = "Ride the platform between the towers.";
startHelpText = "Ride the moving platform to reach the goal.";
level = "5";
artist = "Alex Swanson";
music = "Groove Police.ogg";
goldTime = "7000";
};
new MissionArea(MissionArea) {
area = "-360 -648 720 1296";
flightCeiling = "300";
flightCeilingRange = "20";
locked = "true";
};
new Sky(Sky) {
position = "336 136 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003";
visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "-1 -1.73483e+009 -1.73483e+009";
fogVolume2 = "-1 -1.73483e+009 -1.73483e+009";
fogVolume3 = "-1 -1.73483e+009 -1.73483e+009";
materialList = "~/data/skies/sky_day.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -1734829824.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 -1734829824.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -1734829824.000000";
};
new Sun() {
direction = "0.430715 0.505317 -0.747756";
color = "1.400000 1.200000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000";
};
new InteriorInstance() {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_mbg/beginner/training_platform.dif";
showTerrainInside = "0";
};
new StaticShape(StartPoint) {
position = "34 -1.49333e-007 32";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "-34 1.75394e-007 32";
rotation = "0 0 -1 89.9544";
scale = "1 1 1";
dataBlock = "EndPad";
};
new SimGroup(MustChange_g) {
new Path() {
new Marker() {
position = "-9 6.5 31.5";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "0";
msToNext = "4000";
smoothingType = "Accelerate";
};
new Marker() {
position = "22 6.5 31.5";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "1";
msToNext = "2000";
smoothingType = "Accelerate";
};
new Marker() {
position = "22 6.5 31.5";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "2";
msToNext = "6000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-9 6.5 31.5";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "3";
msToNext = "2000";
smoothingType = "Accelerate";
};
new Marker() {
position = "-9 6.5 31.5";
rotation = "1 0 0 0";
scale = "1 1 1";
seqNum = "4";
msToNext = "0";
smoothingType = "Accelerate";
};
};
new PathedInterior(MustChange) {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "PathedDefault";
interiorResource = $usermods @ "/data/interiors_mbg/beginner/training_platform.dif";
interiorIndex = "0";
basePosition = "0 0 0";
baseRotation = "1 0 0 0";
baseScale = "1 1 1";
initialTargetPosition = "-1";
};
};
new Trigger(Bounds) {
position = "-41 11 27.9105";
rotation = "1 0 0 0";
scale = "82 22 27.5192";
dataBlock = "InBoundsTrigger";
polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 0.0000000 -1.0000000 0.0000000 0.0000000 0.0000000 1.0000000";
};
new StaticShape() {
position = "-33.0539 0.927056 40.4222";
rotation = "0 0 -1 108.862";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Beach Party.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---