KevinBlast/marble/data/missions/advanced/AdventureIsland.mis

1274 lines
36 KiB
Plaintext
Raw Normal View History

2024-03-10 20:27:00 -04:00
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
desc = "A long treacherous journey across a vast plane.";
startHelpText = "Move next to other marbles to receive hints";
type = "Advanced";
goldTime = "210000";
artist = "Kevin";
name = "Adventure Island";
level = "1";
2024-03-10 20:27:00 -04:00
};
new MissionArea(MissionArea) {
Area = "-360 -648 720 1296";
2024-03-10 20:27:00 -04:00
flightCeiling = "300";
flightCeilingRange = "20";
locked = "true";
};
new Sky(Sky) {
position = "336 136 0";
rotation = "1 0 0 0";
scale = "1 1 1";
materialList = "~/data/skies/advanced/sky_day.dml";
2024-03-10 20:27:00 -04:00
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.3";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0005";
cloudSpeed2 = "0.001";
cloudSpeed3 = "0.0003";
visibleDistance = "500";
fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000";
fogStorm1 = "0";
fogStorm2 = "0";
fogStorm3 = "0";
2024-03-10 20:27:00 -04:00
fogVolume1 = "0 0 0";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -222768174765569861149077900047473967104.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -170698929442160049016675429178998259712.000000";
2024-03-10 20:27:00 -04:00
windVelocity = "1 1 0";
windEffectPrecipitation = "1";
SkySolidColor = "0.900000 0.900000 0.900000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
2024-03-10 20:27:00 -04:00
noRenderBans = "1";
locked = "true";
};
new Sun() {
direction = "0.544508 0.439467 -0.714409";
color = "1.000000 1.000000 0.400000 1.000000";
2024-03-10 20:27:00 -04:00
ambient = "0.300000 0.300000 0.400000 1.000000";
scale = "1 1 1";
position = "0 0 0";
rotation = "1 0 0 0";
locked = "true";
2024-03-10 20:27:00 -04:00
};
new SimGroup(CheckPoints) {
new StaticShape(StartPoint) {
position = "-45.3733 62.8725 531.353";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "297.193 -640.132 419.43";
rotation = "0 0 1 179.518";
scale = "1 1 1";
dataBlock = "EndPad";
};
};
new StaticShape() {
position = "-61.977 67.5554 340.03";
rotation = "1 0 0 0";
scale = "100 100 100";
dataBlock = "LandMine";
resetTime = "Default";
};
new InteriorInstance() {
position = "-45.2918 63.0792 506.14";
rotation = "1 0 0 0";
scale = "0.5 0.5 0.5";
interiorFile = "~/data/interiors/addon/freefall3.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-45.0034 63.4709 548.668";
rotation = "0 0 1 1.14602";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/freefall3.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-45.1925 62.8839 542.762";
rotation = "0 0 1 36.0963";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/freefall3.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-45.7037 63.1437 533.544";
rotation = "0 0 -1 72.1927";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/freefall3.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-45.8656 62.9721 523.944";
rotation = "0 0 -1 111.154";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/freefall3.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-45.2019 62.9219 514.16";
rotation = "0 0 1 29.7938";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/freefall3.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-45.338 62.9261 498.821";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/freefall0.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-43.0223 60.4215 393.431";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/intermediate/tree.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-46.1969 63.6871 461.71";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/advanced/trapdoor.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-64.6565 37.648 362.88";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/intermediate/tree.dif";
showTerrainInside = "0";
};
new ScriptObject() {
time = "0";
2024-03-10 20:27:00 -04:00
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
2024-03-10 20:27:00 -04:00
bonusTime = "0";
pad = "7301";
2024-03-10 20:27:00 -04:00
};
new InteriorInstance() {
position = "330.729 -272.861 393.946";
rotation = "-0.703772 0.710339 0.0111548 179.653";
scale = "5 25 10";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "261.62 77.4547 406.156";
rotation = "0 0 1 90.5273";
scale = "3 3 3";
interiorFile = "~/data/interiors/addon/mudslide.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "227.827 190.592 367.688";
rotation = "1 0 0 17.7617";
scale = "1 3 1";
interiorFile = "~/data/interiors/addon/pipe0.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "226.33 -204.786 407.218";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/advanced/platform_circle_huge.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "259.2 -208.266 406.596";
rotation = "0.99639 6.76178e-05 -0.0848976 179.909";
2024-03-10 20:27:00 -04:00
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "274.933 -210.271 402.622";
rotation = "0.975222 -0.175061 -0.135262 165.069";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "289.658 -214.914 397.965";
rotation = "0.988944 -0.0336914 -0.14441 205.984";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "318.061 -224.477 394.95";
rotation = "0.0103121 -0.00999931 -0.999897 88.2414";
scale = "0.5 1.5 1";
interiorFile = "~/data/interiors/advanced/platform_circle.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "339.94 -635.511 401.746";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/whorl0.dif";
showTerrainInside = "0";
};
new ScriptObject() {
time = "0";
2024-03-10 20:27:00 -04:00
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
2024-03-10 20:27:00 -04:00
bonusTime = "0";
pad = "11848";
2024-03-10 20:27:00 -04:00
};
new InteriorInstance() {
position = "326.084 -319.649 393.704";
rotation = "-1 0 0 0.569237";
scale = "5 2 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "327.083 -323.646 393.373";
rotation = "-1 0 0 0.569237";
scale = "5 2 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "326.891 -327.034 393.824";
rotation = "-1 0 0 0.569237";
scale = "5 2 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "326.697 -330.415 394.274";
rotation = "-1 0 0 0.569237";
scale = "5 2 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "326.506 -333.794 394.725";
rotation = "-1 0 0 0.569237";
scale = "5 2 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "326.317 -337.169 395.176";
rotation = "-1 0 0 0.569237";
scale = "5 2 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "326.126 -340.542 395.627";
rotation = "-1 0 0 0.569237";
scale = "5 2 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "325.931 -343.945 396.078";
rotation = "-1 0 0 0.569237";
scale = "5 2 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "325.743 -347.248 396.53";
rotation = "-1 0 0 0.569237";
scale = "5 2 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "325.544 -350.648 396.98";
rotation = "-1 0 0 0.569237";
scale = "5 2 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "325.353 -354.122 397.43";
rotation = "-1 0 0 0.569237";
scale = "5 2 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "328.248 -438.402 397.346";
rotation = "1 0 0 0";
scale = "5 40 10";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "328.408 -585.647 389.096";
rotation = "1 0 0 0";
scale = "1 2 1";
interiorFile = "~/data/interiors/advanced/platform_circle_huge.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "-45.3341 62.9143 531.405";
rotation = "1 0 0 0";
scale = "0.3 0.3 0.3";
interiorFile = "~/data/interiors/advanced/platform_circle.dif";
showTerrainInside = "0";
};
new ScriptObject() {
time = "0";
2024-03-10 20:27:00 -04:00
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
2024-03-10 20:27:00 -04:00
bonusTime = "0";
pad = "13658";
2024-03-10 20:27:00 -04:00
};
new InteriorInstance() {
position = "302.595 -641.188 419.512";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/advanced/platform_circle.dif";
showTerrainInside = "0";
};
new Item() {
position = "-64.6549 37.8142 399.893";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-64.7345 37.6778 401.864";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "HelicopterItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-11.9435 60.4273 385.893";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "227.762 53.6188 412.773";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperSpeedItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "227.515 -21.2256 433.889";
rotation = "1 0 0 0";
scale = "2 2 2";
dataBlock = "SuperSpeedItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "227.617 -50.4357 443.687";
rotation = "1 0 0 0";
scale = "2 2 2";
dataBlock = "ShockAbsorberItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "323.298 -634.092 402.121";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "HelicopterItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "320.454 -634.027 402.428";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "345.873 49.967 406.311";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "233.216 39.4831 397.284";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "351.442 25.9911 407.566";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "315.399 103.479 430.227";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "HelicopterItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "-42.512 71.5949 458.173";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SignPlainDown";
};
new StaticShape() {
position = "-63.4857 22.5927 411.937";
rotation = "0.865119 -0.363553 0.34554 95.3819";
scale = "2 2 2";
dataBlock = "SignPlainUp";
};
new StaticShape() {
position = "-52.6147 54.6101 397.134";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SignPlainRight";
};
new StaticShape() {
position = "-42.0936 64.4912 430.627";
rotation = "0 0 1 179.336";
scale = "1 1 1";
dataBlock = "SignPlainDown";
};
new StaticShape() {
position = "-59.7174 31.9653 427.303";
rotation = "0 0 1 231.085";
scale = "1 1 1";
dataBlock = "SignPlainLeft";
};
new StaticShape() {
position = "-58.1456 28.2696 427.829";
rotation = "1 0 0 179.336";
scale = "1 1 1";
dataBlock = "SignPlainUp";
};
new StaticShape() {
position = "-56.7529 36.8878 409.934";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SignPlainLeft";
};
new ScriptObject() {
time = "0";
2024-03-10 20:27:00 -04:00
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
2024-03-10 20:27:00 -04:00
bonusTime = "0";
pad = "2148";
2024-03-10 20:27:00 -04:00
};
new Item() {
position = "-50.2794 89.7389 432.329";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-45.2804 62.6925 503.038";
rotation = "1 0 0 0";
scale = "5 5 5";
dataBlock = "GemItemBlue";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "367.894 -18.1485 420.926";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-78.4192 18.1442 395.511";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "-57.5725 56.4216 396.934";
rotation = "0 0 -1 29.7938";
scale = "1 1 1";
dataBlock = "SignPlainLeft";
};
new StaticShape() {
position = "-57.6177 56.4358 398.404";
rotation = "0 0 -1 33.8045";
scale = "1 1 1";
dataBlock = "SignPlainLeft";
};
new StaticShape() {
position = "-64.6901 41.6656 400.414";
rotation = "0 0 1 181.628";
scale = "1 1 1";
dataBlock = "SignPlainDown";
};
new Item() {
position = "-71.559 66.6221 401.508";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "239.331 -3.68912 404.979";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "227.707 14.6119 422.906";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperSpeedItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "228.428 65.4992 412.361";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "317.654 -631.224 403.469";
rotation = "0 0 -1 46.9825";
scale = "1 1 1";
dataBlock = "SignPlainUp";
};
new Item() {
position = "373.806 -297.826 397.641";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "359.26 -281.162 395.539";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "288.16 -312.305 398.915";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "298.894 -260.335 397.374";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "313.226 -242.439 395.61";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new ScriptObject() {
time = "0";
2024-03-10 20:27:00 -04:00
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
2024-03-10 20:27:00 -04:00
bonusTime = "0";
pad = "3718";
2024-03-10 20:27:00 -04:00
};
new InteriorInstance() {
position = "330.229 -222.938 395.739";
rotation = "0.999388 -2.78707e-05 0.0349928 179.909";
2024-03-10 20:27:00 -04:00
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "304.031 -216.364 393.419";
rotation = "0.9799 0.0657368 -0.18835 217.582";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "317.789 -215.419 390.375";
rotation = "1 0 0 169.023";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "333.131 -215.689 392.894";
rotation = "0.984724 0.00247312 0.174108 181.603";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "346.453 -217.658 399.25";
rotation = "0.952991 -0.143502 0.266861 173.778";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new InteriorInstance() {
position = "345.85 -222.167 399.367";
rotation = "0.982655 0.0481347 0.179089 180.373";
scale = "1 1 1";
interiorFile = "~/data/interiors/addon/shimmy.dif";
showTerrainInside = "0";
};
new Item() {
position = "347.439 -222.406 400.028";
rotation = "1 0 0 0";
scale = "2 2 2";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "357.791 -271.476 395.383";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "340.041 -239.395 395.394";
rotation = "1 0 0 0";
scale = "2 2 2";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "333.007 -244.736 394.652";
rotation = "1 0 0 0";
scale = "2 2 2";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "326.006 -255.525 394.988";
rotation = "1 0 0 0";
scale = "2 2 2";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "339.866 -298.392 394.011";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "334.468 -300.716 393.968";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "324.406 -300.672 394.212";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "348.366 -297.964 394.363";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "371.046 -288.986 397.309";
rotation = "0 1 0 16.0429";
scale = "2 2 2";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "367.407 -307.805 396.418";
rotation = "0 1 0 11.4591";
scale = "2 2 2";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "291.672 -313.174 398.262";
rotation = "1 0 0 0";
scale = "2 2 2";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "316.187 -239.419 395.356";
rotation = "1 0 0 0";
scale = "2 2 2";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "313.407 -238.416 395.665";
rotation = "1 0 0 0";
scale = "2 2 2";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "304.338 -256.872 396.464";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "300.164 -255.765 397.304";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "298.523 -255.081 397.558";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "302.525 -255.412 396.917";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "302.441 -256.969 396.888";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "287.661 -313.866 399.116";
rotation = "1 0 0 0";
scale = "2 2 2";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "289.558 -313.642 398.646";
rotation = "1 0 0 0";
scale = "2 2 2";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "306.622 -262.774 396.907";
rotation = "0 1 0 60.1606";
scale = "1 1 1";
dataBlock = "DuctFan";
};
new StaticShape() {
position = "306.699 -260.847 396.963";
rotation = "0 1 0 68.7549";
scale = "1 1 1";
dataBlock = "DuctFan";
};
new StaticShape() {
position = "306.566 -259.086 396.856";
rotation = "0 1 0 61.8794";
scale = "1 1 1";
dataBlock = "DuctFan";
};
new StaticShape() {
position = "338.701 -611.382 389.196";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new StaticShape() {
position = "340.162 -576.611 389.43";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new StaticShape() {
position = "326.306 -560.208 389.196";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new StaticShape() {
position = "324.855 -594.455 389.396";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new StaticShape() {
position = "323.144 -653.771 392.396";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new StaticShape() {
position = "344.852 -621.926 395.681";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "344.774 -621.028 395.681";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "344.792 -620.138 395.681";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "344.875 -619.398 395.681";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "344.876 -618.474 395.706";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "344.981 -617.639 395.831";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "342.989 -617.518 396.002";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "342.884 -618.353 395.877";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "342.883 -619.277 395.852";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "342.8 -620.017 395.852";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "342.782 -620.907 395.852";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "342.86 -621.805 395.852";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "338.881 -619.019 395.889";
rotation = "0 0 -1 24.6372";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "339.134 -619.821 395.764";
rotation = "0 0 -1 24.6372";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "339.518 -620.662 395.739";
rotation = "0 0 -1 24.6372";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "339.751 -621.369 395.739";
rotation = "0 0 -1 24.6372";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "340.106 -622.186 395.739";
rotation = "0 0 -1 24.6372";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "340.551 -622.969 395.739";
rotation = "0 0 -1 24.6372";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "349.035 -618.681 395.802";
rotation = "0 0 1 30.9397";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "348.516 -619.344 395.677";
rotation = "0 0 1 30.9397";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "348.04 -620.135 395.652";
rotation = "0 0 1 30.9397";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "347.588 -620.728 395.652";
rotation = "0 0 1 30.9397";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "347.115 -621.482 395.652";
rotation = "0 0 1 30.9397";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "346.72 -622.292 395.652";
rotation = "0 0 1 30.9397";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "335.283 -622.326 395.802";
rotation = "0 0 -1 56.1499";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "335.918 -622.879 395.677";
rotation = "0 0 -1 56.1499";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "336.685 -623.394 395.652";
rotation = "0 0 -1 56.1499";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "337.253 -623.875 395.652";
rotation = "0 0 -1 56.1499";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "337.983 -624.386 395.652";
rotation = "0 0 -1 56.1499";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "338.772 -624.822 395.652";
rotation = "0 0 -1 56.1499";
scale = "1 1 1";
dataBlock = "RoundBumper";
};
new StaticShape() {
position = "335.279 -651.282 393.579";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new StaticShape() {
position = "329.969 -655.484 392.78";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new StaticShape() {
position = "-95.5517 -2.52309 341.785";
rotation = "1 0 0 0";
scale = "100 100 100";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "-26.2825 69.7615 333.138";
rotation = "1 0 0 0";
scale = "100 100 100";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "-99.4825 31.5615 341.338";
rotation = "1 0 0 0";
scale = "100 100 100";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "-23.0932 31.0796 337.246";
rotation = "1 0 0 0";
scale = "100 100 100";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "-59.304 31.5977 341.354";
rotation = "1 0 0 0";
scale = "100 100 100";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "-94.7147 73.9158 341.262";
rotation = "1 0 0 0";
scale = "100 100 100";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "-24.7299 -2.1332 337.781";
rotation = "1 0 0 0";
scale = "100 100 100";
dataBlock = "LandMine";
resetTime = "Default";
};
new StaticShape() {
position = "-59.9517 -1.92309 338.385";
rotation = "1 0 0 0";
scale = "100 100 100";
dataBlock = "LandMine";
resetTime = "Default";
};
new Trigger() {
position = "-48.5409 65.6887 459.894";
rotation = "1 0 0 0";
scale = "1 1 1";
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 = "Follow the arrow signs for a safe passage";
};
new TSStatic() {
position = "-47.915 65.1957 460.031";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "~/data/shapes/balls/ball-superball.dts";
};
new ScriptObject() {
time = "0";
2024-03-10 20:27:00 -04:00
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
2024-03-10 20:27:00 -04:00
bonusTime = "0";
pad = "3518";
2024-03-10 20:27:00 -04:00
};
new TSStatic() {
position = "-55.9915 37.2047 426.293";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "~/data/shapes/balls/ball-superball.dts";
};
new Trigger() {
position = "-56.5114 37.9694 426.107";
rotation = "1 0 0 0";
scale = "1 1 1";
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 = "Fall inwards toward the higher of the two levels";
};
new Trigger() {
position = "-30.3723 61.7766 388.528";
rotation = "1 0 0 0";
scale = "1 1 1";
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 = "Get a running start, activate the gyro then the super jump";
};
new Trigger() {
position = "-57.974 36.6797 408.398";
rotation = "1 0 0 0";
scale = "1 1 1";
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 = "Don\'t use the gyrocopter until later";
};
new TSStatic() {
position = "-57.3661 36.1878 408.74";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "~/data/shapes/balls/ball-superball.dts";
};
new TSStatic() {
position = "-29.8965 61.2764 388.858";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "~/data/shapes/balls/ball-superball.dts";
};
new TSStatic() {
position = "231.065 57.0688 412.384";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "~/data/shapes/balls/ball-superball.dts";
};
new Trigger() {
position = "230.281 57.7557 412.263";
rotation = "1 0 0 0";
scale = "1 1 1";
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 = "Straighten yourself, then run through the tube, holding down the powerup button";
};
new Trigger() {
position = "336.956 -633.514 395.752";
rotation = "1 0 0 0";
scale = "1 1 1";
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 = "Use the tornadoes to your advantage. Roll at them then swing yourself around to roll up the hill";
};
new TSStatic() {
position = "337.403 -634.107 395.869";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "~/data/shapes/balls/ball-superball.dts";
};
new TSStatic() {
position = "318.463 -634.79 402.434";
rotation = "1 0 0 0";
scale = "1 1 1";
shapeName = "~/data/shapes/balls/ball-superball.dts";
};
new Trigger() {
position = "318.062 -634.39 402.146";
rotation = "1 0 0 0";
scale = "1 1 1";
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 = "Use the gyrocopter, then the superjump to propel yourself upward";
};
new Trigger() {
position = "-189.807 161.398 330.073";
rotation = "1 0 0 0";
scale = "700 900 200";
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 = "-63.9561 28.3191 407.637";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new ScriptObject() {
time = "0";
gemCount = "0";
powerUp = "0";
penaltyTime = "0";
bonusTime = "0";
pad = "13283";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic";
preload = "0";
};
2024-03-10 20:27:00 -04:00
};
//--- OBJECT WRITE END ---