/python-csb-extractor

This is a python script which automatically extracts every .csb in the folder you specified

Primary LanguagePython

Description

This is a python script which automatically extracts every .csb in the folder you specified

How to use

  1. 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
  1. Run main.py

Requirements

QuickBMS,

PIP

pathlib, configparser