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-08-2012, 07:34 PM #2
Blackstorm
Veni. Vidi. Vici.
Smarty pants. Smile
01-09-2012, 07:43 AM #3
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.
This is good and all but there is gonna be alot of bans :(
01-09-2012, 04:30 PM #4
Default Avatar
Brad
Guest
Originally posted by jbglitching View Post
This is good and all but there is gonna be alot of bans :(


the ban only works for them in YOUR lobby not from the whole game Awesome face

The following user thanked Brad for this useful post:

Uk_ViiPeR
01-09-2012, 05:34 PM #5
Originally posted by jbglitching View Post
This is good and all but there is gonna be alot of bans :(


yes, like brad said above, it will be a session ban but i know how to exactly ban people through there id adress(not ip,id is given when you sign into psn, e.g: eFtha5HJKF)

---------- Post added at 05:34 PM ---------- Previous post was at 05:34 PM ----------

Originally posted by Blackstorm View Post
Smarty pants. Smile


blackstorm...just shhhh..... :carling:
01-09-2012, 09:41 PM #6
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.
Theres no way to thread this script wise??
01-09-2012, 10:38 PM #7
Originally posted by jbglitching View Post
Theres no way to thread this script wise??


um yes there is, just use setclientdvar, and infect it to others.
01-10-2012, 12:07 AM #8
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.
Time out if i use it in myplayer menu do i still have to put the name beside the stuff or just use the rcon and select a person and it will work?
01-10-2012, 03:49 PM #9
Originally posted by jbglitching View Post
Time out if i use it in myplayer menu do i still have to put the name beside the stuff or just use the rcon and select a person and it will work?


you need to add the players name to each option your using if your on about a script.
01-10-2012, 08:09 PM #10
Jacob-And-Britt
I’m too L33T
Originally posted by UK
you need to add the players name to each option your using if your on about a script.
That sucks i thought you could do it like mw2 just go over the players name in the players menu and click ban or something like that!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo