Game Development Community

Password

by Allan Stewart · in Torque Game Engine · 11/07/2005 (1:09 pm) · 0 replies

Also just wondering why one can't launch a map when you type in the password into the password section.


$Pref::Server::AdminPassword = "";
$Pref::Server::BanTime = 1800;
$Pref::Server::ConnectionError = "You do not have the correct version of the FPS starter kit or the related art needed to play on this server, please contact the server operator for more information.";
$Pref::Server::FloodProtectionEnabled = 1;
$Pref::Server::Info = "This is an test server.";
$Pref::Server::KickBanTime = 300;
$Pref::Server::MaxChatLen = 120;
$Pref::Server::MaxPlayers = 64;
$Pref::Server::Name = "TEST SERVER";
$Pref::Server::Password = "Test";<<<<<<<<<<<<< $Pref::Server::Port = 28000;
$Pref::Server::RegionMask = 2;
$Pref::Server::TimeLimit = 20;


The reason i'm asking is its probably easier to password the server while starting out then it is to change other things to stop people from coming in and grabbing items you have made.

If you leave the server open then people joining in can download your items/textures and what ever else. But if this password would work and a person could launch the game then he could test with his partner who owns TGE as well.