Hey there
So, I got the latest Doom game (alpha stage), and it would be cool to see what's inside the game files.
My biggest interest tbh is in the .bnk files, since they contain the audio/sound of the game, but feel free to look at the rest of the game files also. There are .pages files and .resources files.
The game is 4.5gig in size: https://yadi.sk/d/8OlrVNMgmA4bg
Like I said, I'm most interested in the " <directory>\base\sound\soundbanks\pc\sfx.bnk " file, so if that one could be looked at, and a bms script perhaps made, then that'd be great.
Cheers
Doom (2016) .pages .resources .bnk
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Doom (2016) .pages .resources .bnk
DOOMExtract-1.0.zip (includes source code and example mod)
http://gofile.io/?id=MdPuDw
http://gofile.io/?id=MdPuDw
-
- Posts: 73
- Joined: Thu Sep 10, 2015 10:17 pm
Re: Doom (2016) .pages .resources .bnk
Tyvm Ekey. +5 internets for you! That worked real good; it extracted everything except the sound files.
You wouldn't also know of a script to extract the .bnk files?
That'd then allow for 100% extraction of the gamefiles.
Cheers
You wouldn't also know of a script to extract the .bnk files?
That'd then allow for 100% extraction of the gamefiles.
Cheers
-
- Posts: 68
- Joined: Thu Aug 07, 2014 9:43 pm
-
- Posts: 1
- Joined: Tue May 24, 2016 1:12 am
Re: Doom (2016) .pages .resources .bnk
I updated the Extractor now it unpacks the current steam version .
It unpacks now again, but someone with more experience has to check the source and the unpacked files.
I also added an x64 version since i got problems while unpacking with out of memory errors.
It seems they changed the magic number and the offset after the first entry was 4 bytes shorter.
v 1.2 updated by me, needs to be checked by someone with experience, I hope this helps a bit^^.
http://gofile.io/?id=4mSNiB
It unpacks now again, but someone with more experience has to check the source and the unpacked files.
I also added an x64 version since i got problems while unpacking with out of memory errors.
It seems they changed the magic number and the offset after the first entry was 4 bytes shorter.
v 1.2 updated by me, needs to be checked by someone with experience, I hope this helps a bit^^.
http://gofile.io/?id=4mSNiB
-
- Posts: 330
- Joined: Fri Nov 21, 2014 4:03 am
Re: Doom (2016) .pages .resources .bnk
Chain wrote:I updated the Extractor now it unpacks the current steam version .
It unpacks now again, but someone with more experience has to check the source and the unpacked files.
I also added an x64 version since i got problems while unpacking with out of memory errors.
It seems they changed the magic number and the offset after the first entry was 4 bytes shorter.
v 1.2 updated by me, needs to be checked by someone with experience, I hope this helps a bit^^.
http://gofile.io/?id=4mSNiB
Hi. I also found 1.4 version, but it doesn't work at all current steam version.