02-04-2013, 07:12 AM
Hmm, then I did have it right... I just get this error when I try to use it with the files I'm working with, figured I was just missing an argument. I think it's because UE Explorer dose not like the format. In the GUI I get a warning about an unknown package signature, it works just find if I tell it to continue anyway, but I can't do that here so it bombs.
Code:
Exporting package H:\Hawken\CLNEW\Decompressed\Alleys_Hangar.upk
An exception occurred while exporting H:\Hawken\CLNEW\Decompressed\Alleys_Hangar.upk
System.IO.FileLoadException: H:\Hawken\CLNEW\Decompressed\Alleys_Hangar.upk isn't a UnrealPackage file!
at UELib.UPackageStream..ctor(String path, FileMode mode, FileAccess access)
at UELib.UnrealPackage.DeserializePackage(String packagePath, FileAccess fileAccess)
at UEExplorer.UI.Main.ProgramConsole.ProgramConsole_Shown(Object sender, EventArgs e)