PBO Tools
  • 👋Welcome to PBO Tools!
  • 📍Accounts & Registration
    • Downloading PBO Tools
    • System Requirements
    • Purchasing a Subscription
    • Creating an Account
    • Logging In
    • Misc
      • Reset Hardware ID
      • Reset Password
      • Upgrade Subscription
  • 📍Application Setup & Configuration
    • Global Settings
    • Code Obfuscation
  • 📍Packing Mods
    • Packing a PBO
    • Command-Line Support
    • Signing PBOs
    • Log Files
  • 📍Support & Status
    • Support
    • API Status
  • 📍Troubleshooting
    • Known Issues
      • Mod Scripts Folder Requirement
    • Common Errors
      • No Mod Provided
      • Invalid Path
      • Invalid Input
      • Invalid Config Syntax
      • Unknown Type, Incompatible Parameter
      • Password Doesn't Meet Security Requirements
      • Signature Validation Timeout
      • Formula too complex
Powered by GitBook
On this page
  • Available Command-Line Options:
  • Example Usage:
  1. Packing Mods

Command-Line Support

PreviousPacking a PBONextSigning PBOs

Last updated 2 days ago

Available Command-Line Options:

Below are the command-line options you can use with PBO Tools:

  • -o Enable Obfuscation: Activates the obfuscation process for the PBO file.

  • -c Enable Compression: Compresses the PBO file to reduce its size.

  • -b Convert config.cpp to config.bin: Converts config.cpp files into a binary format (config.bin) for improved performance.

  • -d Enable Code Obfuscation: Applies additional obfuscation techniques to the code inside the PBO file.

  • -r Remove Comments from Output File: Strips comments from the code in the output file, ensuring a cleaner and more secure result.

Example Usage:

To run PBO Tools via the command line, use the following structure:

PBO Tools.exe -o -c P:/ModName 

⚠️ Note: When using the -d (Enable Code Obfuscation) or -r (Remove Comments) options, you must also include the -o (Enable Obfuscation) option. If not, an error will occur. This ensures that the required obfuscation processes are activated for these features to work properly.


Need help? For any questions or assistance, please or email us at .

📍
contact our support team
hello@pbo.tools