sf30ac-extractor
Extract assets from Street Fighter 30th Anniversary Collection (music, roms, artwork, fonts...)
Requirements
You need to have a python 3 available somewhere
Usage
Download the project.
Extraction
Open a command line and execute the following command.
python extract.py "C:\.....\Street Fighter 30th Anniversary Collection\Bundle" "C:\...your extraction folder..."
The arguments are 1) the original bundle folder (in your steam directory) 2) the folder where you want stuff to be extracted to.
Tidy-up
For some reason, the Second Impact music is in the Third Strike bundle, and the Third Strike music is in the Main bundle. If after extraction, you would like to move these files into the correct games' folder, you can execute the following command:
python tidy.py "C:\...your extraction folder..."
Dependency
bplist.py
was stolen by the project bplist-python with a few alterations to make this work.