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

120 lines
3.7 KiB
Text

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
name = "Go for the Green";
startHelpText = "Go for the center hole to get the best time!";
artist = "Kevin Ryan";
desc = "To get the best time go through the center green opening.";
type = "intermediate";
music = "Classic Vibe.ogg";
level = "6";
goldTime = "5000";
};
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.442343 0.475025 -0.760713";
color = "1.400000 1.200000 0.500000 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/goforgreen.dif";
showTerrainInside = "0";
};
new StaticShape(EndPoint) {
position = "0 0 -29.5";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EndPad";
};
new StaticShape(StartPoint) {
position = "0 -25.5 6.5";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StartPad";
};
new Trigger(Bounds) {
position = "-43.5 16 -33";
rotation = "1 0 0 0";
scale = "66.5 48 56.5";
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 = "1.63666 -0.955037 7.2338";
rotation = "0 0 1 21.1994";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new StaticShape() {
position = "-31.043 12.03 -2.03027";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SignPlainLeft";
};
new StaticShape() {
position = "7.51699 9.85643 -6.60687";
rotation = "0 0 1 85.9437";
scale = "1 1 1";
dataBlock = "SignPlainRight";
};
new StaticShape() {
position = "8.25655 8.2822 -10.2454";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SignPlainLeft";
};
new StaticShape() {
position = "-2.3411 -2.25809 -15.5212";
rotation = "0 0 1 177.799";
scale = "1 1 1";
dataBlock = "SignPlainLeft";
};
new StaticShape() {
position = "1.25546 -2.0156 -20.1689";
rotation = "0 0 1 177.799";
scale = "1 1 1";
dataBlock = "SignPlainRight";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Classic Vibe.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---