added everything
This commit is contained in:
10
example/common/server/prefs.cs
Executable file
10
example/common/server/prefs.cs
Executable file
@@ -0,0 +1,10 @@
|
||||
$Pref::Server::AdminPassword = "";
|
||||
$Pref::Server::ConnectionError = "You do not have the correct version of the Torque Game Engine or the related art needed to connect to this server, please contact the server operator to obtain the latest version of this game.";
|
||||
$Pref::Server::FloodProtectionEnabled = 1;
|
||||
$Pref::Server::Info = "This is a Torque Game Engine Test Server.";
|
||||
$Pref::Server::MaxChatLen = 120;
|
||||
$Pref::Server::MaxPlayers = 64;
|
||||
$Pref::Server::Name = "Torque TTB Server";
|
||||
$Pref::Server::Password = "";
|
||||
$Pref::Server::Port = 28000;
|
||||
$Pref::Server::RegionMask = 2;
|
||||
Reference in New Issue
Block a user