Using Punkbuster with UGCC

Post Reply
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Using Punkbuster with UGCC

Post by Masher »

Download the punkbuster manual update tool. http://www.evenbalance.com/index.php?page=pbsetup.php

For help

Code: Select all

pbsetup --help
For game abbreviations

Code: Select all

pbsetup --list-abbreviations
Add your server to punkbuster's list. Only needs to be done once. Replace "cod4" with your game abbreviation. Change the path to where your server is installed.

Code: Select all

Windows
pbsetup.exe --i-accept-the-pb-eula --add-game="cod4" --add-game-path="E:\servers\Call of Duty 4"

Linux
# ./pbsetup.run --add-game="cod4" --add-game-path="/servers/cod4" --i-accept-the-pb-eula
To do an update, simply run the following command. It will update all configured servers, so only needs to be ran once.

Code: Select all

Windows
pbsetup.exe /u /vvv /q --i-accept-the-pb-eula

Linux
# ./pbsetup.run -u -vvv -q --i-accept-the-pb-eula
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply