View Single Post
Old
  (#4)
rudedog is Offline
Site Owner
 
rudedog's Avatar
 
Posts: 5,843
Join Date: Jan 2002
Location: Florida, USA
 Send a message via ICQ to rudedog Send a message via AIM to rudedog  
Default 09-12-2002, 09:17 AM

Just an FYI guys. This info is in the MOH FAQ's in general discussion. I should add one here as well

[quote:63b99]-Can I password-protect my server, so only people with the correct password can join the game? – Yes. You must add the following lines to your server.cfg file. (If you do not know how to do this, please see "Bull's dedicated server and Rcon guide". The link can be found on the main page of this site.)


code:
--------------------------------------------------------------------------------
set sv_privateClients "x"
set sv_privatePassword "password"
--------------------------------------------------------------------------------




Substitute the x in privateClients with the amount of player spaces you want to password protect. (If you have 10 spaces, and want to protect 2 with a password, type set sv_privateClients "2"
Substitute the password in privatePassword with the password you want to use for your private slots. Passwords in MOH:AA ARE CASE SENSATIVE!

To remove the password from your server, use the following command:

code:
--------------------------------------------------------------------------------
set sv_privatepassword
--------------------------------------------------------------------------------





Notice there is one space after sv_privatepassword and no spaces between the quotes. This command can also be used through RCON. Just remember; if the password is part of your server.cfg file, it will be reset upon restarting your mohaa.exe.

-I want to join a server that has a password protected slot on it. I have the password, now what? – Good question. If you are using ASE, highlight your server you wish to play on, that requires a password. Press the f4 key. Enter your password in the text box labeled password. That's it, your password will stay with that server until you change it to a different password. Double click on the server to play.

If you are using Gamespy or the Built-in browser V1.11 , boot up MOH:AA. Enter the multiplayer room (the brown closed door to the right), and press the tilde key (~) to bring down the console. (You will need to enable consol first if you have not done so already!)
Type password x, where x is the server’s password, and press enter. Press ~ again to close the console, click join room, click on Join Internet game. You can now either launch gamespy and connect that way, or you can connect via the IP address of the server. [/quote:63b99]


Not so Rude
- Rudedog
Follow me via Twitter @THErealRUDEDOG
  
Reply With Quote