Shadow of Mordor PS4 .arch05 Problem !
-
- Posts: 99
- Joined: Wed Dec 03, 2014 12:44 pm
Shadow of Mordor PS4 .arch05 Problem !
Hi friends and .,
Shadow of Mordor, PS4 .arc05 files,There is a problem with going out .Please look.
BMS: http://aluigi.altervista.org/bms/shadow_of_mordor.bms
.arc05 File: https://mega.nz/#!dQ4DibaQ!WneZJEVjRAJZ ... lVmIkb8WFo
Thanks.
Shadow of Mordor, PS4 .arc05 files,There is a problem with going out .Please look.
BMS: http://aluigi.altervista.org/bms/shadow_of_mordor.bms
.arc05 File: https://mega.nz/#!dQ4DibaQ!WneZJEVjRAJZ ... lVmIkb8WFo
Thanks.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Shadow of Mordor PS4 .arch05 Problem !
Script 0.3.8
-
- Posts: 99
- Joined: Wed Dec 03, 2014 12:44 pm
Re: Shadow of Mordor PS4 .arch05 Problem !
aluigi wrote:Script 0.3.8
Thanks .
-
- Posts: 99
- Joined: Wed Dec 03, 2014 12:44 pm
Re: Shadow of Mordor PS4 .arch05 Problem !
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.
I'm having trouble re importing this file (en.embb) that came out of it.
Files: http://rgho.st/7FLkg2Rcl
Thanks.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Shadow of Mordor PS4 .arch05 Problem !
The files in the embb archives are stored sequentially so you can't use reimport2.bat with them.
-
- Posts: 99
- Joined: Wed Dec 03, 2014 12:44 pm
Re: Shadow of Mordor PS4 .arch05 Problem !
aluigi wrote:The files in the embb archives are stored sequentially so you can't use reimport2.bat with them.
what should I do? Sorry I do not understand much.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Shadow of Mordor PS4 .arch05 Problem !
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).
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).
-
- Posts: 99
- Joined: Wed Dec 03, 2014 12:44 pm
Re: Shadow of Mordor PS4 .arch05 Problem !
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Shadow of Mordor PS4 .arch05 Problem !
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".
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".
-
- Posts: 99
- Joined: Wed Dec 03, 2014 12:44 pm
Re: Shadow of Mordor PS4 .arch05 Problem !
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