This is a python script which automatically extracts every .csb in the folder you specified
- Create a settings.ini file in the directory which the python file is in. Fill it with:
; Script and QuickBMS must be in the same folder
[Config]
quickbmsdir = Directory with QuickBMS
bmsscript = BMS Script name, example: script.bms
quickbmsexe = QuickBMS exe name, example: quickbms.exe
extractdir = Directory from which the .csb files will be extracted
outputdir = Output folder in which every .csb file will extract
- Run main.py
QuickBMS,
pathlib, configparser