.pak [Mack's Escape]
-
- Posts: 14
- Joined: Tue Jul 16, 2019 7:50 am
.pak [Mack's Escape]
Hi. A small game with a few .pak files. I need a .bms to extract these .pak files.
I hope someone with experience can help me. Thanks
download game
I hope someone with experience can help me. Thanks
download game
Last edited by Nocturnus on Tue Feb 01, 2022 9:04 pm, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: .pak [Mack's Escape]
Remember that you must ever specify the name of the game (this is the second time I have to find and add it to your title).
Also remember to upload only the archive, not any installer.
Also remember to upload only the archive, not any installer.
-
- Posts: 179
- Joined: Tue Jan 18, 2022 12:21 am
-
- Posts: 14
- Joined: Tue Jul 16, 2019 7:50 am
Re: .pak [Mack's Escape]
Sorry. It won't happen again. If you didn't download it let me know and I upload the archive.
-
- Posts: 3
- Joined: Sat Mar 14, 2020 11:29 am
Re: .pak [Mack's Escape]
Nocturnus wrote:If you didn't download it let me know and I upload the archive.
Yes, upload it. I'll take a look at it.
-
- Posts: 14
- Joined: Tue Jul 16, 2019 7:50 am
Re: .pak [Mack's Escape]
OK. I updated the link.
-
- Posts: 3
- Joined: Sat Mar 14, 2020 11:29 am
Re: .pak [Mack's Escape]
Ok, the game isn't available on Steam and on any major platform - pretty old game. I thought it's UE4 game Sorry. But the game is mostly composed of textures stored in data64.pak.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: .pak [Mack's Escape]
Code: Select all
# Mack's Escape PAK
get DUMMY short # 0x1978
get DUMMY short # ???
get FILES short
for i = 0 < FILES
get NAME string
get SIZE long
get OFFSET long
log NAME OFFSET SIZE
next i
-
- Posts: 179
- Joined: Tue Jan 18, 2022 12:21 am
Re: .pak [Mack's Escape]
Code: Select all
get lixo long
Get ENTRIES short
For RIP = 1 to ENTRIES
get NAME string
Get SIZE Long
Get OFFSET Long
log name offset size
Next RIP
Edit: aluigi is a fast machine!
did not see you posted.
-
- Posts: 14
- Joined: Tue Jul 16, 2019 7:50 am