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.

Shadow of Mordor PS4 .arch05 Problem !

Featured Replies

  • Author
  • Localization

aluigi, posted Tue Feb 20, 2018 3:35 pm (32639)


Script 0.3.8
  • Author
  • Localization

Scofield_TR, posted Tue Feb 20, 2018 4:13 pm (32640)


aluigi wrote:
Script 0.3.8


Thanks . :)
  • Author
  • Localization

Scofield_TR, posted Tue Feb 20, 2018 10:35 pm (32647)


Sorry . my little problem. :( .arch05 file extract out to be awesome. :)

I'm having trouble re importing this file (en.embb) that came out of it.

Files: http://rgho.st/7FLkg2Rcl

Thanks.
  • Author
  • Localization

aluigi, posted Tue Feb 20, 2018 11:08 pm (32648)


The files in the embb archives are stored sequentially so you can't use reimport2.bat with them.
  • Author
  • Localization

Scofield_TR, posted Tue Feb 20, 2018 11:19 pm (32650)


aluigi wrote:
The files in the embb archives are stored sequentially so you can't use reimport2.bat with them.



what should I do? :roll: Sorry I do not understand much.
  • Author
  • Localization

aluigi, posted Tue Feb 20, 2018 11:26 pm (32651)


You can only reimport files that are smaller/equal than the original.
I suggest to use reimport.bat because reimport2.bat will not warn you if the file is bigger and so will be appended automatically to the archive (which is wrong since it's a sequential archive).
  • Author
  • Localization

Scofield_TR, posted Tue Feb 20, 2018 11:29 pm (32652)


aluigi wrote:
You can only reimport files that are smaller/equal than the original.
I suggest to use reimport.bat because reimport2.bat will not warn you if the file is bigger and so will be appended automatically to the archive (which is wrong since it's a sequential archive).


Thanks my friend ;) See you in another question :mrgreen:
  • Author
  • Localization

aluigi, posted Wed Feb 21, 2018 2:32 pm (32664)


Ah just a note about the fix I used in version 0.3.8.
In all my samples the compressed (and chunked) files had FLAGS 9 (8|1), while the non-compressed files had FLAGS 0 and SIZE equal than ZSIZE.
Since I don't know the meaning of FLAGS, maybe AND 1 for compression and AND 8 for chunks or viceversa I don't know, I opted for checking if SIZE is equal than ZSIZE.
It should be considered a work-around, even if it's a good one since there are very low chances that SIZE==ZSIZE and it's compressed, so in future I may replace it with the correct code for handling the FLAGS field.
The alternative is replacing "SIZE != ZSIZE" with "FLAGS != 0".
  • Author
  • Localization

Scofield_TR, posted Wed Feb 21, 2018 3:13 pm (32666)


aluigi wrote:
Ah just a note about the fix I used in version 0.3.8.
In all my samples the compressed (and chunked) files had FLAGS 9 (8|1), while the non-compressed files had FLAGS 0 and SIZE equal than ZSIZE.
Since I don't know the meaning of FLAGS, maybe AND 1 for compression and AND 8 for chunks or viceversa I don't know, I opted for checking if SIZE is equal than ZSIZE.
It should be considered a work-around, even if it's a good one since there are very low chances that SIZE==ZSIZE and it's compressed, so in future I may replace it with the correct code for handling the FLAGS field.
The alternative is replacing "SIZE != ZSIZE" with "FLAGS != 0".


I try,thank you very much ;)
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.