mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
300 lines
8.4 KiB
Text
300 lines
8.4 KiB
Text
// UT Tip: You sure you need the first Gravity Defier?
|
|
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
|
|
new ScriptObject(MissionInfo) {
|
|
type = "Advanced";
|
|
goldTime = "45000";
|
|
music = "Endurance.ogg";
|
|
UltimateTime = "32500";
|
|
desc = "Zoom through this fun, gravity defier-packed course!";
|
|
name = "Beach Party";
|
|
level = "16";
|
|
artist = "Pablo Vasquez";
|
|
};
|
|
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.349971";
|
|
cloudHeightPer[1] = "0.3";
|
|
cloudHeightPer[2] = "0.199973";
|
|
cloudSpeed1 = "0.0005";
|
|
cloudSpeed2 = "0.001";
|
|
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 = "0 0 0";
|
|
fogVolume2 = "0 0 0";
|
|
fogVolume3 = "0 0 0";
|
|
materialList = "~/data/skies/Advanced/Advanced_Sky.dml";
|
|
windVelocity = "1 1 0";
|
|
windEffectPrecipitation = "1";
|
|
noRenderBans = "1";
|
|
fogVolumeColor1 = "128.000000 128.000000 128.000000 -222768174765569860000000000000000000000.000000";
|
|
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
|
|
fogVolumeColor3 = "128.000000 128.000000 128.000000 -170698929442160050000000000000000000000.000000";
|
|
locked = "true";
|
|
};
|
|
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 Trigger(Bounds) {
|
|
position = "11.83 18.65 434.88";
|
|
rotation = "1 0 0 0";
|
|
scale = "70 80 130";
|
|
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 = "34.488 1.04268 517.775";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_MBP/BeachParty.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new StaticShape(StartPoint) {
|
|
position = "35.1658 -26.7184 516.21";
|
|
rotation = "0 0 1 180";
|
|
scale = "0.75 0.75 0.75";
|
|
dataBlock = "StartPad";
|
|
};
|
|
new Item() {
|
|
position = "35.1658 -26.7184 517.51";
|
|
rotation = "1 0 0 0";
|
|
scale = "0 0 0";
|
|
dataBlock = "SuperSpeedItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new StaticShape() {
|
|
position = "51.3368 11.3793 517.204";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignDownSide";
|
|
};
|
|
new StaticShape() {
|
|
position = "47.7151 -9.21497 483.211";
|
|
rotation = "0 0 -1 45";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignUpSide";
|
|
};
|
|
new Item() {
|
|
position = "45.6362 9.34217 494.564";
|
|
rotation = "-1 0 0 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "AntiGravityItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new StaticShape() {
|
|
position = "43.7229 8.30503 495.946";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignDown";
|
|
};
|
|
new Trigger(helptrig1) {
|
|
position = "43.0732 7.56094 494.361";
|
|
rotation = "1 0 0 0";
|
|
scale = "5 1 5";
|
|
dataBlock = "HelpTrigger";
|
|
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";
|
|
text = "Go slowly over the crest of the hill and grab the Gravity Defier on the other side.";
|
|
};
|
|
new Trigger(oob1) {
|
|
position = "43.4426 6.5843 451.418";
|
|
rotation = "1 0 0 0";
|
|
scale = "3.9 0.2 26.8";
|
|
dataBlock = "OutOfBoundsTrigger";
|
|
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 = "44.679 9.06533 469.26";
|
|
rotation = "1 0 0 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
timeBonus = "1000";
|
|
};
|
|
new Item() {
|
|
position = "46.679 9.06533 464.96";
|
|
rotation = "1 0 0 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
timeBonus = "1000";
|
|
};
|
|
new Item() {
|
|
position = "47.179 9.06533 473.5";
|
|
rotation = "1 0 0 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
timeBonus = "1000";
|
|
};
|
|
new Item() {
|
|
position = "45.2735 7.91441 448.412";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "AntiGravityItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "52.2677 9.48376 443.463";
|
|
rotation = "1 0 0 180";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
|
|
};
|
|
new StaticShape() {
|
|
position = "44.5071 5.35361 493.814";
|
|
rotation = "-1 0 0 37.2423";
|
|
scale = "0.5 0.5 0.5";
|
|
dataBlock = "checkPoint";
|
|
storeGravity = "1";
|
|
};
|
|
new Item() {
|
|
position = "51.4838 -39.5344 515.75";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "45.9777 -1.87624 443.463";
|
|
rotation = "1 0 0 180";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
|
|
};
|
|
new Item() {
|
|
position = "56.9477 -1.55624 443.463";
|
|
rotation = "1 0 0 180";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
|
|
};
|
|
new Item() {
|
|
position = "57.2965 -1.76058 490.491";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "GemItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
|
|
};
|
|
new StaticShape(EndPoint) {
|
|
position = "51.4204 -25.6873 449.213";
|
|
rotation = "1 0 0 180";
|
|
scale = "1 1 1";
|
|
dataBlock = "EndPad";
|
|
};
|
|
new StaticShape() {
|
|
position = "51.4204 -25.6873 442.863";
|
|
rotation = "1 0 0 180";
|
|
scale = "1 1 1";
|
|
dataBlock = "SignFinish";
|
|
};
|
|
new Item() {
|
|
position = "43.6147 -46.8511 536.65";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "49.9639 -5.51471 464.697";
|
|
rotation = "1 0 0 90";
|
|
scale = "1 1 1.3";
|
|
dataBlock = "EasterEgg";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Item() {
|
|
position = "60.8479 8.32091 444.709";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
timeBonus = "1000";
|
|
};
|
|
new Item() {
|
|
position = "45.3902 6.68814 443.474";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
timeBonus = "1000";
|
|
};
|
|
new Item() {
|
|
position = "49.6187 -7.59192 443.358";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "TimeTravelItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
timeBonus = "1000";
|
|
};
|
|
new Trigger(oob2) {
|
|
position = "49.4581 -11.7039 449.645";
|
|
rotation = "1 0 0 0";
|
|
scale = "3.9 8 0.2";
|
|
dataBlock = "OutOfBoundsTrigger";
|
|
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 = "45.6854 2.43509 449.215";
|
|
rotation = "1 0 0 180";
|
|
scale = "0.7 0.7 0.7";
|
|
dataBlock = "checkPoint";
|
|
sub = "0 0 3";
|
|
};
|
|
new AudioProfile(MusicProfile) {
|
|
fileName = "~/data/sound/Pianoforte.ogg";
|
|
description = "AudioMusic";
|
|
preload = "0";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|