Darksiders 2 .upak archives

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Sankar
Posts: 57
Joined: Thu Mar 31, 2016 3:38 pm

Re: Darksiders 2 .upak archives

Post by Sankar »

Hello aluigi

I need a little bit of your help.I found a quickbms script for Darksiders 2.The script was able to extract the media.upak and maps.upak files but it was unable to extract the anime_streams.upak.If i provide you the script then could you please check it out a bit.Please don't lock this topic as i am requesting.See that if you could modify it so that it can extract the anime_streams.upak

Here is the bms script
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Darksiders 2 .upak archives

Post by AnonBaiter »

And what about the anime_streams.upak file? Are you going to upload it here or are you going to keep it to yourself?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Darksiders 2 .upak archives

Post by aluigi »

@Sankar
First of all, that one is my script:
http://aluigi.altervista.org/bms/darksiders2.bms

Then if you try to open anime_streams.upak it will tell you to use offzip.
And that's exactly what's already written two posts above yours:
viewtopic.php?p=13331#p13331

Are you serious?
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Darksiders 2 .upak archives

Post by AnonBaiter »

aluigi wrote:Are you serious?

He still doesn`t know how to use a command line tool. Besides, it`s too easy to do it. Just hold Shift, right-click on the folder where offzip is extracted, and click on something that reads "command line", then type the name of the command line tool.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Darksiders 2 .upak archives

Post by aluigi »

offzip:
http://aluigi.altervista.org/mytoolz.htm#offzip

some generic info about how to use my command-line tools:
http://aluigi.altervista.org/about.htm#howuse
Sankar
Posts: 57
Joined: Thu Mar 31, 2016 3:38 pm

Re: Darksiders 2 .upak archives

Post by Sankar »

I am very sorry aluigi.The fact is that i just don't know how to use the offzip and command tools similar to offzip.I am new to all of this.I just know how to use quickbms.So aluigi i am pledeging my final request.Please decompress the anime_streams.upak archive of Darksiders 2 and upload the extracted files somewhere and provide me the link from which i can download those files.You told me that you had created the Darksiders 2 script.SO please help me.I promise i won't disturb you again with silly discussions.

here is the link to anime_streams.upak

https://mega.nz/#!BBU1DTiT!y2aU9fdrVUVA ... 6AWymw9cJU

and i will upload the quickbms script also
Sankar
Posts: 57
Joined: Thu Mar 31, 2016 3:38 pm

Re: Darksiders 2 .upak archives

Post by Sankar »

Aluigi please read my topic.
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Darksiders 2 .upak archives

Post by AnonBaiter »

Can't you just do it yourself? Can't you just learn how to use a command line tool even after we've done everything in our power to try to help you how to use it? This is becoming embarassing...
Sankar
Posts: 57
Joined: Thu Mar 31, 2016 3:38 pm

Re: Darksiders 2 .upak archives

Post by Sankar »

Hello Anon baiter

I just don't know how to use a command line tool.I just know how to decompress files using quickbms.If you know then could you please decompress the darksiders 2 anime_streams.upak archives.Please help me as i really don't know how to use command line tools like offzip.

Here is the link

https://mega.nz/#!BBU1DTiT!y2aU9fdrVUVA ... 6AWymw9cJU
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Darksiders 2 .upak archives

Post by AnonBaiter »

Have I ever told you to hold the Shift button, right click on the folder where you extracted offzip, and clicked on something that said "command line" and typed exactly this(without the " symbols):
"offzip.exe -a [insert file here]"

I don't know if this sounds complicated to you. If you can't do it yourself then I think you're too stubborn to learn how to use it.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Darksiders 2 .upak archives

Post by aluigi »

  • copy anime_streams.upak in a new folder
  • download offzip and put offzip.exe in the same new folder
  • create a new text file with bat extension (like test.bat) in that new folder, it must contain the following text:

    Code: Select all

    offzip.exe -a anime_streams.upak
  • double click on test.bat

Note that the text file must have a real bat extension, just in case you have the files extensions hidden
Sankar
Posts: 57
Joined: Thu Mar 31, 2016 3:38 pm

Re: Darksiders 2 .upak archives

Post by Sankar »

Hello aluigi

I followed your instructions and tried but it is unable to decompress the anime_streams.upak archive.What am i supposed to do now.
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Darksiders 2 .upak archives

Post by AnonBaiter »

I followed your instructions and tried but it is unable to decompress the anime_streams.upak archive.What am i supposed to do now.[/quote]
Edit the .bat file through your hex editor and try this:

Code: Select all

offzip.exe -a [insert directory of the file here]anime_streams.upak

Where "[insert directory of the file here]" is the directory of the file it is stored in. Like "C:\FOLDER\FILE.DAT" for example.
Sankar
Posts: 57
Joined: Thu Mar 31, 2016 3:38 pm

Re: Darksiders 2 .upak archives

Post by Sankar »

hello still no luck on anim_streams.upak
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Darksiders 2 .upak archives

Post by AnonBaiter »

Sankar wrote:hello still no luck on anim_streams.upak

I thought it was anime_streams.upak. Were you just trying to trick us?
Anyway, edit this in your .bat file:

Code: Select all

offzip.exe -a [insert directory of the file here]anim_streams.upak

As a said, "[insert directory of the file here]" is the directory of the file it is stored. Like this: C:\FOLDER\FILE.DAT
Sankar
Posts: 57
Joined: Thu Mar 31, 2016 3:38 pm

Re: Darksiders 2 .upak archives

Post by Sankar »

It is the anim_streams.upak.I tried using the test.bat that i created and put the directory and anim_streams.upak but still no luck.
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Darksiders 2 .upak archives

Post by AnonBaiter »

Check if the files in the directory are really there. If you do, then give me a screenshot.
Sankar
Posts: 57
Joined: Thu Mar 31, 2016 3:38 pm

Re: Darksiders 2 .upak archives

Post by Sankar »

The three files are there and i am sending a screenshot.
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Darksiders 2 .upak archives

Post by AnonBaiter »

Thanks, I just wanted to confirm if you aren't slacking around.
But in case it doesn't work, you must also state the directory of the offzip.exe file on your .bat file. Like this:

Code: Select all

[insert directory of the file here]offzip.exe -a [insert directory of the file here]anim_streams.upak

or

Code: Select all

offzip.exe -a anim_streams.upak
Sankar
Posts: 57
Joined: Thu Mar 31, 2016 3:38 pm

Re: Darksiders 2 .upak archives

Post by Sankar »

Hello i tried in both ways but i didn't work.By the way there is a quickbms script i found on quickbms website.I used that script to extract maps.upak and media.upak and i succedded.But it was unable to decompress anim_streams.upak.