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
- Host: GitHub
- URL: https://github.com/womblee/python-csb-extractor
- Owner: womblee
- Created: 2021-05-29T11:51:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T14:09:33.000Z (about 3 years ago)
- Last Synced: 2024-01-26T08:44:54.883Z (almost 2 years ago)
- Topics: automated, bms, csb, dying-light, dyinglight, extractor, python, quickbms
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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