An open API service indexing awesome lists of open source software.

https://github.com/womblee/python-csb-extractor

This is a python script which automatically extracts every .csb in the folder you specified
https://github.com/womblee/python-csb-extractor

automated bms csb dying-light dyinglight extractor python quickbms

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:
```ini
; 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
```

2. Run main.py

# Requirements
QuickBMS,

# PIP
pathlib, configparser