GeneralChaos
11-07-2007, 07:49 PM
Hey guys. I was wondering Could i get a list of Cod4 Rcon admin commands. I was never very good with RCON. So if some one to help me out i would be very greatful
My Msn is Cod4master@hotmail.com
and xfire is masterroy
Thanks again
Chaos
RaDioAcTivE
11-07-2007, 09:28 PM
In your shortcut target line as well
"C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\iw3mp.exe" +rcon login ***** +password **** +connect ***.**.***.***
That will connect you with rcon logged into a private slot to a specific server. In general all of the basic rcon for the most part seems to be the same as in COD2.
/rcon say
/rcon status
/rcon clientkick #
/rcon banclient #
/rcon map_rotate
Here's some more information for those that are new to using rcon for the COD series. I do not know for sure that everything here works in COD4 but it's a good place to start until a comprehensive guide is put together. I also can't remember where I found this so unfortunatly I can't give credit to whoever wrote it but it was not me.
Console Commands
/map mapname
Loads the map specified by mapname.
/map_rotate
Loads next map in rotation set in sv_maprotation.
/serverinfo
Shows the current server's settings.
/map_restart
Restarts the map.
/kick [name]
Kicks a player by name from the server.
/clientkick [id]
Kicks a player by client id from the server.
/status
Displays info of all the players on the server.
/banUser [name]
Bans a user by their ingame name. Writes their GUID to ban.txt
/banClient [id]
Bans a user by their client number. Writes their GUID to ban.txt
/tempBanUser [name]
Kicks and temporarily bans player by name from server.
/tempBanClient [id]
Kicks and temporarily bans player by client id from server
/unban [name]
Unban every player banned with [name]. If you want to unban a single player whose name appears more than once, you should edit "ban.txt" manually.
/tell [id]
Sends private message to specified client id
Hre's another version with more details.....
Kicking players
There are a few ways in which to kick players, but I'm only going to cover the easiest and best way to do so. It involves using the status and clientkick commands. I prefer using this method of kicking as it prevents you from having to type out a player’s name, which can be lengthy and difficult depending on the complexity of the name. In addition, the player could also change his/her name in mid command and then you'd be forced to re-type the new name. In other words, use the below described method.
Status displays a list of the people currently connected to the server, whether they're playing or spectators. It works as follows:
Example: /rcon status
The following is then displayed in your console:
Client ID Score Ping GUID Player Name IP Address
0 23 45 100000 {PJG} Crimson 165.56.24.45
1 13 65 100001 {PJG} Stalker 65.45.24.57
2 33 51 100002 {PJG} AimRed 65.56.21.35
3 25 30 100003 You Suck! 125.54.85.21
4 21 32 100004 {PJG} Buzz Litebeer 24.56.42.51
5 12 100 100005 {PJG} Flying Nun 161.61.41.56
Once this is displayed, you simply find the player you wish to kick from the server and note their Client ID. You then use the command, clientkick, with the ID of the person, to boot them from the server. For this example, we will kick client #3 for being a bad little boy:
Example: /rcon clientkick 3
Back to Top
Banning Players
Banning players is done almost exactly the same as kicking them, just uses a different command. If you find that someone warrants banning, simply use the above status command to obtain the players client id, then use the either the tempbanclient or banclient commands.
Example: /rcon status
The following is then displayed in your console:
Client ID Score Ping GUID Player Name IP Address
0 23 45 100000 {PJG} Crimson 165.56.24.45
1 13 65 100001 {PJG} Stalker 65.45.24.57
2 33 51 100002 {PJG} AimRed 65.56.21.35
3 25 30 100003 You Suck! 125.54.85.21
4 21 32 100004 {PJG} Buzz Litebeer 24.56.42.51
5 12 100 100005 {PJG} Flying Nun 161.61.41.56
Back to Top
Permanently Banning Players
Once this is displayed, you simply find the player you wish to ban from the server and note their Client ID. You then use the command, banclient, using the ID, to permanently boot the person from the server. For this example, we will kick client #3 for not getting the hint:
Example: /rcon banclient 3
Back to Top
Temporarily Banning Players
Temporarily banning players is a good way to get rid of annoying players that didn’t really deserve and permanent ban but were not getting the hint in being kicked a few times. In our server config, I have sv_kickBanTime set to 3600 seconds, otherwise known as 1 hour. Using the above status info, temporarily banning client 4 would look like this:
Example: /rcon tempbanclient 4
Back to Top
UnBanning Players
UnBanning players is a little more complicated. There are currently 2 built-in ways to unban a player: 1) using the unBanUser command; 2) Connecting to your server via FTP and removing the player from the ban.txt file. If you banned players using 3rd party software, check with its user guide for info on “unbanning”.
Using the above example banned example, to remove the ban for “You Suck!”, you would issue the following, matching the players name exactly:
Example: /rcon unbanuser “You Suck!”
This will get you started.
Dirtynap
11-08-2007, 08:31 AM
Not related but made me laugh. My Skype is picking up the client ID's, ping score etc in the list above as phone numbers, hehe shall call them?:hand:
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.