mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-02-25 17:43:43 +00:00
Minor Adjustments
Removed the rest of the PGD Connect stuff (Did a test run on a server to check). Another quick balance pass on weapons and adjustment to Zombie HP due to a reduction of damage values in many weapons to PvP balance the mod.
This commit is contained in:
parent
52ad2235c7
commit
6070426c06
16 changed files with 82 additions and 66 deletions
|
|
@ -5,11 +5,6 @@ $TWM2::DisabledMissionTypes = ""; //Horde\tHorde4
|
|||
|
||||
$ScoreHudInventory::Active = 0; //0 returns the inv. hud to the normal one
|
||||
|
||||
//This global variable can disable the features of PGD Connect on the server. If the service
|
||||
// goes down at any time, please set this to 1. All PGD Connect Servive info may be viewed on
|
||||
// the PGD fourms (http://forums.phantomdev.net)
|
||||
$TWM2::PGDConnectDisabled = 0;
|
||||
$TWM2::PGDCredentials = "";
|
||||
$TWM2::RestartOnEmpty = 0;
|
||||
|
||||
//CHAT BOT
|
||||
|
|
@ -238,10 +233,10 @@ $Host::UseGlobalBanList = 1;
|
|||
|
||||
$TWM2::UseGoreMod = 0; //set this to 1 for bl00d
|
||||
|
||||
$Server::MOTD = "Welcome To Total Warfare Mod 2 : Advanced Warfare, Please Enjoy your time, but behave, Advertisers and spam bots are not accepted here and will be punshised with kick/ban.";
|
||||
$Server::MOTD = "Set a MOTD for the mod's load window and in-game menu here.";
|
||||
|
||||
//This is center printed when a client enters the game window (Observer)
|
||||
$Host::ServerPopup = "<just:center><color:ffffff>http://www.phantomdev.net \n Home of TWM2 \n Hosted by: Phantom139";
|
||||
$Host::ServerPopup = "<just:center><color:ffffff>Place your desired text here";
|
||||
|
||||
$TWM2::FFAMode = 0; // the /tkToggle command Sets This too
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue