Eliot's Forum
Killing floor package trouble - Printable Version

+- Eliot's Forum (https://eliotvu.com/forum)
+-- Forum: UE Explorer (https://eliotvu.com/forum/forumdisplay.php?fid=1)
+--- Forum: General (https://eliotvu.com/forum/forumdisplay.php?fid=3)
+---- Forum: Issues (https://eliotvu.com/forum/forumdisplay.php?fid=4)
+---- Thread: Killing floor package trouble (/showthread.php?tid=22)



Killing floor package trouble - rohecger - 05-11-2012

Hi all
I wanna decompile files .u from killing floor system folder and got the next error message :

Invalid package signature! Sad

with native tablelist UT2004

help me , please .

Thanks




RE: Killing floor package trouble - eliot - 05-12-2012

Hey, I'm sorry for this issue.

The developers of Killing Floor have changed the signature of their files so existing decompilers such as UTPT couldn't decompile those packages, well technically they can, it just isn't aware of the KF signature.

So well, you can work around this by changing the signature of the file using a hex editor.

Open a Killing Floor package with a hex editor, any will do. Then replace the first 4 bytes e.g. C2 83 2A 9E with C1 83 2A 9E or just the first C2 with C1 Tongue Now UE Explorer will recognize the signature.

I'll try to implement a feature which lets you add more signatures via options later!


RE: Killing floor package trouble - rohecger - 05-12-2012

Thanks Eliot. Your work is awesome. I wait yours new updates


RE: Killing floor package trouble - eliot - 05-13-2012

Thanks Big Grin


RE: Killing floor package trouble - eliot - 05-21-2012

Fixed this issue. UE Explorer will now ask if you want to still continue if the signature is unknown!


RE: Killing floor package trouble - rohecger - 06-06-2012

(05-21-2012, 10:35 AM)eliot Wrote: Fixed this issue. UE Explorer will now ask if you want to still continue if the signature is unknown!

Cool. I will download the last release now Thanks Eliot Smile



RE: Killing floor package trouble - eliot - 06-06-2012

It's not yet released sorry :p Need to improve the support for some games before it's ready, but I haven't yet worked on that.


RE: Killing floor package trouble - eliot - 12-14-2012

This was solved since 1.1. Closing thread.