Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 852 Bytes

File metadata and controls

25 lines (16 loc) · 852 Bytes

GingerBreadImageExtractor

This Python script extracts end of level photos from the savegame files of the video game Sackboy: A Big Adventure. It also extracts "superseded" photos, no longer visible in-game. For technical details, see my blog post about the topic.

Prerequisites:

  • Python 3

Usage

  • Make sure Python 3 is installed on your computer
  • Open a command line (e.g. cmd.exe)
  • Run the script, and provide an output folder where the images will be extracted

E.g.:

python GingerBreadImageExtractor.py D:\your_out_folder

Extraction should take a few minutes at max.

License

This project is released under the MIT License. Please see LICENSE.txt for details.