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

113 lines
3.5 KiB
Text

// UT Tip: Cut your path short and go fast on the tightropes.
// Rep. by Oakster
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
name = "Sprint";
music = "Grudge.ogg";
desc = "A short race for you and your friends.";
level = "13";
type = "Intermediate";
artist = "Lonestar";
goldTime = "34000";
UltimateTime = "21000";
};
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/Intermediate/Intermediate_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 = "-120.726 -5.44964 9.9267";
rotation = "0 0 1 75";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new StaticShape(EndPoint) {
position = "-121.348 -4.48743 -0.059699";
rotation = "0 0 -1 90";
scale = "1 1 1";
dataBlock = "EndPad";
};
new StaticShape(StartPoint) {
position = "4.2809 -4.46022 8.005";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StartPad";
};
new Trigger() {
position = "-128.187 40.9905 -4.15";
rotation = "1 0 0 0";
scale = "170 65 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 InteriorInstance() {
position = "-75.709 -6.48638 4.75525";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors_MBP/Sprint.dif";
showTerrainInside = "0";
};
new Item() {
position = "-110.253 -8.48978 17.6919";
rotation = "1 0 0 0";
scale = "1 1 1.35";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "23.23 -5.5 8.005";
rotation = "0 0 -1 90";
scale = "1 1 1";
dataBlock = "checkPoint";
};
new StaticShape() {
position = "23.23 -4.5 21.605";
rotation = "0 0 -1 90";
scale = "1 1 1";
dataBlock = "checkPoint";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Seaside Revisited.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---