Skip to content

Tool for listing and extracting files from data archive files of the game Thimbleweed Park.

License

Notifications You must be signed in to change notification settings

marcosdiez/twp-ggdump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggdump

GGDump is a tool for listing and extracting files from data archive files of the game Thimbleweed Park, which you should totally buy right now. (Steam, GOG)

Install

You can install ggdump directly from GitHub:

pip install https://github.com/mstr-/twp-ggdump/archive/master.zip

Usage

usage: python -m ggdump [-h] [-w] [-v] ggpack_file search_pattern

positional arguments:
  ggpack_file     ggpack archive file path
  search_pattern  file search pattern, wildcard patterns should be "quoted".

optional arguments:
  -h, --help      show this help message and exit
  -w              write the files that match the pattern (otherwise only list
                  files)
  -v, --verbose   output some debug information

Example: python -m ggdump ThimbleweedPark.ggpack1 "*Sheet.png"

Why does this tool exist

  • The author wanted to solve one more puzzle after winning the game.
  • To help people get started with modding the game and learning about the file formats.
  • At some point we want ScummVM support.

About

Tool for listing and extracting files from data archive files of the game Thimbleweed Park.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%