Post: Using RCON to Co-Host a lobby! [TUT] (CoD4 Version)
01-08-2012, 01:31 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); hey guys,this is some intense shiz that i havnt spoken about in awhile, i didnt want to release this because this can lead to messing around with other peoples settings and host mods, so only use it for good use or i wont release anything similar to this again.

UPDATE: this is posted in the mw2 and CoD4 section because it has different meanings to each command, so mods dont move the thread, thank you.

About RCON: RCON is used to verify yourself in your own server on pc, it is used for when you join that server you will automatically become admin (host) along with many other admins, they use this to enable mods and control everything in the lobby if one admin decides to leave the server, this gives players a Co-Host like experience and can control EVERY host only mod in that server such as restarting the map and changing the jump height etc...

to start off,read these points very carefully

1.get a friend (or YOU) to add these commands to there patch
    rcon_password [PASSWORD HERE] e.g: rcon_password CGX1


2. also get you or your friend to add a bind to the patch aswell
    bind DPAD_DOWN ""


3.add this to the bind in order to enable RCON for anyone or just for you.
    bind DPAD_DOWN "rcon login [YOUR RCON PASSWORD HERE]" //without [] enter your password that you used in point 1.


4.now heres the fun part, you can now modify any command that the host or you have,heres a full list of commands you can use which are HOST ONLY
    rcon map_restart
rcon map_rotate
rcon status
rcon fast_restart
rcon g_gametype [gametype here]
rcon exec [filename]
rcon kick [client name here]
rcon onlykick all
rcon kick all
rcon banUser [client name here]
rcon tempBanUser [client name here]
rcon tempBanClient [Client ID here]
rcon unBanUser [client name here]
rcon scr_hardcore [true or false]
rcon scr_game_spectatetype [value 1,2 or 3]
rcon g_deadchat [true or false]
rcon say [text here]
rcon name [new ID here] (doesnt work on console)
rcon scr_oldschool [value]
rcom scr_oldschool_mw [value]
rcon g_allowvote [true or false] (allow ingame voting)
rcon g_allowvotekick [true or false]
rcon g_allowvotemap [true or false]
rcon g_allowvotemaprestart [true or false]
rcon g_allowvotemaprotate [true or false]
rcon g_allowvotetempbanuser [true or false]
rcon g_allowvotetypemap [true or false]
rcon g_allowvotedrawfriend [true or false]
rcon g_allowvotefriendlyfire [true or false]
rcon g_allowvotekillcam [true or false]
rcon scr_deathicon [true or false]
rcon scr_grenadeicon [true or false]
rcon scr_objectiveicon [true or false]
rcon scr_regendelay [value]


Now, to change the gametype settings, use these

    Search and Destroy

set scr_sd_bombtimer
set scr_sd_defusetime
set scr_sd_multibomb
set scr_sd_numlives
set scr_sd_planttime
set scr_sd_playerrespawndelay
set scr_sd_roundlimit
set scr_sd_roundswitch
set scr_sd_scrorelimit
set scr_sd_timelimit
set scr_sd_waverespawndelay

Domination (dom):

set scr_dom_numlives
set scr_dom_playerrespawndelay
set scr_dom_roundlimit
set scr_dom_scorelimit
set scr_dom_timelimit
set scr_dom_waverespawndelay

Sabotage

set scr_sab_bombtimer
set scr_sab_defusetime
set scr_sab_hotpotato
set scr_sab_numlives
set scr_sab_planttime
set scr_sab_playerrespawndelay
set scr_sab_roundlimit
set scr_sab_roundswitch
set scr_sab_scorelimit
set scr_sab_timelimit
set scr_sab_waverespawndelay

Tdm

set scr_war_numlives
set scr_war_playerrespawndelay
set scr_war_roundlimit
set scr_war_scorelimit
set scr_war_timelimit
set scr_war_waverespawndelay

Headquarters

set scr_koth_numlives
set scr_koth_playerrespawndelay
set scr_koth_roundlimit
set scr_koth_roundswitch
set scr_koth_scorelimit
set scr_koth_timelimit
set scr_koth_waverespawndelay

Capture The Flag

set scr_ctf_numlives
set scr_ctf_playerrespawndelay
set scr_ctf_roundlimit
set scr_ctf_roundswitch
set scr_ctf_scorelimit
set scr_ctf_timelimit
set scr_ctf_waverespawndelay

Free for all

set scr_dm_numlives
set scr_dm_playerrespawndelay
set scr_dm_roundlimit
set scr_dm_scorelimit
set scr_dm_timelimit
set scr_dm_waverespawndelay


to Change the Map, use these
    rcon map mp_convoy
rcon map mp_crossfire
rcon map mp_crash
rcon map mp_shipment
rcon map mp_vacant
rcon map mp_strike
rcon map mp_backlot
rcon map mp_citystreets
rcon map mp_bog
rcon map mp_pipeline
rcon map mp_killhouse
rcon map mp_creek
rcon map mp_broadcast
rcon map mp_chinatown
rcon map mp_farm
rcon map mp_showdown
rcon map mp_bloc
rcon map mp_cargoship


to change ANY dvar, use this

    rcon [dvar here] [value here]


to change ANY cmd, use this
    rcon [cmd here]


P.S to join a friends lobby whos host and has the code on, add rcon login [same password as the hosts one] and you will have the mods if your not host.

Credit to me - Finding out how to use RCON properly
Credit to IW - re-designing the engine and adding RCON to the console.

Thread Updated 11/01/12!
(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to Uk_ViiPeR for this useful post:

Woof, 247Yamato, Blackstorm, Jacob-And-Britt, Karoolus
01-10-2012, 09:03 PM #11
Jacob-And-Britt
I’m too L33T
Originally posted by UK
hey guys,this is some intense shiz that i havnt spoken about in awhile, i didnt want to release this because this can lead to messing around with other peoples settings and host mods, so only use it for good use or i wont release anything similar to this again.

UPDATE: this is posted in the mw2 and CoD4 section because it has different meanings to each command, so mods dont move the thread, thank you.

About RCON: RCON is used to verify yourself in your own server on pc, it is used for when you join that server you will automatically become admin (host) along with many other admins, they use this to enable mods and control everything in the lobby if one admin decides to leave the server, this gives players a Co-Host like experience and can control EVERY host only mod in that server such as restarting the map and changing the jump height etc...

to start off,read these points very carefully

1.get a friend (or YOU) to add these commands to there patch
    rcon_password [PASSWORD HERE] e.g: rcon_password CGX1


2. also get you or your friend to add a bind to the patch aswell
    bind DPAD_DOWN ""


3.add this to the bind in order to enable RCON for anyone or just for you.
    bind DPAD_DOWN "rcon login [YOUR RCON PASSWORD HERE]" //without [] enter your password that you used in point 1.


4.now heres the fun part, you can now modify any command that the host or you have,heres a full list of commands you can use which are HOST ONLY
    rcon map_restart
rcon map_rotate
rcon status
rcon fast_restart
rcon g_gametype [gametype here]
rcon exec [filename]
rcon kick [client name here]
rcon onlykick all
rcon kick all
rcon banUser [client name here]
rcon tempBanUser [client name here]
rcon tempBanClient [Client ID here]
rcon unBanUser [client name here]
rcon scr_hardcore [true or false]
rcon scr_game_spectatetype [value 1,2 or 3]
rcon g_deadchat [true or false]
rcon say [text here]
rcon name [new ID here] (doesnt work on console)
rcon scr_oldschool [value]
rcom scr_oldschool_mw [value]


Now, to change the gametype settings, use these

    Search and Destroy

set scr_sd_bombtimer
set scr_sd_defusetime
set scr_sd_multibomb
set scr_sd_numlives
set scr_sd_planttime
set scr_sd_playerrespawndelay
set scr_sd_roundlimit
set scr_sd_roundswitch
set scr_sd_scrorelimit
set scr_sd_timelimit
set scr_sd_waverespawndelay

Domination (dom):

set scr_dom_numlives
set scr_dom_playerrespawndelay
set scr_dom_roundlimit
set scr_dom_scorelimit
set scr_dom_timelimit
set scr_dom_waverespawndelay

Sabotage

set scr_sab_bombtimer
set scr_sab_defusetime
set scr_sab_hotpotato
set scr_sab_numlives
set scr_sab_planttime
set scr_sab_playerrespawndelay
set scr_sab_roundlimit
set scr_sab_roundswitch
set scr_sab_scorelimit
set scr_sab_timelimit
set scr_sab_waverespawndelay

Tdm

set scr_war_numlives
set scr_war_playerrespawndelay
set scr_war_roundlimit
set scr_war_scorelimit
set scr_war_timelimit
set scr_war_waverespawndelay

Headquarters

set scr_koth_numlives
set scr_koth_playerrespawndelay
set scr_koth_roundlimit
set scr_koth_roundswitch
set scr_koth_scorelimit
set scr_koth_timelimit
set scr_koth_waverespawndelay

Capture The Flag

set scr_ctf_numlives
set scr_ctf_playerrespawndelay
set scr_ctf_roundlimit
set scr_ctf_roundswitch
set scr_ctf_scorelimit
set scr_ctf_timelimit
set scr_ctf_waverespawndelay

Free for all

set scr_dm_numlives
set scr_dm_playerrespawndelay
set scr_dm_roundlimit
set scr_dm_scorelimit
set scr_dm_timelimit
set scr_dm_waverespawndelay


to Change the Map, use these
    rcon map mp_convoy
rcon map mp_crossfire
rcon map mp_crash
rcon map mp_shipment
rcon map mp_vacant
rcon map mp_strike
rcon map mp_backlot
rcon map mp_citystreets
rcon map mp_bog
rcon map mp_pipeline
rcon map mp_killhouse
rcon map mp_creek
rcon map mp_broadcast
rcon map mp_chinatown
rcon map mp_farm
rcon map mp_showdown
rcon map mp_bloc
rcon map mp_cargoship


to change ANY dvar, use this

    rcon [dvar here] [value here]


to change ANY cmd, use this
    rcon [cmd here]


P.S to join a friends lobby whos host and has the code on, add rcon login [same password as the hosts one] and you will have the mods if your not host.

Credit to me - Finding out how to use RCON properly
Credit to IW - re-designing the engine and adding RCON to the console.
Would you do it like this? self setclientDvar ("rcon banUser","");
or self setclientDvar ("rcon banUser");
01-10-2012, 09:37 PM #12
Originally posted by jbglitching View Post
Would you do it like this? self setclientDvar ("rcon banUser","");
or self setclientDvar ("rcon banUser");


none of them, like this:
    self setclientDvar ("rcon", "banUser");


but that will cause a problem with the value unless you can add a third field.
01-10-2012, 10:11 PM #13
Jacob-And-Britt
I’m too L33T
Originally posted by UK
none of them, like this:
    self setclientDvar ("rcon", "banUser");


but that will cause a problem with the value unless you can add a third field.
would the third field like were you put there name!

---------- Post added at 06:11 PM ---------- Previous post was at 06:10 PM ----------

Originally posted by UK
none of them, like this:
    self setclientDvar ("rcon", "banUser");


but that will cause a problem with the value unless you can add a third field.
also how does the ban work does it completely ban them from the game or playstation network or what cus i don't want nothing that crazy in my menu!
01-11-2012, 02:09 AM #14
Jacob-And-Britt
I’m too L33T
Originally posted by reScript
Not even the game developers them-selves could ban someone on PlayStation network... :dumb:
it only bans them from the lobby.
You can on mw2 cus i got baned for 24 hours by some hacker when he liked me it banned me were i couldent sign in!
01-11-2012, 03:07 AM #15
Originally posted by reScript
Not even the game developers them-selves could ban someone on PlayStation network... :dumb:
it only bans them from the lobby.


They can for the servers though, but i think it is on their side not in patch.
01-11-2012, 03:53 PM #16
Originally posted by reScript
Not even the game developers them-selves could ban someone on PlayStation network... :dumb:
it only bans them from the lobby.


now that sir...is fact :carling:

P.S they can reset you, not ban you tho.
01-11-2012, 06:52 PM #17
Jacob-And-Britt
I’m too L33T
Originally posted by reScript
There servers are not PlayStation network.

---------- Post added at 01:45 AM ---------- Previous post was at 01:44 AM ----------


Nobody can ban you from the game or PlayStation network through a patch...
It was a laggy psn ban it was chronicmodz that did it i tryed to sign in for an hour and a half and i finally signed in but when i tryed to get on any game it signed me out and i spent another hour trying to sign in!

---------- Post added at 02:52 PM ---------- Previous post was at 02:51 PM ----------

Originally posted by UK
now that sir...is fact :carling:

P.S they can reset you, not ban you tho.
Also there is a unban if there already baned from your lobby how can you unban lol
01-11-2012, 10:16 PM #18
Originally posted by jbglitching View Post
It was a laggy psn ban it was chronicmodz that did it i tryed to sign in for an hour and a half and i finally signed in but when i tryed to get on any game it signed me out and i spent another hour trying to sign in!

---------- Post added at 02:52 PM ---------- Previous post was at 02:51 PM ----------

Also there is a unban if there already baned from your lobby how can you unban lol


when they try and connect to the server you unban them then, otherwise they will never be able to join unless you restart the session.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo