PDA

View Full Version : Please Help With Some Console Commands........


imported_Hunter
11-07-2003, 02:02 PM
Hey All ,

The Following Commands Are What I've Used For My Moh Server as well as my Admins , Could Someone Please Tell me The Equivelent to These For Cod , I Cant seem to Find Info on this , Loading a map Doesnt seem to work with the Ones i've Found , Maybe I'm Doing Something Wrong , Any Help is Much Appreciated.........Hunter


Sign In Commands
***************
rconaddress " "

rconpassword " "


rcon map dm/mohdm6 (Map Changes)

rcon timelimit 10 (Time Changes)

rcon restart (Restarts current Map)

rcon fraglimit 50 (Changes Kill Limit Instead of Time)

rcon kick all (Kicks All Players off Server)

rcon kick name

(Kicks a Player , Name must be Typed
Exactly Including Brackets etc...as it is in game)

**** To Kick Player by Number do the Following :

Rcon Status (A Console of Players wiill appear
with a number for each to the left of name)

Clientkick 2 (Kicks Player 2 for Example)


************************************************** *********

To Password the Server to set up a match .....

Sign on Rcon :
************

rconaddress " "
rconpassword " "


rcon password X

(X Indictes whatever password you choose)

rcon sv_privatepassword X

rcon restart

Note: After Restart you'll will be kicked from the server , everyone as
well as yourself must now enter with the password , Do the Following
in case you need a refresher:
************************************************

Enter Server , You'll be rejected .

Open Console , Type : password X

Then Type: Reconnect

CFH666
11-07-2003, 02:40 PM
the commands are pretty much all the same as for mohaa except for a few

instead of "rcon restart" like in mohaa, you will have to do "rcon map_restart"

changing a map is the same, but no need to specify a folder for the map (dm/mohdm1).. instead you just have to type "rcon map mp_xxxxx" where xxxxx is the map name, ex, "rcon map mp_brecourt", or "rcon map mp_carentan"


6

Cobra
11-07-2003, 02:57 PM
When using rcon inside the game remeber to have this in front of all commands.
/rconpassword "xxx"
/rcon status
/rcon clientkick "id"
/rcon map "mapname_mp"
/rcon map_restart
/rcon g_password "what ever you like"

Som server settings that might be changes before a clanwar to get the server right.

Behind Enemy Lines Settings
set scr_bel_alivepointtime "10"
set scr_bel_scorelimit "0"
set scr_bel_timelimit "20"

Retrieval Settings
set scr_re_graceperiod "20"
set scr_re_roundlength "4"
set scr_re_roundlimit "0"
set scr_re_scorelimit "0"
set scr_re_showcarrier "0"
set scr_re_timelimit "20"


Search and Destroy Settings
set scr_sd_graceperiod "20"
set scr_sd_roundlength "3"
set scr_sd_roundlimit "0"
set scr_sd_scorelimit "0"
set scr_sd_timelimit "20"

Team Deathmatch
set scr_tdm_scorelimit "0"
set scr_tdm_timelimit "20"


Deathmatch
set scr_dm_scorelimit "0"
set scr_dm_timelimit "20"

Weapons Allowed (1 Enabled / 0 disabled)
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_enfield "1"
set scr_allow_kar98k "1"
set scr_allow_kar98ksniper "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_mp40 "1"
set scr_allow_mp44 "1"
set scr_allow_nagant "1"
set scr_allow_nagantsniper "1"
set scr_allow_panzerfaust "1"
set scr_allow_ppsh "1"
set scr_allow_springfield "1"
set scr_allow_sten "1"
set scr_allow_thompson "1"

imported_Hunter
11-08-2003, 04:47 AM
Thank You Very Much Gentleman :) ........Hunter