Fun Labs: data.arc and ram_drive.ram
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Fun Labs: data.arc and ram_drive.ram
I want to extract these two files, they appear to have the game data, upon testing, they are compressed with zlib but I cannot get the proper directories and the names of them, however can get the file data fine. Any way to get the true file names and directories of them from the archives? Thanks. http://www.filedropper.com/data_6 http://www.filedropper.com/ramdrive
Last edited by LolHacksRule on Fri Jan 13, 2023 5:21 am, edited 3 times in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Re: Angry Birds Trilogy (Wii U/All Platforms?) data.arc and ram_drive.ram
I'll reup soon. UPDATE: DONE filedropper.com/ramdrive filedropper.com/data_2
Last edited by LolHacksRule on Tue Oct 01, 2019 3:47 pm, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Angry Birds Trilogy (Wii U/All Platforms?) data.arc and ram_drive.ram
This script works with the samples:
http://aluigi.org/bms/cabela.bms
http://aluigi.org/bms/cabela.bms
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Re: Angry Birds Trilogy (Wii U/All Platforms?) data.arc and ram_drive.ram
I accidentally made a typo on data.arc, fixed now. Thanks so much BTW. Anyway to get the names all in lowercase? Offtopic, but this compression prevented the game from being 677MB!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Angry Birds Trilogy (Wii U/All Platforms?) data.arc and ram_drive.ram
For lower case names just add the following instruction after "getdstring NAME NAMESZ MEMORY_FILE":
Code: Select all
string NAME l NAME
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am