Freedom Planet (.dat)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Xiron
Posts: 104
Joined: Sat Sep 12, 2015 7:09 am

Freedom Planet (.dat)

Post by Xiron »

I would assume everything is in this one Assets.dat file, if not, the only other place would be the .exe.

About the game: Freedom Planet was released a year ago and is made on the Clickteam Fusion engine.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Freedom Planet (.dat)

Post by aluigi »

Xiron
Posts: 104
Joined: Sat Sep 12, 2015 7:09 am

Re: Freedom Planet (.dat)

Post by Xiron »

17,443 files? o.0
That seems like a lot for the size of this game!
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Freedom Planet (.dat)

Post by makc_ar »

Reimport?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Freedom Planet (.dat)

Post by aluigi »

I have some doubts about the reimport mode because there is a log MEMORY_FILE that may be interpreted by quickbms as a reimport operation.
So try it but I guess reimport doesn't work.
sigroon365
Posts: 330
Joined: Fri Nov 21, 2014 4:03 am

Re: Freedom Planet (.dat)

Post by sigroon365 »

makc_ar wrote:Reimport?


Here is what I found. Aluigi told me that there is un/repacker for Freedom Planet.
I found how to use it. :)

Image
0) Install Python 2.7
1) Install Pillow 2.7. https://pypi.python.org/pypi/Pillow/2.7.0 Not PIL 1.7
2) Download snickerbockers's python script. https://github.com/snickerbockers/fp-assets/

Unpack
fp-assets.py -x
Image

The python script will create Assets folder.
Image

Repack
fp-assets.py -x

The python script will re write Assets.dat.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Freedom Planet (.dat)

Post by makc_ar »

Thanks a lot sigroon365
Repack
fp-assets.py -c
sigroon365
Posts: 330
Joined: Fri Nov 21, 2014 4:03 am

Re: Freedom Planet (.dat)

Post by sigroon365 »

makc_ar wrote:Thanks a lot sigroon365
Repack
fp-assets.py -c


Oh, I'm sorry. Mistyping.
Xiron
Posts: 104
Joined: Sat Sep 12, 2015 7:09 am

Re: Freedom Planet (.dat)

Post by Xiron »

What a pleasant surprise! Thanks for sharing.