Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
I've tried extracting the files from the DLC with this script http://forum.xentax.com/viewtopic.php?f=10&t=3818 but to no avail, there's a lengthy error message saying there's something wrong with the decompression. Here's the file pair: http://www49.zippyshare.com/v/lq5qv5aj/file.html
Thanks for your help!
Thanks for your help!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
I have updated the following script to version 0.2.1:
http://aluigi.org/bms/stacking.bms
http://aluigi.org/bms/stacking.bms
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
-
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
Mah, here everything works perfectly.
What of these files gives you errors?
What of these files gives you errors?
-
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
Re: Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
Here:
Code: Select all
1c037800 16912 characters/largedoll/model/accessories/golddonjuanhat
Error: incomplete input file 1: E:\PKG\NPEB00283\USRDIR\PS3\Packs\RgS_Stuff.~p
Can't read 1739954 bytes from offset 1c090000.
Anyway don't worry, it's possible that the BMS script has been written
to exit in this way if it's reached the end of the archive so check it
or contact its author or verify that all the files have been extracted.
Please check the following coverage information to know if it's ok.
coverage file 1 791% 3721812082 470351872
Last script line before the error or that produced the error:
101 clog NAME OFFSET ZSIZE SIZE 1
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
Re: Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
The error still persists. I'll edit this post when I'm done checking the script with the other files.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
It seems strange because I rebuilt the cutted file and made the tests there.
The "problem" was simply the weird method used by the archives of this engine that had an additiona 0x400000 flag mask on ZSIZE/SIZE
The "problem" was simply the weird method used by the archives of this engine that had an additiona 0x400000 flag mask on ZSIZE/SIZE
-
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
Re: Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
Huh.
Anyway, here's the script run in debug mode, tested with the same archive:
Do I have to upload the full file or something?
Anyway, here's the script run in debug mode, tested with the same archive:
Code: Select all
. 0000189c
. 00019230 get SIZE 0x00004210 3
. 00019233 get DUMMY 0x00000032 2
. 00019235 get ZSIZE 0x00c02965 3
. 00019238 get OFFSET 0x00e01bc0 3
. 0001923b get VALUEX 0x00000002 1
. 0001923c get NAMEX 0x0027d5d8 3
. 0001923f get ZIP 0x00000014 1
. 00068f6b get NAME "characters/largedoll/model/accessories/golddonjuanhat" -1
1c037800 16912 characters/largedoll/model/accessories/golddonjuanhat
Error: incomplete input file 1: E:\PKG\NPEB00283\USRDIR\PS3\Packs\RgS_Stuff.~p
Can't read 1739954 bytes from offset 1c090000.
Anyway don't worry, it's possible that the BMS script has been written
to exit in this way if it's reached the end of the archive so check it
or contact its author or verify that all the files have been extracted.
Please check the following coverage information to know if it's ok.
coverage file 1 791% 3721812082 470351872
Last script line before the error or that produced the error:
101 clog NAME OFFSET ZSIZE SIZE 1
Do I have to upload the full file or something?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
Are you sure you have updated the script and it reports 0.2.2 in the header?
You can't get that error with 0.2.2
You can't get that error with 0.2.2
-
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
Re: Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
Ah yes, all that was just my incompetence. However when I checked the .bms link you posted back then it only has this to display:
Which is strange since I've been paying attention at the RSS feed, and the title for that link said "Stacking and Double Fine Productions games (script 0.2.2)". So you did update the script but you didn't update the link for that script?
EDIT: Oh so you finally updated the link? All right, I'll edit this post when I'm done testing the new version.
Code: Select all
# Stacking and Double Fine Productions games (script 0.2.1a)
# script for QuickBMS http://quickbms.aluigi.org
EDIT: Oh so you finally updated the link? All right, I'll edit this post when I'm done testing the new version.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
Usually the problem is the cache of the browser.
I make new posts only after the script has been manually uploaded and checked by me.
CTRL-F5 solves lot of problems while checking updated pages.
I make new posts only after the script has been manually uploaded and checked by me.
CTRL-F5 solves lot of problems while checking updated pages.
-
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
Re: Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
^ Well, it's just my browser issue then.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Brütal Legend: Hammer of Infinite Fate (X360) *.~h, *.~p
Don't worry, almost all the users have the same problem.
Once you know the trick you are fine
Once you know the trick you are fine