Skip to content

Releases: Dteyn/ZFBTool

v1.1-python

30 Jul 22:51
9c86943

Choose a tag to compare

Version 1.1 release

  • Added error checking (cancel buttons now cancel operation)
  • Added rename files feature using data from clrmamepro files prepared by adcockm
  • Fixed a bug where not having the zfbtool.ico icon present would prevent the script from loading (thanks romx!)
  • Fixed some warnings that PyCharm was giving to clean up the code a bit

Renaming feature

ZFBTool now supports renaming of .zfb files based on the data from the clrmamepro .dat files created by adcockm.

Included with this release are several .txt files:

ALL-INFO:

Files: fullset-romnames-all-info.txt and playable-romnames-all-info.txt

Entire description from clrmamepro data, with names sanitized for Windows filenames (ie: slashes converted to dashes, etc).

REGION-FULL:

Files: fullset-romnames-region-full.txt and playable-romnames-region-full.txt

Description from clrmamepro data with full region and set info. Anything after "/" (typically Japanese name) removed for brevity

REGION-SHORT:

Files: fullset-romnames-region-short.txt and playable-romnames-region-short.txt

Shortened region and set info, ex: (J) instead of (Japan), [p] [B] to denote prototype/bootleg, (copy 1) etc. used for copies

NO-INFO:

Files: fullset-romnames-no-info.txt and playable-romnames-no-info.txt

Only the name of the short game with no other information (except Gun.Smoke and Varth in playable set, to avoid duplicate filenames)
WARNING: Use recommended only with the PLAYABLE set. FULL SET has many filename conflicts and is provided for reference only.

v1.0-python

30 Jul 03:30
0c34851

Choose a tag to compare

Initial release. Tested and working, although there may be some bugs

Requires Python to be installed