MBHaxe/data/missions_mbu/advanced/halfpipe2_ultra.mis
2022-12-05 12:58:37 +05:30

135 lines
4.1 KiB
Text

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
difficulty = "9";
type = "advanced";
level = "13";
name = "Half Pipe Elite";
time = "35000";
game = "Ultra";
artist = "Alex Swanson";
music = "Tim Trance.ogg";
goldTime = "10000";
ultimateTime = "2000";
};
new Sky(Sky) {
position = "336 136 0";
rotation = "1 0 0 0";
scale = "1 1 1";
materialList = "~/data/skies/Cloudy/cloudy.dml";
cloudHeightPer[0] = "0";
cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
cloudSpeed3 = "0.0003";
visibleDistance = "10000";
fogDistance = "1000";
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";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
};
new Sun() {
direction = "0.573201 0.275357 -0.771764";
color = "1.080000 1.030000 0.900000 1.000000";
ambient = "0.400000 0.400000 0.500000 1.000000";
shadowColor = "0.000000 0.000000 0.150000 0.350000";
};
new StaticShape() {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "5000 5000 5000";
dataBlock = "wintry";
};
new InteriorInstance() {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_mbu/advanced/halfpipe_elite.dif";
showTerrainInside = "0";
};
new SimGroup(SpawnPoints) {
new StaticShape(StartPoint) {
position = "0 -16.5 6";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StartPad";
};
};
new StaticShape(EndPoint) {
position = "-52.5 33.5 19";
rotation = "0 0 -1 90";
scale = "1 1 1";
dataBlock = "EndPad";
};
new Trigger(Bounds) {
position = "-57.976 39 -6.5";
rotation = "1 0 0 0";
scale = "108.476 63 5000";
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 Item() {
position = "11.7735 0.267853 18.0911";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "39.2174 15.1437 24.078";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-32.0523 26.7366 21";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-17.3118 -18.4296 6.5";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new SimGroup() {
new Trigger() {
position = "34.7487 33.631 11.1729";
rotation = "1 0 0 0";
scale = "15 15 15";
dataBlock = "CheckPointTrigger";
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";
respawnPoint = "check1";
};
new TSStatic(check1) {
position = "42.0401 25.4767 14.5171";
rotation = "0 0 -1 89.3814";
scale = "0.5 0.5 0.5";
shapename = "~/data/shapes/buttons/checkpoint.dts";
};
};
};
//--- OBJECT WRITE END ---