Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Darksiders 2 .upak archives

Featured Replies

  • Author
  • Localization

Sankar, posted Wed Jun 15, 2016 6:54 am (14418)


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

Darksiders2.rar

  • Author
  • Localization

Sankar, posted Wed Jun 15, 2016 8:40 am (14426)


Aluigi please read my topic.
  • Author
  • Localization

AnonBaiter, posted Wed Jun 15, 2016 12:59 pm (14432)


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...
  • Author
  • Localization

Sankar, posted Wed Jun 15, 2016 1:06 pm (14434)


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
  • Author
  • Localization

AnonBaiter, posted Wed Jun 15, 2016 1:11 pm (14435)


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.
  • Author
  • Localization

aluigi, posted Wed Jun 15, 2016 1:13 pm (14436)


  • 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:
    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
  • Author
  • Localization

Sankar, posted Wed Jun 15, 2016 1:20 pm (14440)


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.
  • Author
  • Localization

AnonBaiter, posted Wed Jun 15, 2016 1:27 pm (14442)


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:
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.
  • Author
  • Localization

Sankar, posted Wed Jun 15, 2016 1:33 pm (14444)


hello still no luck on anim_streams.upak
  • Author
  • Localization

AnonBaiter, posted Wed Jun 15, 2016 1:39 pm (14446)


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:
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
  • Author
  • Localization

Sankar, posted Wed Jun 15, 2016 1:42 pm (14447)


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.
  • Author
  • Localization

AnonBaiter, posted Wed Jun 15, 2016 1:43 pm (14448)


Check if the files in the directory are really there. If you do, then give me a screenshot.
  • Author
  • Localization

Sankar, posted Wed Jun 15, 2016 1:47 pm (14450)


The three files are there and i am sending a screenshot.
  • Author
  • Localization

AnonBaiter, posted Wed Jun 15, 2016 1:51 pm (14452)


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:
[insert directory of the file here]offzip.exe -a [insert directory of the file here]anim_streams.upak

or
Code:
offzip.exe -a anim_streams.upak
  • Author
  • Localization

Sankar, posted Wed Jun 15, 2016 1:59 pm (14453)


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.

darksiders2.rar

  • Author
  • Localization

AnonBaiter, posted Wed Jun 15, 2016 2:01 pm (14455)


Then you should forget the .bat file. Hold the Shift button, right click on the folder the files are there, right click on something that says "command line" and type this:
Code:
offzip.exe -a [insert directory of the file here]anim_streams.upak

You can also drag the file off to the command line executable you just summoned.
  • Author
  • Localization

Sankar, posted Wed Jun 15, 2016 2:06 pm (14456)


Hello i tried. no luck either.Why don't you decompress the anim_streams.upak and provide me the extracted files.
  • Author
  • Localization

aluigi, posted Wed Jun 15, 2016 2:07 pm (14457)


@AnonBaiter
No need to specify the folder in the bat.
Anyway leave it, I now lock the topic because this is going to be really ridiculous and 100% off-topic.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.