///////////////////////////////////////// // // Wolfenstein Dedicated Server - Passwords // // WrittenBy : fallout // Game : Wolfenstein 1.2 // GameWeb : http://web.archive.org/web/*/www.wolfenstein.com // Contact : falloutdc(at)gmail(dot)com // Web : fallout.bplaced.net // Date : 10.03.2011 // Revision : 1.0 // FileName : global_passwords.cfg // // If you want that any of these variables stay permament use "seta instead of set" // // Set = Set the variable for the current session // Seta = Write the variable to the config file 'xxx.cfg' // Sets = Outputs the variable in the serverinfo // Setu = ? // // // This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. // To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to // Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. // set g_password "" // Server password set g_privatePassword "" // password for private slots set net_serverRemoteConsolePassword "" // RCON remote console password //EOF