Skip to content

Releases: wghost/UPKUtils

UPKUtils v7.3 for Windows

10 Apr 15:36
Compare
Choose a tag to compare
  • fixed bug with DecompressLZO messing up file header for some of the files
  • made all the programs UAC aware

UPKUtils v7.2 for Windows

03 Apr 11:36
Compare
Choose a tag to compare
  • fixed bug with some reference labels not generated properly by HexToPseudoCode.
  • added infinite loop detection in PatchUPK.

UPKUtils v7.1 for Windows

28 Mar 09:02
Compare
Choose a tag to compare

Fixed critical bug with parsing the last line of the modfile.

UPKUtils v7.0 for Windows

23 Mar 09:01
Compare
Choose a tag to compare

New pseudo-code decompiler and new Patcher command for memory size auto-calculation.

UPKUtils v6.3 for Windows

16 Mar 19:20
Compare
Choose a tag to compare

UPK Utils are a set of console applications for analyzing and patching uncompressed XCOM packages (.upk).

Changes for v6.3:

  • fixed bug with Level object deserialization (relevant for FindObjectEntry and DeserializeAll)

UPKUtils v6.2 for Windows and Mac

31 Jan 17:22
Compare
Choose a tag to compare

UPK Utils are a set of console applications for analyzing and patching uncompressed XCOM packages (.upk).

Mac release added, thanks to @roryk!

Changes for v6.2:
- fixed incorrect eof flag problem, added partial deserialization of Level object.