MBHaxe/data/missions/special/marblepicker.mis
2023-06-28 01:12:36 +05:30

97 lines
3 KiB
Text

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
desc = "MarblePicker";
type = "advanced";
gameType = "Special";
level = "99";
time = "10000";
isInDemoMode = "1";
include = "1";
difficulty = "1";
name = "MarblePicker";
guid = "{05E97996-657C-45B2-A39E-C6BCC6160D8F}";
};
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";
hidden = "0";
materialList = "~/data/skies/sky_beginner.dml";
cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003";
visibleDistance = "1500";
fogDistance = "1000";
fogColor = "0.600000 0.600000 0.600000 1.000000";
fogStorm1 = "0";
fogStorm2 = "0";
fogStorm3 = "0";
fogVolume1 = "-1 7.45949e-031 1.3684e-038";
fogVolume2 = "-1 1.07208e-014 8.756e-014";
fogVolume3 = "-1 5.1012e-010 2.05098e-008";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
renderBanOffsetHeight = "50";
skyGlow = "0";
skyGlowColor = "0.000000 0.000000 0.000000 0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
};
new Sun() {
direction = "-0.614021 0.433884 -0.659336";
color = "1.400000 1.200000 0.400000 1.000000";
ambient = "0.440000 0.440000 0.440000 1.000000";
shadowColor = "0.000000 0.000000 0.150000 0.350000";
};
new StaticShape() {
position = "0 0 -600";
rotation = "1 0 0 0";
scale = "1 1 1";
hidden = "0";
dataBlock = "astrolabeShape";
};
new InteriorInstance() {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
hidden = "0";
interiorFile = "./marblepicker.dif";
showTerrainInside = "0";
};
new SpawnSphere() {
position = "0 -2 -1";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "CameraSpawnSphereMarker";
radius = "1";
sphereWeight = "100";
indoorWeight = "100";
outdoorWeight = "100";
};
new Trigger(Bounds) {
position = "-5.5 7.5 -4";
rotation = "1 0 0 0";
scale = "11 15 22";
hidden = "0";
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";
};
};
//--- OBJECT WRITE END ---