--------------------------------------------------------------------------------
Client logging is having PB log all messages to a log file located in your PB folder named pbcl.log. This is handy to get your guid, find out why you are PB kicked, find the server ip of a server and even logs other players kicks.
Client Logging Setup
--------------------------------------------------------------------------------
What you need
- Text Editor
- PBCL Config
Setup Logging
To enable this you need to have the pbcl.cfg file in your root PB folder (Windows Vista and Windows 7 users please read the note at the end of this document). The contents of this file should contain the following:
Code: Select all
pb_MsgPrefix "[skipnotify]PunkBuster Client"
pb_Sleep 500
pb_LogToFile 1
pb_SsLog 1
pb_SsSave 1Code: Select all
pb_MsgPrefix "PunkBuster Client"Retrieve your PB GUID
Once PB logging is enabled join a PB enabled server. Load into the server and join a team.
Now you GUID should be saved in the log. To get it open the pbcl.log file and search for:
PB Server assigned guid = <guid>
The full line should look like the following:
Code: Select all
[date and time] PB Server assigned guid = 289e3ab09c9b0334530be5a78aeff1f0Note for Windows Vista and Windows 7 Users
Please note that Windows Vista and Windows 7 stores the logs and other PB files outside the game folder commonly located at:
Code: Select all
C:\Users\<User>\AppData\Local\PunkBuster\<Game>\pb\Code: Select all
%USERPROFILE%\Appdata\Local\PunkBuster\Code: Select all
%LOCALAPPDATA%\PunkBuster\Put the pbcl.cfg file in this location for each game you wish to enable logging for. The log file will be saved here.






