Jayveer/Decima-Explorer

Failed to extract mpk in Death Stranding

Opened this issue ยท 9 comments

tried to list the files first using:
DecimaExplorer.exe -list movies.mpk

But output
Error: Failed to find initial archive
File table extracted to file_list.txt

And the txt file is 0byte.

Currently there isn't a list for movies as I'm not sure of what the hashed names are, therefore its only possible to extract movies via the ID, i.e if we wanted to extract movie at index 0;

DecimaExplorer.exe -extract input.mpk 0 output.bk2

I think there are a total of 40 movies.

smh not working for me

Movies> ./DecimaExplorer.exe -extract movies.mpk 0 output.bk2
Running Decima Explorer v2.7:
Visit https://github.com/Jayveer/Decima-Explorer for updates:

Error: Input file is of an unrecognized format

This file have an header of 00 7C 13 51 and not maching other files.

I guess something broke with an update. You can use version 2.1 for now if you want to extract movies.

Same problem, it doesn't work for me either. Nor version 2.7. nor version 2.1. Just nothing happens. I'm desperate. If someone succeeds in unpacking, be so kind as to upload movie archive to the some filehosting.

Currently there isn't a list for movies as I'm not sure of what the hashed names are, therefore its only possible to extract movies via the ID, i.e if we wanted to extract movie at index 0;

DecimaExplorer.exe -extract input.mpk 0 output.bk2

I think there are a total of 40 movies.

Currently there isn't a list for movies as I'm not sure of what the hashed names are, therefore its only possible to extract movies via the ID, i.e if we wanted to extract movie at index 0;

DecimaExplorer.exe -extract input.mpk 0 output.bk2

I think there are a total of 40 movies.

Yes, I extracted all the game videos. There are 40 .bk2 files and RADVideo for playing .bk2 videos.
Thank you very much!! @Jayveer

https://pic.downk.cc/item/5f9849881cd1bbb86b3ec382.png
https://pic.downk.cc/item/5f9849881cd1bbb86b3ec37e.png

Yes, I extracted all the game videos. There are 40 .bk2 files and RADVideo for playing .bk2 videos.
Thank you very much!! @Jayveer

https://pic.downk.cc/item/5f9849881cd1bbb86b3ec382.png
https://pic.downk.cc/item/5f9849881cd1bbb86b3ec37e.png

It helps. Thanks for the instructions!

Yes, I extracted all the game videos. There are 40 .bk2 files and RADVideo for playing .bk2 videos. Thank you very much!! @Jayveer

https://pic.downk.cc/item/5f9849881cd1bbb86b3ec382.png
https://pic.downk.cc/item/5f9849881cd1bbb86b3ec37e.png

Which version of sg-unpack did you use? I tried V1.0.0.0 from https://github.com/rdavisau/sg-unpack/releases , but it fails:

E:\Games\Steam Games SSD\steamapps\common\DEATH STRANDING DIRECTORS CUT\Movies>sg-unpack.exe -i movies.mpk
Using inputs [ movies.mpk ] in .
--output-path not specified. Listing contents only.

Scanning 1 inputs...

Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.Exception: An error occurred while attempting to check MPAK header of 'movies.mpk'
at SgUnpack.MPakReader.Process(String f)
at System.Linq.Parallel.SelectQueryOperator 2.SelectQueryOperatorResults.GetElement(Int32 index)
at System.Linq.Parallel.ArrayMergeHelper 1.ToArrayElement(Int32 index)
[...]

I am trying to extract movies.mpk from the PC version of DS Director's cut. Did you use the same or was it a console version, or perhaps DS original?

Yes, I extracted all the game videos. There are 40 .bk2 files and RADVideo for playing .bk2 videos. Thank you very much!! @Jayveer
https://pic.downk.cc/item/5f9849881cd1bbb86b3ec382.png
https://pic.downk.cc/item/5f9849881cd1bbb86b3ec37e.png

Which version of sg-unpack did you use? I tried V1.0.0.0 from https://github.com/rdavisau/sg-unpack/releases , but it fails:

E:\Games\Steam Games SSD\steamapps\common\DEATH STRANDING DIRECTORS CUT\Movies>sg-unpack.exe -i movies.mpk Using inputs [ movies.mpk ] in . --output-path not specified. Listing contents only. Scanning 1 inputs... Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.Exception: An error occurred while attempting to check MPAK header of 'movies.mpk' at SgUnpack.MPakReader.Process(String f) at System.Linq.Parallel.SelectQueryOperator 2.SelectQueryOperatorResults.GetElement(Int32 index) at System.Linq.Parallel.ArrayMergeHelper 1.ToArrayElement(Int32 index) [...]

I am trying to extract movies.mpk from the PC version of DS Director's cut. Did you use the same or was it a console version, or perhaps DS original?

You don't need to use sg-unpack. Just use Decima Explorer 2.1 and then these commands:

DecimaExplorer.exe -extract movies.mpk 0 0.bk2
DecimaExplorer.exe -extract movies.mpk 1 1.bk2
DecimaExplorer.exe -extract movies.mpk 2 2.bk2

Etc.

Worked for me :)

You don't need to use sg-unpack. Just use Decima Explorer 2.1 and then these commands:

DecimaExplorer.exe -extract movies.mpk 0 0.bk2 DecimaExplorer.exe -extract movies.mpk 1 1.bk2 DecimaExplorer.exe -extract movies.mpk 2 2.bk2

Etc.

Worked for me :)

Yes, that's what I ended up doing too in the end, thanks. I found that DecimaExplorer 2.7 won't extract the movies, but 2.1 did, so something broke somewhere between 2.1 and 2.7.