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.
Freedom Planet (.dat)
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 104
- Joined: Sat Sep 12, 2015 7:09 am
Re: Freedom Planet (.dat)
17,443 files? o.0
That seems like a lot for the size of this game!
That seems like a lot for the size of this game!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Freedom Planet (.dat)
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.
So try it but I guess reimport doesn't work.
-
- Posts: 330
- Joined: Fri Nov 21, 2014 4:03 am
Re: Freedom Planet (.dat)
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.
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
The python script will create Assets folder.
Repack
fp-assets.py -x
The python script will re write Assets.dat.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Freedom Planet (.dat)
Thanks a lot sigroon365
Repack
fp-assets.py -c
Repack
fp-assets.py -c
-
- Posts: 330
- Joined: Fri Nov 21, 2014 4:03 am
Re: Freedom Planet (.dat)
makc_ar wrote:Thanks a lot sigroon365
Repack
fp-assets.py -c
Oh, I'm sorry. Mistyping.
-
- Posts: 104
- Joined: Sat Sep 12, 2015 7:09 am
Re: Freedom Planet (.dat)
What a pleasant surprise! Thanks for sharing.