Command-Line Support
Last updated
Last updated
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.
To run PBO Tools via the command line, use the following structure:
⚠️ 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 .