make tube dive less asshole
This commit is contained in:
parent
840f37a25a
commit
874b3cc5cd
|
@ -56,7 +56,7 @@ function initClient()
|
||||||
// The canvas needs to be constructed before the gui scripts are
|
// The canvas needs to be constructed before the gui scripts are
|
||||||
// run because many of the controls assume the canvas exists at
|
// run because many of the controls assume the canvas exists at
|
||||||
// load time.
|
// load time.
|
||||||
initCanvas(" Kevin Blast 1.4 - Created by KevinSoftware");
|
initCanvas(" Kevin Blast 1.4.1 - Created by KevinSoftware");
|
||||||
|
|
||||||
/// Load client-side Audio Profiles/Descriptions
|
/// Load client-side Audio Profiles/Descriptions
|
||||||
exec("./scripts/audioProfiles.cs");
|
exec("./scripts/audioProfiles.cs");
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$THIS_VERSION = "1.4";
|
$THIS_VERSION = "1.4.1";
|
||||||
$SERVER_VERSION = "1.4";
|
$SERVER_VERSION = "1.4.1";
|
||||||
$BUILD_VERSION = 1;
|
$BUILD_VERSION = 1;
|
||||||
$VERSION_MESSAGE = "";
|
$VERSION_MESSAGE = "";
|
||||||
|
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
new SimGroup(MissionGroup) {
|
new SimGroup(MissionGroup) {
|
||||||
|
|
||||||
new ScriptObject(MissionInfo) {
|
new ScriptObject(MissionInfo) {
|
||||||
time = "35000";
|
|
||||||
desc = "Diving on tube!";
|
desc = "Diving on tube!";
|
||||||
startHelpText = "Gain enough speed!";
|
|
||||||
type = "intermediate";
|
|
||||||
goldTime = "30000";
|
|
||||||
artist = "Kevin";
|
|
||||||
name = "Tube Dive!";
|
name = "Tube Dive!";
|
||||||
|
artist = "Kevin";
|
||||||
level = "15";
|
level = "15";
|
||||||
|
goldTime = "30000";
|
||||||
|
time = "35000";
|
||||||
|
type = "intermediate";
|
||||||
|
startHelpText = "Gain enough speed!";
|
||||||
};
|
};
|
||||||
new MissionArea(MissionArea) {
|
new MissionArea(MissionArea) {
|
||||||
Area = "-360 -648 720 1296";
|
Area = "-360 -648 720 1296";
|
||||||
|
@ -52,36 +52,36 @@ new SimGroup(MissionGroup) {
|
||||||
direction = "0.544508 0.439467 -0.714409";
|
direction = "0.544508 0.439467 -0.714409";
|
||||||
color = "1.000000 1.000000 0.400000 1.000000";
|
color = "1.000000 1.000000 0.400000 1.000000";
|
||||||
ambient = "0.300000 0.300000 0.400000 1.000000";
|
ambient = "0.300000 0.300000 0.400000 1.000000";
|
||||||
scale = "1 1 1";
|
|
||||||
position = "0 0 0";
|
|
||||||
rotation = "1 0 0 0";
|
rotation = "1 0 0 0";
|
||||||
locked = "true";
|
locked = "true";
|
||||||
|
scale = "1 1 1";
|
||||||
|
position = "0 0 0";
|
||||||
};
|
};
|
||||||
new SimGroup(CheckPoints) {
|
new SimGroup(CheckPoints) {
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "2073";
|
pad = "2073";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "1837";
|
pad = "1837";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "3339";
|
pad = "3339";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new InteriorInstance() {
|
new InteriorInstance() {
|
||||||
position = "-72.9302 10.7377 504.541";
|
position = "-72.9302 10.7377 504.541";
|
||||||
|
@ -91,12 +91,12 @@ new SimGroup(MissionGroup) {
|
||||||
showTerrainInside = "0";
|
showTerrainInside = "0";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "1991";
|
pad = "1991";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new StaticShape(StartPoint) {
|
new StaticShape(StartPoint) {
|
||||||
position = "-0.346759 10.9519 502.222";
|
position = "-0.346759 10.9519 502.222";
|
||||||
|
@ -105,52 +105,52 @@ new SimGroup(MissionGroup) {
|
||||||
dataBlock = "StartPad";
|
dataBlock = "StartPad";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "1836";
|
pad = "1836";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "1836";
|
pad = "1836";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "3594";
|
pad = "3594";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "4883";
|
pad = "4883";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "1730";
|
pad = "1730";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "4535";
|
pad = "4535";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new InteriorInstance() {
|
new InteriorInstance() {
|
||||||
position = "-100.191 11.2476 517.956";
|
position = "-100.191 11.2476 517.956";
|
||||||
|
@ -160,12 +160,12 @@ new SimGroup(MissionGroup) {
|
||||||
showTerrainInside = "0";
|
showTerrainInside = "0";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "1744";
|
pad = "1744";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new InteriorInstance() {
|
new InteriorInstance() {
|
||||||
position = "-132.383 10.9439 522.772";
|
position = "-132.383 10.9439 522.772";
|
||||||
|
@ -203,12 +203,12 @@ new SimGroup(MissionGroup) {
|
||||||
showTerrainInside = "0";
|
showTerrainInside = "0";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "3419";
|
pad = "3419";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new InteriorInstance() {
|
new InteriorInstance() {
|
||||||
position = "-439.583 10.8222 254.295";
|
position = "-439.583 10.8222 254.295";
|
||||||
|
@ -218,7 +218,7 @@ new SimGroup(MissionGroup) {
|
||||||
showTerrainInside = "0";
|
showTerrainInside = "0";
|
||||||
};
|
};
|
||||||
new InteriorInstance() {
|
new InteriorInstance() {
|
||||||
position = "-748.484 24.3502 256.242";
|
position = "-653.084 24.3502 256.242";
|
||||||
rotation = "0 0 -1 90";
|
rotation = "0 0 -1 90";
|
||||||
scale = "1 1 1";
|
scale = "1 1 1";
|
||||||
interiorFile = "~/data/interiors/3DMAZE.dif";
|
interiorFile = "~/data/interiors/3DMAZE.dif";
|
||||||
|
@ -239,15 +239,15 @@ new SimGroup(MissionGroup) {
|
||||||
showTerrainInside = "0";
|
showTerrainInside = "0";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "5675";
|
pad = "5675";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new StaticShape(EndPoint) {
|
new StaticShape(EndPoint) {
|
||||||
position = "-720.666 12.2226 248.56";
|
position = "-619.866 12.2226 248.56";
|
||||||
rotation = "1 0 0 0";
|
rotation = "1 0 0 0";
|
||||||
scale = "1 1 1";
|
scale = "1 1 1";
|
||||||
dataBlock = "EndPad";
|
dataBlock = "EndPad";
|
||||||
|
@ -280,12 +280,12 @@ new SimGroup(MissionGroup) {
|
||||||
rotate = "1";
|
rotate = "1";
|
||||||
};
|
};
|
||||||
new ScriptObject() {
|
new ScriptObject() {
|
||||||
time = "0";
|
bonusTime = "0";
|
||||||
gemCount = "0";
|
gemCount = "0";
|
||||||
powerUp = "0";
|
powerUp = "0";
|
||||||
penaltyTime = "0";
|
penaltyTime = "0";
|
||||||
bonusTime = "0";
|
|
||||||
pad = "8584";
|
pad = "8584";
|
||||||
|
time = "0";
|
||||||
};
|
};
|
||||||
new AudioProfile(MusicProfile) {
|
new AudioProfile(MusicProfile) {
|
||||||
fileName = "~/data/sound/Shell.ogg";
|
fileName = "~/data/sound/Shell.ogg";
|
||||||
|
|
Loading…
Reference in New Issue