PDA

View Full Version : .:Mod help:.


-Sli
02-09-2004, 11:08 AM
Good morning you all.

I have been looking for a mod that I seen in a clan server. What it did was display a player killing streak. I have not been able to find it. If you all know of a mod like this plz reply with a link so that i may download it.

Also if anyone know of a mod that will display were you "shot" a player at I would like to run that also.


Thanks for your time

Mike

Game: Call Of Duty
V1.2

Jedi_Pimp
02-09-2004, 11:49 AM
Do you feel lucky ?? :P hehe

ok the mod you are talkin about is called "BG's KillSpree" its a plugin mod that works with CoDaM.

to get it to work u need CoDaM installed.

where can u get it from ?

http://www.iwnation.com/Hosted/CoDaM/

PS: to get the plugin go in the CoDaM forums !

-Sli
02-09-2004, 02:21 PM
thanks man i have it install and that mod added just on question that code

set bg_killspree 1 //kill Spree notifications

set bg_killnotify 1 // Killed by notifications

how do i run this with cvars? i dont do i need a diffent program for this? cause i dont know what cvars is.


Thanks

Jedi_Pimp
02-09-2004, 07:20 PM
u can put these cvars in your server config or even add them up to the CoDaM_HamGoodies config, but just make sure that these cvars are set after the exec CoDaM.cfg

this is my server config (hope it helps you understand):



// Server Info
sets |Admin "Jedi Pimp"
sets |Email "echo@9thsf.com"
sets |IRC "#9thSF @ gamesnet"
sets |Website "www.9thsf.com"
sets |Clan "9th Special Forces"
sets |Location "London"
set sv_keywords "9thSF"
set scr_motd "Welcome to The ^1[9thSF]^7 TDM Server ^4www.9thsf.com^7. Join us in our TeamSpeak ! IP is ^669.44.153.157:8767^7 , Enjoy your Stay. ^6:) ^79thSF RECRUITING "


//EXTRA MOD Settings (CKR etc.)
//ckr moved to its own cfg file!

//seta sv_linerd1 "^3Any Clan Caught Recruiting on OUR Servers will be ^1BANNED!!"
//seta sv_linerd2 "^3Welcome to the ^1[9thSF]^3 TDM Server IP :82.136.18.161:28960 , Have Fun :)"
//seta sv_linerd3 "^1FF is ON !!!^3 Watch Your Fire."
//seta sv_linerd4 "^3Relax on the Language !!! Disrespectfull Players will be ^1Kicked !"
//seta sv_linerd5 "^1FF is ON !!!^3 Watch Your Fire."
//seta sv_linerd6 "^3We are Recruiting !!! If interested check out ^1www.9thsf.com^7 ^3or see a Member"
//seta sv_linerd7 "^3Anyone knows who killed Bambi's mom ? ehh"
//seta sv_linerd8 "your message 8"

//seta sv_rddelay "60" // delay between messages in seconds Must be greater then 5


// Server Switches
set scr_drawfriend "0"
set scr_teambalance "1"
set scr_killcam "1"
set scr_freelook "0"
set scr_spectateenemy "0"
set sv_kickBanTime "300"
set sv_forcerespawn "0"
set scr_friendlyfire "3" //0 - off 1 - on 2 - reflect damage
set scr_allow_vote "0"
set g_allowVote "0"
set sv_allowDownload "0"
////////////////////////////////////////////////////////////
set protocol "2"
seta ui_console 1
set g_logsync "1"
set sv_pure "0"
set sv_cheats "0"
set sv_allowAnonymous "0"
set sv_floodprotect "1"
seta sv_maxrate "20000"
set sv_minPing "0"
seta sv_maxping "175"
set sv_fps "20"
seta sv_gamespy "1"
seta sv_master1 "codmaster.activision.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master1.gamespy.com"
seta sv_master4 "codauthorize.activision.com"
seta sv_master5 "codmaster.infinityward.com"




//General Game Default Description

set scr_allow_bar "1" //0 - disable weapon 1 - enable weapon
set scr_allow_bren "1"
set scr_allow_enfield "1"
set scr_allow_fg42 "0"
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"



//Team Deathmatch Default Description
set scr_tdm_scorelimit "0"
set scr_tdm_timelimit "15"

// Behind Enemy Lines Settings
set scr_bel_alivepointtime "10"
set scr_bel_scorelimit "50"
set scr_bel_timelimit "30"

// Retrieval Settings
set scr_re_graceperiod "15"
set scr_re_roundlength "4"
set scr_re_roundlimit "0"
set scr_re_scorelimit "7"
set scr_re_timelimit "0"
set scr_re_showcarrier "1"

// Search & Destroy Settings
set scr_sd_graceperiod "15"
set scr_sd_roundlength "4"
set scr_sd_roundlimit "10"
set scr_sd_scorelimit "0"
set scr_sd_timelimit "40"

// Headquarters Settings
set scr_hq_timelimit "20" //Map time limit, in minutes - 0 to 1440
set scr_hq_scorelimit "550"



// exec other configs
exec CKR.cfg
exec CoDaM.cfg
set bg_killspree "1"
set bg_killnotify "1"
exec pw.cfg // sets the passwords
exec serverinfo.cfg // specific to each server (sets the slots , logfiles and map rotation)

-Sli
02-11-2004, 10:03 AM
thank you for your help, and time.


-Sli