101 lines
3.1 KiB
Plaintext
101 lines
3.1 KiB
Plaintext
|
//--- OBJECT WRITE BEGIN ---
|
||
|
new SimGroup(MissionGroup) {
|
||
|
|
||
|
new ScriptObject(MissionInfo) {
|
||
|
type = "Intermediate";
|
||
|
level = "17";
|
||
|
name = "Sand sprint";
|
||
|
time = "22000";
|
||
|
startHelpText = "Do the things well, or you won\'t pass under par!";
|
||
|
desc = "Do things well!";
|
||
|
artist = "Kevin";
|
||
|
goldTime = "10000";
|
||
|
};
|
||
|
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/intermediate/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 = "-18.9587 -48.3786 94.7837";
|
||
|
rotation = "1 0 0 0";
|
||
|
scale = "1 1 1";
|
||
|
interiorFile = "~/data/interiors/MBF/SandSprint.dif";
|
||
|
showTerrainInside = "0";
|
||
|
};
|
||
|
new ScriptObject() {
|
||
|
pad = "1612";
|
||
|
bonusTime = "0";
|
||
|
gemCount = "0";
|
||
|
penaltyTime = "0";
|
||
|
time = "0";
|
||
|
powerUp = "0";
|
||
|
};
|
||
|
new StaticShape(StartPoint) {
|
||
|
position = "3.49302 -69.909 95.2795";
|
||
|
rotation = "1 0 0 0";
|
||
|
scale = "0.5 0.5 0.5";
|
||
|
dataBlock = "StartPad";
|
||
|
};
|
||
|
new ScriptObject() {
|
||
|
pad = "2010";
|
||
|
bonusTime = "0";
|
||
|
gemCount = "0";
|
||
|
penaltyTime = "0";
|
||
|
time = "0";
|
||
|
powerUp = "0";
|
||
|
};
|
||
|
new Trigger() {
|
||
|
position = "-10.4881 -28.9344 95.5426";
|
||
|
rotation = "1 0 0 0";
|
||
|
scale = "46 60 40";
|
||
|
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(EndPoint) {
|
||
|
position = "14.289 -69.4658 113.279";
|
||
|
rotation = "1 0 0 0";
|
||
|
scale = "0.5 0.5 0.5";
|
||
|
dataBlock = "EndPad";
|
||
|
};
|
||
|
new AudioProfile(MusicProfile) {
|
||
|
fileName = "~/data/sound/Shell.ogg";
|
||
|
description = "AudioMusic";
|
||
|
preload = "0";
|
||
|
};
|
||
|
};
|
||
|
//--- OBJECT WRITE END ---
|