Announcement

Collapse
No announcement yet.

Finding BC2 PB guid

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Finding BC2 PB guid

    Do you have to be a server admin to pull up a console in BC2? Cause I tried to do so as a player and wasn't able to.. trying to get my PB GUID.

  • #2
    Re: Finding BC2 PB guid

    Try this:

    create a file called pbcl.cfg in your BC2 pb directory:

    C:\Program Files (x86)\Electronic Arts\Battlefield Bad Company 2\pb

    in that file add this command pb_logtofile 1

    should look something like this:
    Code:
    pb_msgprefix "PunkBuster Client"
    pb_sleep 500
    pb_logtofile 1
    pb_sslog 0
    pb_sssave 0
    now the next time you run BC2 and join a server pb *should* start logging all pb messages.

    look for those messages in:

    C:\Users\username\AppData\Local\PunkBuster\BC2\pb\
    there should be a logfile file named pbcl.log
    in that file you should see your pb guid:
    PB Server assigned guid =

    after you find it, you may want to turn logging back off as it logs all pb messages and kick reasons for all players. the log file will get big.

    ^note I am only guessing about this although this is how it works in bf2 on win7/vista.
    "Crunch's First Officer"
    twitter: @signaprime

    Comment

    Working...
    X