Skip to content

Releases: shawngmc/game-extraction-toolbox

0.1.7

26 Apr 07:00
eeae94a
Compare
Choose a tag to compare
  • Added Games/Collections
    • Breakers Collection (Thanks tydog98 and Feilakas)
    • MegaMan Battle Network Legacy Collection 1 (Thanks Bad-Acetabulum, RealRelativeEase, and Seb)
    • MegaMan Battle Network Legacy Collection 2 (Thanks Bad-Acetabulum, RealRelativeEase, and Seb)
  • Fixes
    • Requires Python 3.9+
    • Fixed bug when tracking verification errors

v0.1.6

27 Mar 20:27
c971fff
Compare
Choose a tag to compare

0.1.6

  • Added Games/Collections
    • NeoGeo Classics by SNK (Humble Store)
  • Fixes
    • Limit python-magic-bin dependency to Windows

v0.1.5

24 Oct 15:37
91758c4
Compare
Choose a tag to compare

0.1.5

  • Added Games/Collections
    • Sega Smash Pack 1 (Thanks zZeck)
    • Sega Smash Pack 2 (Thanks zZeck)

v0.1.4

21 Oct 12:58
22ad772
Compare
Choose a tag to compare

0.1.4

  • Updated Collections:
    • Genesis and Mega Drive Collection
      • Fixed mislabeled Super Thunder Blade ROM
    • IREM Arcade Classics
      • Fix bug preventing details output
    • SNK 40th Anniversary Edition
      • Bermuda Triangle: Completed extraction on actual Bermuda Triangle (#37)
  • Improvements:
    • Added input/output file verification to tasks (#36)
  • Internal:
    • Made a few reusable tasks - 'CopyTask', 'ZipSpliceTask', 'SpliceTask'

v0.1.3

25 Sep 05:39
75db380
Compare
Choose a tag to compare

0.1.3

  • Improvements:
    • Fixed forgotten version number roll
    • Added badges to readme

v0.1.2

25 Sep 05:31
edad8f2
Compare
Choose a tag to compare

0.1.2

  • Added Games/Collections:
    • Psikyo Shooter Collector's Bundle (Partial Only)
    • IREM Arcade Classics
  • Updated Collections:
    • Arcade Collection Anniversary Classics
      • hcastle/akumajoun: Partial -> Good
      • nemesis: Partial -> Good
      • vulcan/gradius2: Partial -> Good
      • thunderx: Partial -> Good
      • salamand/lifeforce: Partial -> Good
        • lifefrcej has a known bad dump, but runs fine
    • Atari Vault
      • Fixed a bug preventing this script from completing
    • Namco Arcade Game Series
      • Fixed partial support
    • SNK 40th Anniversary Collection
      • victroad: Playable -> Playable: Added missing PID ROM that is in chopperb (was placeholder)

v0.1.1

21 Sep 22:34
dacefea
Compare
Choose a tag to compare
  • Added Games/Collections:
    • Wonder Boy The Dragon's Trap
  • Updated Collections:
    • Arcade Collection Anniversary Classics
      • ajaxj/typhoon: No-ROM -> Good
      • hcastle/hcastlee/hcastlek/akumajoun: No-ROM -> Good
    • PAC MAN Museum Plus
      • pacland: Partial -> Good: properly ID'd as modified paclandj and found missing ROM
      • puckman: Partial -> Playable: Added placeholder for missing PROM
      • Fix entry in README
    • SNK 40th Anniversary Collection (#30)
      • bbusters/bbustersj/bbustersu: Playable -> Good: Added missing EEPROM
      • bermudata: Playable -> Playable: Removed unnecessary placeholders
      • legofair: Playable -> Playable: Added missing placeholders
      • psychosj: Broken -> Playable: Added missing Sound ROM
      • worldwar: Partial -> Playable: Added missing ADPCM ROM, removed unnecessary placeholders
  • Improvements:
    • More consistent 'ROM Status' field (#29)
  • Internal:
    • Started adding typing hints to util classes

v0.1.0

20 Sep 14:22
74d107f
Compare
Choose a tag to compare

0.1.0

  • Added Games/Collections:
    • Atari Vault
    • Mortal Kombat Arcade Collection (No playable ROMs at this time)
    • Namco Arcade Game Series
    • Pac Man Museum Plus
    • Zombies Ate My Neighbor & Ghoul Patrol
  • Updated Collections:
    • SNK 40th Anniversary Collection
      • Added partial (broken) ROM extraction support
      • Fixed most ROMs, including changes from lionel/BuildROM and some further decoding research
  • Improvements:
    • Some tasks now support config flags via '--prop'; see task details for supported flags
    • Reworked tables using TextTable to make code cleaner and tables more reliable
    • Added placeholder partials for CAS1 and CAS2
    • Performance improvements, including major gains for deinterleave and bit shuffle operations
    • Fix a bug where some tasks aren't listed
  • Internal:
    • Restructured some tasks to allow splitting/props
    • Added some support tool for Steam folders (eventually may add detection?)

v0.0.22

28 Aug 07:19
51abd03
Compare
Choose a tag to compare
  • Added Games/Collections:
    • Disney Classics Collection: Aladdin and Lion King (w/ Jungle Book DLC)
    • SNK 40th Anniversary Collection
  • Updated Collections:
    • Street Fighter 30th Anniversary Collection
      • Added International Release Support

v0.0.21

22 Aug 00:16
c1faa94
Compare
Choose a tag to compare

0.0.21

  • Added Games/Collections:
    • Blizzard Arcade Collection
    • Bubsy Two-Fur
    • Collection of SaGa/Final Fantasy Legend
    • Disney Afternoon Collection
    • Double Dragon Trilogy
    • Mega Man Legacy Collection 1
    • Mega Man X Legacy Collection 1
    • Sonic Adventure DX (Hidden Game Gear games)
  • Improvements:
    • Moved 'postprocess steam' commands to more generic 'tasks' command
      This is one of the main purposes of this program, and not Steam specific - GOG, etc. should also be considered
    • Added default input folders for Tasks
    • Fixing tables in task details
  • Internal:
    • Test configs for development should now work on any machine
    • Tasks are now slightly more defined using a class
    • First major lint/code style effort; nowhere near done, but much more idiomatic