snickerbockers / fp-assets

Extractor/archiver tool for Freedom Planet's Assets.dat file.
The Unlicense
5 stars 1 forks source link

how to use it ? #5

Open zEasyIDK opened 1 year ago

zEasyIDK commented 1 year ago

Hello, I'm new here and I don't know how to use a lot of tools. When I use the utility, I first open cmd in the performance folder and type the following fp-assets.py -x C:\Users\plmn0\Desktop\Assets.dat but nothing works for me and I don't know How to download zlib لقطة الشاشة 2022-10-15 035020

wasamasa commented 1 year ago

The zlib part in the dependencies is superfluous, Python itself depends on zlib. So if you've installed Python successfully, zlib will be present.

To use this tool successfully, you'll need to learn how to use Python first. Python on Windows is kind of painful, but workable. Something like python2 fp-assets.py -x C:\Users\plmn0\Desktop\Assets.dat should do the trick, provided you managed to install Python2 and PIL for Windows. Good luck.