CoD2 / PB issue

Post Reply
Yankee53
New to forums
New to forums
Posts: 5
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Jan 19, 2006 8:18 am
Contact:

CoD2 / PB issue

Post by Yankee53 »

Hello,
I'm running 2 NFO servers, both with PB (each are streaming including the latest competition pb_config) and the latest PAM.

I can't get PB to continue running. Seems every other day I enter one of the servers and PB is dead. The only way I can get it restarted is to FTP up a new config_mp.cfg file to the /main/players/default/ directory with a line added "seta sv_punkbuster "1""? Without the line, pb will not start.

Ironically, the line value will be changed to "0" or be removed altogether whenever I notice PB has stopped running?

Are my configs completely messed up or am I missing something here?

Thanks... Yankee
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

You need to have more than just the seta sv_punkbuster 1 to enable punkbuster.

Add the following to your server.cfg and restart the server:

Code: Select all

seta sv_punkbuster "1"
wait
pb_sv_enable
-Nick
Yankee53
New to forums
New to forums
Posts: 5
Joined: Thu Jan 19, 2006 8:18 am
Contact:

Post by Yankee53 »

Thank You Nick...

That is basically what I had in my server.cfg... Actually it is this:

Code: Select all

//Punkbuster
set sv_punkbuster "1" // If you want PB disabled, use pb_sv_disable instead
wait
pb_sv_enable
wait
pb_sv_load pbsv.cfg
wait
My pb is loading, it just won't stay on and now it is also kicking everyone for this error ?
Image

...confused... Yankee
Yankee53
New to forums
New to forums
Posts: 5
Joined: Thu Jan 19, 2006 8:18 am
Contact:

Post by Yankee53 »

And this also...

Image
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

Should stay on if you have those cvars set properly in the server.cfg, haven't seen an issue where it wouldn't. I don't know which server is yours so it would be best to contact us on live chat (its on your control panel).

Also for the mismatch, that means you are using the wrong pbsv.cfg and need to update it.
-Nick
Post Reply