mstr- / twp-ggdump

Tool for listing and extracting files from data archive files of the game Thimbleweed Park.
GNU General Public License v2.0
19 stars 5 forks source link

No module? #2

Closed Zibri closed 6 years ago

Zibri commented 6 years ago

For some reason after pip install I get

/usr/bin/python: No module named ggdump

Zibri commented 6 years ago

but if I do: pip3 install then python3 -m ggdump works.

Zibri commented 6 years ago

Anyway, extracting the linux version ggpack1 I get a few skipped file saying "SKIPPED: (missing offset or size)"

mstr- commented 6 years ago

Thanks for your comment. GGDump is made for python3. I'll update the instructions. There is no fix for skipped files yet.