(adsbygoogle = window.adsbygoogle || []).push({});
Hello NGU this i going to be quick and short becuase i just wrote this and well i accidentally closed it out ahhh!
Quick Note the patch i have Decomped is a modified patch from ilikeitinthebutt
To Start open the command prompt and use the below to extract
offzip -a -z -15 patch.ff ./out
you should get something that looks like this
You must login or register to view this content.
The Red Highlighted value is a hex decimal offset This is were my selected block starts
(you can use any valid offset that offzip gives you)
The green is the Decompressed file size so for this example it should be
65536 KB The Decimal value before the green (
16337 --> 65536) should be close to the compressed file size of just this block.
Next locate the starting offset that was output for our block In this example i am using da44 the end of this block is located at 11b76 this value can be found under the reed highlighted offset.
Open patch.ff in HXD and press CTRL+E to open up the select block menu for the start offset type da44 and for the end offset type 11b76
(These Values change depending on the block you want to extract)
You must login or register to view this content.
Hit Enter and then Ctrl+C Ctrl+N and then Ctrl+v then save this file as block 1.dat etc
Next use
offzip -a -z -15 block 1.dat ./out
And you should be output with a valid decompressed block
Enjoy