mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
364 lines
11 KiB
Text
364 lines
11 KiB
Text
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
new ScriptObject(MissionInfo) {
|
|
artist = "Alex Swanson";
|
|
difficulty = "1";
|
|
level = "1";
|
|
name = "Learning to Roll";
|
|
time = "45000";
|
|
type = "beginner";
|
|
game = "Ultra";
|
|
goldTime = "20000";
|
|
ultimateTime = "3000";
|
|
music = "Tim Trance.ogg";
|
|
};
|
|
new Sky(GlobalSky) {
|
|
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.6 0.6 0.6 1";
|
|
fogVolume1 = "-1 1.00399e-038 0.967194";
|
|
fogVolume2 = "-1 0.945956 0.205138";
|
|
fogVolume3 = "-1 0.135577 0.353959";
|
|
windVelocity = "1 0 0";
|
|
SkySolidColor = "0.6 0.6 0.6 1";
|
|
useSkyTextures = "1";
|
|
renderBottomTexture = "1";
|
|
noRenderBans = "1";
|
|
windEffectPrecipitation = "0";
|
|
};
|
|
new Sun() {
|
|
color = "1.080000 1.030000 0.900000 1.000000";
|
|
ambient = "0.400000 0.400000 0.500000 1.000000";
|
|
direction = "0.573201 0.275357 -0.771764";
|
|
shadowColor = "0.000000 0.000000 0.150000 0.350000";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/beginner/level_one.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new SimGroup(SpawnPoints) {
|
|
new StaticShape(StartPoint) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "StartPad";
|
|
};
|
|
};
|
|
new Trigger() {
|
|
position = "-1.5 1.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "3 3 2";
|
|
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 = "Welcome to Marble Blast Ultra!\nUse the <func:bind moveforward>, <func:bind moveleft>, <func:bind movebackward>, <func:bind moveright> keys to roll the marble.";
|
|
};
|
|
new StaticShape(EndPoint) {
|
|
position = "18 6 6.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "EndPad";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "-12.5 -6.5 6";
|
|
rotation = "0 0 -1 90";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_3_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "6.5 -12.5 6";
|
|
rotation = "0 0 1 180";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_3_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "18.5 -12.5 6";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_3_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "-12.5 -18.5 6";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_3_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "-18.5 -12.5 6";
|
|
rotation = "0 0 1 180";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_3_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "12.5 -18.5 6";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_3_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "12.5 -6.5 6";
|
|
rotation = "0 0 -1 90";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_3_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "-6.5 -12.5 6";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_3_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "24.25 24.25 9";
|
|
rotation = "0 0 1 180";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_4_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "24.25 35.75 1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/vertical_support.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "35.75 35.75 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/vertical_support.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "35.75 24.25 5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/vertical_support.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "24.25 24.25 1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/vertical_support.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "11.5 48.25 10";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_2_corner.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "-23.75 48.25 10";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_2_corner.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "24.25 35.75 9";
|
|
rotation = "0 0 1 180";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_4_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "35.75 24.25 9";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_2_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "35.75 35.75 9";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_2_normal.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new StaticShape() {
|
|
position = "-23.25 -24.5 7";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_9shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "24.25 -23.25 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_6shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24 24 6.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_3shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "24.25 -0.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_6shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "-23.75 -0.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_6shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "12 48 4.5";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_6shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "-23.75 -23.25 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_6shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "24.5 36 4.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_6shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "-23.25 -24.25 0";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_9shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "24.25 5.5 7";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_3shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24 -23.25 7";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_9shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24 5 7";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_9shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "24.5 -23.25 7";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_9shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "-24 30 6";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_9shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "5.25 -24.25 0";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_9shape";
|
|
};
|
|
new StaticShape() {
|
|
position = "5.25 -24.5 7";
|
|
rotation = "0 0 1 90";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_9shape";
|
|
};
|
|
new Trigger(Bounds) {
|
|
position = "-27.5 55.5 -7";
|
|
rotation = "1 0 0 0";
|
|
scale = "67 83 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 StaticShape() {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "5000 5000 5000";
|
|
dataBlock = "clear";
|
|
};
|
|
new Item() {
|
|
position = "34.0057 30.0242 8.68829";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1.2";
|
|
dataBlock = "EasterEgg";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
};
|
|
new Trigger() {
|
|
position = "-12.3081 24.3654 -0.45827";
|
|
rotation = "1 0 0 0";
|
|
scale = "20.6389 12.2687 5.91417";
|
|
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 mouse or <func:bind panUp>, <func:bind panDown>, <func:bind turnLeft>, <func:bind turnRight> to change the camera view.";
|
|
};
|
|
new Trigger() {
|
|
position = "-24.5387 48.0665 3.96099";
|
|
rotation = "1 0 0 0";
|
|
scale = "36.0414 20.0538 3.70239";
|
|
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 = "Press <func:bind jump> to jump!";
|
|
};
|
|
new Trigger() {
|
|
position = "-24.0229 23.0881 6.37789";
|
|
rotation = "1 0 0 0";
|
|
scale = "12.1289 24.1323 7.42094";
|
|
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 = "Be careful not to fall off the ledge!";
|
|
};
|
|
new Trigger() {
|
|
position = "11.6305 12.1859 6.13433";
|
|
rotation = "1 0 0 0";
|
|
scale = "12.551 36.7254 5.21727";
|
|
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 = "Roll to the finish pad to complete the level!";
|
|
};
|
|
new InteriorInstance(goob) {
|
|
position = "11.75 24.25 8.5";
|
|
rotation = "0 0 1 180";
|
|
scale = "1 1 1";
|
|
interiorFile = "~/data/interiors_mbu/parts/arch_3_corner.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new StaticShape(thang) {
|
|
position = "24.5 12 2.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
dataBlock = "glass_6shape";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|