[cod] Read Only Problem

John Kennington john.kennington at buzzcard.gatech.edu
Fri Mar 11 10:23:01 EST 2005


With 1.51, some of the old cvars are now "read only" and cannot be changed
by the old values. Most notably is killcam, friendlyfire and drawfriend.
Since GMI has decided to allow players to vote for them, they can no longer
be turned off the old way. There are new commands: 

"setkillcam" 
"setfriendlyfire" 
"setdrawfriend" 

Just pass in the new values, and they will be updated immediately. This is
to ensure voting and server values remain in-sync. Otherwise, the only way
to change them is by doing a server restart.

-----Original Message-----
From: George Poteat [mailto:glpoteat at bellsouth.net] 
Sent: Friday, March 11, 2005 9:32 AM
To: CoD
Subject: [cod] Read Only Problem

Problem:
Rcon4cod
I attempt to change either friendlyfire or killcam and I get a message 
saying "READ ONLY"
Where are they getting set to read only? I would like to change them!!
Start and .cfg files included
Start cmd executes "public2map.cfg" that, in turn, executes "sd2map.cfg"

George "Gramps" Poteat (63 year old hard head)

*BOLD* is for attention here only
UNDER FOLDER COD:

Start command: ./cod2map       rwxr-xr-x
screen -A -m -d -S $USER ./cod_lnxded +dedicated 2 +set net_port 28960 
+g_gametype sd +set fs_game pam +map mp_carentan +*exec public2map.cfg* 
+sv_maxclients 12 +com_hunkMegs 96 +set sv_punkbuster 1 set scr_killcam 1
echo "Public Server No. 1 is nows Started and running."



UNDER FOLDER .callofduty/main
*/public2map.cfg *file   rw-rw-r--
//////////////////////////////////////////////////////////////
//----------------------------------------------------------//
//      ElucidSystems Gaming Servers C2001-2003           //
//          Call Of Duty Server Configuration               //
//----------------------------------------------------------//
//////////////////////////////////////////////////////////////
// If you do not know what your doing then ask for Help     //
//        DO NOT USE OTHER GAMING COMPANYS FILES!           //
//////////////////////////////////////////////////////////////
set com_hunkMegs "128"
set com_zoneMegs "32"

//  Passwords
set rconPassword "xxxx"
set g_password ""
set sv_privatePassword "xxxx"

//  Public Information
set sv_hostname "^1nca~24/7 Car/Dawn Recruiting"
set scr_motd "^1NCA ^4Welcomes you. Enjoy your stay"
sets .Admin "Gramps"
sets .Email "glpoteat at bellsouth.net"
sets .IRC "gramps at nca-clan.org"
sets .Website "www.NCA-Clan.org"
sets .Location "Dallas, NC"

//  General Settings
seta sv_maxclients "12"
seta scr_friendlyfire "0"
seta sv_privateClients "0"
seta sv_maxRate "30000" //10000
seta sv_minPing "0"
seta sv_maxPing "999"
seta sv_pure "1"
seta logfile "1"
seta g_log "games_Feb04P.log"
seta g_allowVote "0"
seta scr_allow_vote "0"
seta scr_friendlyfire "0"
seta sv_allowAnonymous "0"
seta sv_allowDownload "0"
seta scr_forcerespawn "1"
seta scr_killcam "1"
seta sv_cheats "0"
seta sv_fps "20"
seta sv_master1 "codmaster.activision.com"
seta sv_master2 "master0.gamespy.com:28960"
seta sv_master3 "master0.gamespy.com"
seta sv_master4 "clanservers.net"
seta sv_master5 "codauthorize.activision.com"

//  Weapons
seta scr_allow_bar "1"
seta scr_allow_bren "1"
seta scr_allow_enfield "1"
seta scr_allow_fg42 "0"
seta scr_allow_kar98k "1"
seta scr_allow_kar98ksniper "1"
seta scr_allow_m1carbine "1"
seta scr_allow_m1garand "1"
seta scr_allow_mp40 "1"
seta scr_allow_mp44 "1"
seta scr_allow_nagant "1"
seta scr_allow_nagantsniper "1"
seta scr_allow_panzerfaust "0"
seta scr_allow_ppsh "1"
seta scr_allow_springfield "1"
seta scr_allow_sten "1"
seta scr_allow_thompson "1"

//  DM = Deathmatch
seta scr_dm_scorelimit "50"
seta scr_dm_timelimit "25"
seta scr_drawfriend "1"
seta scr_forcerespawn "0"

//  TDM = Team Deathmatch
seta scr_tdm_scorelimit "100" //500
seta scr_tdm_timelimit "25"

//  SD = Search & Destroy
seta scr_sd_graceperiod "15"
seta scr_sd_roundlength "4"
seta scr_sd_roundlimit "10"
seta scr_sd_scorelimit "7"
seta scr_sd_timelimit "0"

//  BEL = Behind Enemy Lines
seta scr_bel_alivepointtime "10"
seta scr_bel_scorelimit "50"
seta scr_bel_timelimit "30"

//  RE = Retrieval
seta scr_re_graceperiod "15"
seta scr_re_roundlength "4"
seta scr_re_roundlimit "0"
seta scr_re_scorelimit "7"
seta scr_re_timelimit "0"
seta scr_re_showcarrier "0"

//  HQ
seta scr_hq_scorelimit "0"
seta scr_hq_timelimit "0"

//Map Files executed Here
//File Names: tdm.cfg, dm.cfg, sd.cfg, bel.cfg, re.cfg
//
*exec sd2map.cfg


*UNDER FOLDER .callofduty/main
*/sd2map.cfg *file    rw-rw-r--
//  Map Rotation
set sv_mapRotation "gametype sd map mp_carentan gametype sd map_carentan 
gametype sd map mp_dawnville gametype sd map mp_dawnville"

// Starting Map
set sv_mapRotationCurrentmap "mp_carentan"
seta g_allowVote "0"
seta scr_allow_vote "0"
*
*




More information about the Cod mailing list