Game server admin's helping the community setup and maintain great dedicated game servers.
----Home----Submit News ----Forum----Gallery----Guides----Downloads



Go Back   FPSadmin.com > Call of Duty > Call of Duty 4 > CoD4 General server support


Reply
 
Thread Tools Display Modes
  #1  
Old 11-06-2007, 05:49 AM
{Razor}'s Avatar
{Razor} {Razor} is offline
Junior Member
 
Join Date: May 2007
Posts: 9
Downloads: 0
Uploads: 0
{Razor} is on a distinguished road
Send a message via MSN to {Razor} Send a message via Yahoo to {Razor}
PsB's reccomended COD4 settings

pbsv.cfg:

Code:
// PsB Recommended config list for CoD4 Retail by Ross Dagley-Cleworth
// Last updated: 05/10/2007
// Version 1.1

pb_sv_MsgPrefix "^3PunkBuster Server" //[PB Message Prefix (default=^3PunkBuster Client)]
pb_sv_MaxDlRate 4 //[KB/sec requested per file (default=4)]
pb_sv_MaxConDls 1 //[Concurrent downloads (default=1)]
pb_sv_KickLen 2 //[Minutes (default=2)]
pb_sv_CvarFreq 6 //[# of range checks per minute]
pb_sv_CvarLogging 2 //[1=Reg. Log, 2=Var Log, 3=Both, 0=Neither]
pb_sv_CvarWalk 4 //[0=disabled, 1-4=Walk through obtained Cvar lists]
pb_sv_CvarUserPulse 15 //[Frequency to auto-send CvarUser (minutes)]
pb_sv_CvarChangedPulse 99 //[Frequency to auto-send CvarChanged (minutes)]
pb_sv_CQC 1 //[0=No, 1=Yes (default=1)]
pb_sv_LogSync 1 //[0=No, 1=Yes (default=0)]
pb_sv_SsFloor 1 //[Low screenshot filename serial #]
pb_sv_SsCeiling 1000 //[High screenshot filename serial #]
pb_sv_SsCmd "" //[Filename of system command to run after screenshots]
pb_sv_SsWidth 320 //[Requested pixel width of remote screenshots]
pb_sv_SsHeight 240 //[Requested pixel height of remote screenshots]
pb_sv_SsXpct 50 //[Percentage across screen for remote screenshots]
pb_sv_SsYpct 50 //[Percentage down screen for remote screenshots]
pb_sv_SsSrate 1 //[Sample Rate for remote screenshots]
pb_sv_SsDelay 0 //[Maximum delay client waits before capturing screenshot]
pb_sv_SsPath "" //[Path where remote screenshots are saved]
pb_sv_AutoSsFrom 120 //[Min # of seconds to wait before requesting next ss]
pb_sv_AutoSsTo 900 //[Max # of seconds to wait before requesting next ss]
pb_sv_AutoSs 0 //[0=No, 1=Yes (default=0)]
pb_sv_ssLogging 0 //[1=Reg. Log, 2=SS Log, 3=Both, 0=Neither]
pb_sv_ssTimeout 0 //[Seconds]
pb_sv_Sleep 60 //[# of Milliseconds (default=60)]
pb_sv_PowerMin 10 //[Power Points]
pb_sv_PowerDef 1 //[Power Points]
pb_sv_PowerKickLen 5 //[Minutes (default=5)]
pb_sv_HttpPort 0 //[Port #]
pb_sv_HttpAddr "" //[External IP Address]
pb_sv_HttpRefresh 30 //[Seconds]
pb_sv_HttpKey "" //[Key]
pb_sv_HttpMaps "" //[Map list (separate by spaces)]
pb_sv_ScoreKick 0 //[Min score (negative)]
pb_sv_ChangePeriod 999 //[Seconds]
pb_sv_ChangeMax 2 //[Max name changes allowed]
pb_sv_DupNameGrace 0 //[Seconds]
pb_sv_AutoUpdBan 1 //[0=No, 1=Yes (default=0)]
pb_sv_ExtChar 0 //[0=No, 1=Yes (default=0)]
pb_sv_GuidRelax 0 //[1=UNKN, 2=WRONGIP, 4=DUP (add desired values)]
pb_sv_RconReload 0 //[0=No, 1=Yes (default=0)]
pb_sv_HttpMapsPath "" //[Path where maps are loaded from in WebTool]
pb_sv_HttpColText1 "FFFFFF" //[Text Color #1 in WebTool (default=FFFFFF)]
pb_sv_HttpColText2 "0000FF" //[Text Color #2 in WebTool (default=0000FF)]
pb_sv_HttpColBack1 "000000" //[Background Color #1 in WebTool (default=000000)]
pb_sv_HttpColBack2 "808080" //[Background Color #2 in WebTool (default=808080)]
pb_sv_HttpColLine1 "FF0000" //[Line Color #1 in WebTool (default=FF0000)]
pb_sv_HttpColLine2 "0000FF" //[Line Color #2 in WebTool (default=0000FF)]
pb_sv_HttpColMsg "FF0000" //[Message Color in WebTool (default=FF0000)]
pb_sv_HttpShowGuid 0 //[0=No, 1=Yes (default=0)]
pb_sv_Restrictions 1 //[0=No, 1=Yes (default=1)]
pb_sv_FileWhitelist "" //[Folder Filename Filename ... Filename]
pb_sv_EmptyName 0 //[0=No, 1=Yes (default=0)]
pb_sv_LogFloor 1 //[Low log filename serial #]
pb_sv_MinName 2 //[Min Characters in Player name (default=0)]
pb_sv_MaxName 20 //[Max Characters in Player name (default=0)]
pb_sv_LanMask "" //[IP Address Mask for LAN Players (default=)]
pb_sv_Lan 0 //[0=No, 1=Yes (default=0)]
pb_sv_UpdateGrace 600 //[Seconds to wait before Update Failure kick]
pb_sv_NoGuidGrace 1 //[Seconds to wait before No GUID kick]
pb_sv_AliasFn "" //[Filename (default="pbalias.dat")]
pb_sv_AliasAutoLoad 0 //[0=No, 1=Yes (default=0)]
pb_sv_AliasMax 0 //[Max # of Aliases to track for each PB GUID]
pb_sv_AliasMaxEnforce 0 //[0=No, 1=Yes (default=0)]
pb_sv_load pbsvlog.cfg //load remote logging settings (if pbsvlog.cfg exists)

;Badname List - pb_sv_badname [grace_period_secs] [disallowed text]

;PB UCON Settings / Lists
pb_sv_usessionlimit 0
pb_sv_ucontimeout 300
pb_sv_uconempty
pb_sv_uconignoreempty

;task for 24/7 streaming (important for match server) , it does not cause any lag and the stream will never stop
pb_sv_task 1 86400 pb_sv_ver
pbsvlog.cfg for streaming admins
Code:
;CoD PsB Repository Commands
pb_sv_logaddr rep.punksbusted.com // Repository IP Address
pb_sv_logport 24425 // Repository Port
pb_sv_loguser xxxx // Your Clan ID
pbsvuser.cfg:
Code:
// PsB Recommended CVAR list for CoD4 Retail by Ross Dagley-Cleworth
// Last updated: 05/10/2007
// Version 1.0

pb_sv_cvarempty //[empty cvar checks before being loaded below]
pb_sv_cvar cg_errordecay in 100
pb_sv_cvar cg_fov IN 65 97
pb_sv_cvar cg_hudDamageIconHeight IN 64
pb_sv_cvar cg_hudDamageIconInScope IN 0
pb_sv_cvar cg_hudDamageIconOffset IN 128
pb_sv_cvar cg_hudDamageIconTime IN 2000
pb_sv_cvar cg_hudDamageIconWidth IN 128
pb_sv_cvar cl_avidemo IN 0
pb_sv_cvar cl_forceavidemo IN 0
pb_sv_cvar cl_freelook IN 1
pb_sv_cvar cl_maxpackets IN 30 100
pb_sv_cvar cl_pitchspeed IN 140
pb_sv_cvar cl_punkbuster IN 1
pb_sv_cvar cl_yawspeed IN 140
pb_sv_cvar com_maxfps OUT 0.000001 40
pb_sv_cvar m_pitch OUT -0.015 0.015
pb_sv_cvar m_yaw IN 0.022
pb_sv_cvar pb_Sleep IN 0 500
pb_sv_cvar rate IN 5000 25000  
pb_sv_cvar r_fog IN 1
pb_sv_cvar r_fullbright IN 0
pb_sv_cvar r_picmip IN 0 3
pb_sv_cvar r_polygonOffsetBias IN -1
pb_sv_cvar r_polygonOffsetScale IN -1
pb_sv_cvar r_lightTweakAmbient IN 0 0.3
pb_sv_cvar r_drawdecals IN 1
pb_sv_cvar sensitivity IN 0 30.000001
pb_sv_cvar snaps IN 20 40
pb_sv_cvar fx_freeze IN 0
pb_sv_cvar fx_count IN 0
pb_sv_cvar fx_debugBolt IN 0
pb_sv_cvar fx_draw IN 1
pb_sv_cvar fx_enable IN 1
pb_sv_cvar fx_profile IN 0
Source Psb Site
__________________

Reply With Quote
  #2  
Old 11-06-2007, 11:49 AM
MajorWoody's Avatar
MajorWoody MajorWoody is offline
Moderator
 
Join Date: Feb 2004
Location: Shrapnet.com
Posts: 990
Downloads: 0
Uploads: 0
MajorWoody is a jewel in the roughMajorWoody is a jewel in the roughMajorWoody is a jewel in the rough
Send a message via MSN to MajorWoody
I wouldn't call these PsB's recommended settings, since a PsB user (not an admin) posted them. But it's a start, that's for sure.

Here's where they will be when they are official (usually as a sticky): http://www.punksbusted.com/forums/in...?showforum=311
__________________
:: Shrapnel Network LLC (Shrapnet.com) ::
:: Ventrilo Servers - TeamSpeak Servers - Web Hosting ::

:: www.shrapnet.com ::


**FREE** Webhosting for Modders, PM me for details.

:: The Slaughter House Clan ::
:: Recruiting for BF2, COD4, WoW and OGame ::

:: http://www.tsh-clan.com ::

Reply With Quote
  #3  
Old 11-06-2007, 12:00 PM
{Razor}'s Avatar
{Razor} {Razor} is offline
Junior Member
 
Join Date: May 2007
Posts: 9
Downloads: 0
Uploads: 0
{Razor} is on a distinguished road
Send a message via MSN to {Razor} Send a message via Yahoo to {Razor}
Well he is a forum moderator/staff at PsB so I think its legit what he post.. Or at least as you say a start
__________________

Reply With Quote
  #4  
Old 11-06-2007, 10:00 PM
MajorWoody's Avatar
MajorWoody MajorWoody is offline
Moderator
 
Join Date: Feb 2004
Location: Shrapnet.com
Posts: 990
Downloads: 0
Uploads: 0
MajorWoody is a jewel in the roughMajorWoody is a jewel in the roughMajorWoody is a jewel in the rough
Send a message via MSN to MajorWoody
Quote:
Originally Posted by {Razor} View Post
Well he is a forum moderator/staff at PsB so I think its legit what he post.. Or at least as you say a start
Oh, i checked his rank and didn't see him listed as staff, which is why i posted this warning
__________________
:: Shrapnel Network LLC (Shrapnet.com) ::
:: Ventrilo Servers - TeamSpeak Servers - Web Hosting ::

:: www.shrapnet.com ::


**FREE** Webhosting for Modders, PM me for details.

:: The Slaughter House Clan ::
:: Recruiting for BF2, COD4, WoW and OGame ::

:: http://www.tsh-clan.com ::

Reply With Quote
  #5  
Old 11-07-2007, 12:44 AM
DSK DSK is offline
Member
 
Join Date: Oct 2007
Posts: 30
Downloads: 0
Uploads: 0
DSK is on a distinguished road
I am a convert from MohaSP. Where do I put the pb config files?

Thanks in advance.

DogStyleKing
Reply With Quote
  #6  
Old 11-07-2007, 05:43 AM
Wizz's Avatar
Wizz Wizz is offline
Administrator
 
Join Date: Mar 2004
Posts: 506
Downloads: 4
Uploads: 0
Wizz is a glorious beacon of lightWizz is a glorious beacon of lightWizz is a glorious beacon of lightWizz is a glorious beacon of lightWizz is a glorious beacon of light
Send a message via MSN to Wizz
Quote:
Originally Posted by DSK View Post
I am a convert from MohaSP. Where do I put the pb config files?

Thanks in advance.

DogStyleKing
All the PB cfg files goes in your games PB folder. so goto the cod4 install location then in it you will see a pb folder. put all the files in there.

Also has anyone gotten the main game files md5 checked. Even balance has a md5 tool creator that will generate a pb formated md5 check. I have the PB configs all built and ready but I do not have the md5 checks. I would do it but I do not have the game yet ( hasnt come in yet, over nighted expressed. )
__________________
RGN Admin & Chief of Staff
FPSAdmin Administrator
Reply With Quote
  #7  
Old 11-07-2007, 06:46 AM
{Razor}'s Avatar
{Razor} {Razor} is offline
Junior Member
 
Join Date: May 2007
Posts: 9
Downloads: 0
Uploads: 0
{Razor} is on a distinguished road
Send a message via MSN to {Razor} Send a message via Yahoo to {Razor}
Quote:
Originally Posted by MajorWoody View Post
Oh, i checked his rank and didn't see him listed as staff, which is why i posted this warning
Well now he is listed as staff.... lol

As to the MD5 - I know I saw it on IW or IWN forums, just cant find it right now
__________________

Reply With Quote
  #8  
Old 11-07-2007, 08:19 AM
RaDioAcTivE's Avatar
RaDioAcTivE RaDioAcTivE is offline
Senior Member
 
Join Date: Jun 2006
Posts: 338
Downloads: 1
Uploads: 0
RaDioAcTivE is on a distinguished road
Rude posted them here:

http://www.fpsadmin.com/forum/showthread.php?t=13507
__________________
Reply With Quote
  #9  
Old 11-07-2007, 10:16 AM
rudedog's Avatar
rudedog rudedog is offline
Site Owner
 
Join Date: Oct 2002
Location: Florida, USA
Posts: 7,016
Downloads: 41
Uploads: 115
rudedog is a glorious beacon of lightrudedog is a glorious beacon of lightrudedog is a glorious beacon of lightrudedog is a glorious beacon of lightrudedog is a glorious beacon of light
Send a message via Skype™ to rudedog
There is also a excel file in that thread to make it easy on admins.
__________________
Not so Rude
-RudeDog via Twitter or Friend feed

Microsoft MVP 2009 - Games for Windows
Reply With Quote
  #10  
Old 11-07-2007, 10:31 AM
Wizz's Avatar
Wizz Wizz is offline
Administrator
 
Join Date: Mar 2004
Posts: 506
Downloads: 4
Uploads: 0
Wizz is a glorious beacon of lightWizz is a glorious beacon of lightWizz is a glorious beacon of lightWizz is a glorious beacon of lightWizz is a glorious beacon of light
Send a message via MSN to Wizz
Here is the properly PB formated MD5 check line:

This is for CoD2 and used as a example on how it should look.

pb_sv_md5tool w "1.3" v gfx_d3d_mp_x86_s.dll SZ1855488 AT0 LEN2048 1A68832D6A95356DD955D08B0E645DD5

These are important and must be in the pb cfg

SZ1855488 AT0 LEN2048

Those settings are generated by the pb md5 tool. The last long line is the md5 hash. And no I cant go and grab the md5 checks that is posted and just throw it in there. The following MUST be with it:

SZ1855488 AT0 LEN2048

And no you cant just make up anything. When you use the pb md5 tool it will spit out the exact line with all the "check" settings for punkbuster. These check settings must be in the pb cfg to tell pb on how to check a file.
__________________
RGN Admin & Chief of Staff
FPSAdmin Administrator
Reply With Quote
  #11  
Old 11-08-2007, 06:58 AM
Boneman Boneman is offline
Member
 
Join Date: Oct 2003
Location: In real time
Posts: 44
Downloads: 0
Uploads: 0
Boneman is on a distinguished road
Make sure you make the following changes in the pbsv.cfg to take AutoSS's
pb_sv_AutoSs 1 //[0=No, 1=Yes (default=0)]
Reply With Quote
  #12  
Old 11-08-2007, 08:23 AM
Dirtynap's Avatar
Dirtynap Dirtynap is offline
Senior Member
 
Join Date: Mar 2006
Location: UK
Posts: 587
Downloads: 0
Uploads: 0
Dirtynap is on a distinguished road
The config that started this thread has been pinned at PsB however it still has no Md5 check in it and I take it no one has yet done it?

I can't as I can't get the game until monday. Will some please do it and post it ASAP so a full PB config can be posted.


Wizz - Your thread on PsB has been noted by me at least.
__________________
Not PC gaming much anymore - I have turned to the darkside (consoles), what has happened to me - HELP!!
Reply With Quote
  #13  
Old 11-08-2007, 08:30 AM
Wizz's Avatar
Wizz Wizz is offline
Administrator
 
Join Date: Mar 2004
Posts: 506
Downloads: 4
Uploads: 0
Wizz is a glorious beacon of lightWizz is a glorious beacon of lightWizz is a glorious beacon of lightWizz is a glorious beacon of lightWizz is a glorious beacon of light
Send a message via MSN to Wizz
Watch this thread over at PsB for the stock game file MD5 checks/settings

http://www.punksbusted.com/forums/in...howtopic=45600
__________________
RGN Admin & Chief of Staff
FPSAdmin Administrator
Reply With Quote
  #14  
Old 11-08-2007, 12:04 PM
DSK DSK is offline
Member
 
Join Date: Oct 2007
Posts: 30
Downloads: 0
Uploads: 0
DSK is on a distinguished road
Quote:
Originally Posted by Wizz View Post
Watch this thread over at PsB for the stock game file MD5 checks/settings

http://www.punksbusted.com/forums/in...howtopic=45600
Hey Wizz,
I ran the tool on the iwd files in the main. Here is what I got. I added the version # because I did a filesize check also:

pb_sv_md5tool a 1.0.525 v main/iw_00.iwd SZ167780172 AT0 LEN2048 BC02FE65F2C013DB4C1480D59F1CB93F
pb_sv_md5tool a 1.0.525 v main/iw_01.iwd SZ167885112 AT0 LEN2048 55EFD479424E487756BC3EE3A7AF3799
pb_sv_md5tool a 1.0.525 v main/iw_02.iwd SZ166957774 AT0 LEN2048 8067C044C6A133C2F5D1B3E2B3E59CDC
pb_sv_md5tool a 1.0.525 v main/iw_03.iwd SZ166904484 AT0 LEN2048 724442AC8D8E6415425C0B3E9FE6AC5A
pb_sv_md5tool a 1.0.525 v main/iw_04.iwd SZ167682009 AT0 LEN2048 5688EA7D04308440876DE31B84484419
pb_sv_md5tool a 1.0.525 v main/iw_05.iwd SZ167489996 AT0 LEN2048 4865724D59BB73514DCBF557A9B21CFE
pb_sv_md5tool a 1.0.525 v main/iw_06.iwd SZ167754503 AT0 LEN2048 8CD0E80D88FD95AE3D5DF80D0AD29EB7
pb_sv_md5tool a 1.0.525 v main/iw_07.iwd SZ162987361 AT0 LEN2048 E20C159359BED1E6BD9C23FC6D52631F
pb_sv_md5tool a 1.0.525 v main/iw_08.iwd SZ167544651 AT0 LEN2048 F5B2959EDFED674AB47E59CFA1B2A3DA
pb_sv_md5tool a 1.0.525 v main/iw_09.iwd SZ167076481 AT0 LEN2048 310374CB0F5ABF3880AEE5798FE269C9
pb_sv_md5tool a 1.0.525 v main/iw_10.iwd SZ165389824 AT0 LEN2048 9D53044FAD09B8BAF10FE4E9F08DFA59
pb_sv_md5tool a 1.0.525 v main/iw_11.iwd SZ151420446 AT0 LEN2048 3D429842C2F904EB13C5129E8A77582B
pb_sv_md5tool a 1.0.525 v main/localized_english_iw00.iwd SZ168239387 AT0 LEN2048 E9972F7CC0DC3BEABACD58B8C02EA2AB
pb_sv_md5tool a 1.0.525 v main/localized_english_iw01.iwd SZ168314744 AT0 LEN2048 AFB343C9DD7CEA647804F38703984DBA
pb_sv_md5tool a 1.0.525 v main/localized_english_iw02.iwd SZ168417931 AT0 LEN2048 1D03F4279B6D7A106C8021DA1785EED9
pb_sv_md5tool a 1.0.525 v main/localized_english_iw03.iwd SZ168443199 AT0 LEN2048 560AA487017E1687F143ED9484582F91
pb_sv_md5tool a 1.0.525 v main/localized_english_iw04.iwd SZ168056737 AT0 LEN2048 4C43627B3FDBD9A64B5B4532B12EF0FF
pb_sv_md5tool a 1.0.525 v main/localized_english_iw05.iwd SZ167906464 AT0 LEN2048 0F0CB76660EE25669B1A049404E9E5DF
pb_sv_md5tool a 1.0.525 v main/localized_english_iw06.iwd SZ773661 AT0 LEN2048 7FB82E685CF1F884AFBB3E29C61CF999

Let me know what you think.

First time I ever used the tool. What happens if I use these and its wrong? Will peeps just be banned from my server and then I can unban?

DSK

Last edited by DSK; 11-08-2007 at 12:16 PM.
Reply With Quote
  #15  
Old 11-08-2007, 01:26 PM
DSK DSK is offline
Member
 
Join Date: Oct 2007
Posts: 30
Downloads: 0
Uploads: 0
DSK is on a distinguished road
Quote:
Originally Posted by {Razor} View Post
pbsvlog.cfg for streaming admins
Code:
;CoD PsB Repository Commands
pb_sv_logaddr rep.punksbusted.com // Repository IP Address
pb_sv_logport 24425 // Repository Port
pb_sv_loguser xxxx // Your Clan ID

Source Psb Site

Do I need to edit this file with our Clan tags?
Also is there any other changes that need to be made in the other files?
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

 
Professional Hosting Services - Game Server Admin Program Hosting - - - - - www.xfactorservers.com



All times are GMT -5. The time now is 07:26 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.