From afcbe83a26525b761a9bfb2926dc58f9e7005d01 Mon Sep 17 00:00:00 2001 From: John3 Date: Mon, 20 Jun 2016 19:30:54 -0500 Subject: [PATCH 1/2] Corrected "Pref::Server::ConnectionError" description. --- Templates/Empty/game/core/scripts/server/defaults.cs | 4 ++-- Templates/Full/game/core/scripts/server/defaults.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Templates/Empty/game/core/scripts/server/defaults.cs b/Templates/Empty/game/core/scripts/server/defaults.cs index 78ebdb8836..8109099ea4 100644 --- a/Templates/Empty/game/core/scripts/server/defaults.cs +++ b/Templates/Empty/game/core/scripts/server/defaults.cs @@ -36,9 +36,9 @@ // usefull to the client, such as the url or ftp address of where the // latest version of the game can be obtained. $Pref::Server::ConnectionError = - "You do not have the correct version of the FPS starter kit or "@ + "You do not have the correct version of Torque3D or "@ "the related art needed to play on this server, please contact "@ - "the server operator for more information."; + "the server administrator."; // The network port is also defined by the client, this value // overrides pref::net::port for dedicated servers diff --git a/Templates/Full/game/core/scripts/server/defaults.cs b/Templates/Full/game/core/scripts/server/defaults.cs index 78ebdb8836..8109099ea4 100644 --- a/Templates/Full/game/core/scripts/server/defaults.cs +++ b/Templates/Full/game/core/scripts/server/defaults.cs @@ -36,9 +36,9 @@ // usefull to the client, such as the url or ftp address of where the // latest version of the game can be obtained. $Pref::Server::ConnectionError = - "You do not have the correct version of the FPS starter kit or "@ + "You do not have the correct version of Torque3D or "@ "the related art needed to play on this server, please contact "@ - "the server operator for more information."; + "the server administrator."; // The network port is also defined by the client, this value // overrides pref::net::port for dedicated servers From 09660372115a4eb414a15dfdfab93dc43918f262 Mon Sep 17 00:00:00 2001 From: John3 Date: Mon, 20 Jun 2016 20:07:03 -0500 Subject: [PATCH 2/2] added $appName --- Templates/Empty/game/core/scripts/server/defaults.cs | 2 +- Templates/Full/game/core/scripts/server/defaults.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Templates/Empty/game/core/scripts/server/defaults.cs b/Templates/Empty/game/core/scripts/server/defaults.cs index 8109099ea4..73c50a1a40 100644 --- a/Templates/Empty/game/core/scripts/server/defaults.cs +++ b/Templates/Empty/game/core/scripts/server/defaults.cs @@ -36,7 +36,7 @@ // usefull to the client, such as the url or ftp address of where the // latest version of the game can be obtained. $Pref::Server::ConnectionError = - "You do not have the correct version of Torque3D or "@ + "You do not have the correct version of "@$appName@" or "@ "the related art needed to play on this server, please contact "@ "the server administrator."; diff --git a/Templates/Full/game/core/scripts/server/defaults.cs b/Templates/Full/game/core/scripts/server/defaults.cs index 8109099ea4..73c50a1a40 100644 --- a/Templates/Full/game/core/scripts/server/defaults.cs +++ b/Templates/Full/game/core/scripts/server/defaults.cs @@ -36,7 +36,7 @@ // usefull to the client, such as the url or ftp address of where the // latest version of the game can be obtained. $Pref::Server::ConnectionError = - "You do not have the correct version of Torque3D or "@ + "You do not have the correct version of "@$appName@" or "@ "the related art needed to play on this server, please contact "@ "the server administrator.";