Home 3 › Foros › Cuartel General GGS › Información y noticias › comandos de la rcon cod4
- Este debate tiene 1 respuesta, 2 mensajes y ha sido actualizado por última vez el hace 16 años, 11 meses por cybor.
-
AutorEntradas
-
luydjParticipante
CODE
/rcon login pizzaThis is the standard login for RCON after you enter your server. In this command, login tells the server you want to use RCON and pizza is the password. The RCON password is set via your server config.
Once you’re logged in, we can begin enter basic RCON commands.
Common Basic RCON Commands
Please note that the following commands are NOT permanent and are only temporary. In order to make these changes permanently, you must change these settings manually in the server configuration file. This is entering another realm and we will cover this in a future guide.
Changing the Server Name
Let’s say you decide you want to change the server name for a special event but don’t want to make it a permanent change in the config. To change the server name, it’s a simple, easy-to-remember command that allows you to do this. Enter the following to the change server name:
CODE
/rcon sv_hostname "Gamereplays.org COD4"Where the "Gamereplays.org COD4" is located, you can enter your own custom server name.
Changing the Gametype
If you dislike the current rotation and want to switch it up on your own will, changing the game type is a very vital command to know! When playing in a match for a league or tournament and it’s on your server, you may have to change it over as well.
Enter the following to change the game type:
CODE
/rcon g_gametype "sd"Where the "sd" is located is where you can insert any acronym for a game type. If you don’t know the acronyms for each of game modes, here’s a list to help you out.
* war – Team Deathmatch
* dm – Free For All
* sd – Search and Destroy
* koth – Headquarters
* sab – sabotage
* dom – DominationChanging the Map
This is very similar to the game type method. However, let’s say you wish to ONLY change the map. The way to change both the map and game type is explained in a later section.
Enter the following to change ONLY the map:
CODE
/rcon map mp_strikemp_strike is the name of one of the 16 maps in CoD4 and can be replaced with anything.
For example:
CODE
/rcon map mp_cargoshipIf you don’t know all of the map names, here’s a list of each and its proper name.
* mp_convoy – Ambush
* mp_backlot – Backlot
* mp_bloc – Bloc
* mp_bog – Bog
* mp_countdown – Countdown
* mp_crash – Crash
* mp_crossfire – Crossfire
* mp_citystreets – District
* mp_farm – Downpour
* mp_overgrown – Overgrown
* mp_pipeline – Pipeline
* mp_shipment – Shipment
* mp_showdown – Showdown
* mp_strike – Strike
* mp_vacant – Vacant
* mp_cargoship – Wet WorkRotating the Map
If you don’t want to select the map yourself, but want to simply rotate through the map rotation selected in the config, this command is your best friend.
Enter the following to rotate the map:
CODE
/rcon map_rotateThat’s it! Don’t enter anything else.
Viewing Player Information
If you wish to find out specific information about people in the server such as IP addresses, GUID, or anything else, you can do so using this command. This is the first step you do when kicking or banning something.
Enter the following to view player information:
CODE
/rcon statusDo NOT enter anything else when entering this command.
IPB Image
Viewing Server Information
If you wish to see a current configuration or state of the server while in game, use this command. It will show you the host name and many other important things to know when configuring a server.
Enter the following to view server information:
CODE
/rcon serverinfoIPB Image
Password-ing the Server
If you wish to lock your server up for a clan practice or match, then this is the best and only way to do so.
Enter the following to password you server:
CODE
/rcon g_password "pancake"In this command, "pancake" is the password. You can replace that with anything to make whatever you choose a password.
Turning On Friendly Fire
If you have friendly fire on and you want to turn it off, or vice versa, then you can easily do it.
Enter the following to turn on friendly fire:
CODE
/rcon scr_team_fftype 1In order to turn it off, use 0 instead of 1.
Turning On Hardcore Mode
If you wish to change your server from stock to hardcore mode, it’s something you can easily change through RCON.
Enter the following to turn on Hardcore Mode:
CODE
/rcon scr_hardcore 1The same for FF applies here, use 0 if you wish to turn it off. Hardcore is basically a realism mode that turns off the HUD and increases certain weapon properties such as damages.
Turning On Old School Mode
Old School mode allows you to start without perks and bonus weapons, forcing you to pick them up throughout the map.
Enter the following to turn on Old School Mode:
CODE
/rcon scr_oldschool 1Turning On Kill Cam
Kill Cam allows you to see the action the person who killed you did before they shot you.
Enter the following to turn on Kill Cam:
CODE
/rcon scr_game_allowkillcam 1If you wish to turn Kill Cam off, use 0 instead of 1.
Common Advanced RCON Commands
For the majority of these commands, you must refer back to the previous section for certain commands.
Changing the Map and Game Type
It’s very simple to change the map AND game type at once. How do you do this you ask? You MUST follow this sequence.
Enter the following in order to change the map and game type:
CODE
/rcon g_gametype war
/rcon map mp_strikeThese commands will change the game type to Team Deathmatch and change the map to Strike. This means you will be playing TDM on Strike! This can be done for any of the game types and maps.
NOTE: For all of the following commands, you must View Player Information.
Kicking a Player
Follow this exact order to kick a player from the server.
Enter the following sequence to kick a player:
CODE
/rcon statusFrom status, you take the players client number which is on the left side of the status command. Take this number and use it to kick the player. For references to where this located, check the screenshot from before under the Viewing Player Information section.
CODE
/rcon clientkick 1This means it will kick player 1 in the server.
Banning a Player
For banning a player, you follow through the same thing but use a different command:
CODE
/rcon banclient 1This means you will ban player 1.
Temporarily Banning a Player
Follow the same procedure for kicking and banning a player, but enter this command.
CODE
/rcon tempbanclient 1This means you will temporarily ban player one.
Sending a PM to a Player
This is an advanced command that is confirmed to work. However, I’ll include it in this guide for future updates. This allows you to send a console message to a specific person.
To do this, you must use the status command like the previous commands however you use a command command.
CODE
/rcon tell 1 "you’re weird"This means you will send a message to player 1 saying he’s weird.
RCON Utilities
There are currently two mainstream RCON utilities available. More than likely in the not too distant future a few more programs for this will come out. On both of the sites where they’re available to download, you must register. I recommend doing it for just this one time and downloading the program, they’re both very useful.
Modern RCON
Modern RCON is supplied by CoDHQ.com and is very easy to use. It allows simple real time modification to the server and its various features. If you’re new to server administration, this is a great and easy to use tool that gives pictures for examples of how to use the application.
CoDHQ.com
COD4 RCON Commander PRO
COD4 RCON Commander PRO is from the same people who did the COD2 RCON Commander. While this program is very hard to use for newcomers to server administration, it has a lot more options than Modern RCON. Only use this if you’re advanced and know what you’re doing with your Call of Duty 4 server.
RCONfiles.com
ok de nada a tod@s
Muchas gracias por la info:)
A partir de la version 1.4 hay q añadir un nuevo mapa
mp_crash_snow
un saludo
-
AutorEntradas
- Debes estar registrado para responder a este debate.