Skip to content

Releases: JariKCoding/CoDLuaDecompiler

Fixed issue with uimodelvalue variable names

Fixed crash in AST analyzer

08 Apr 18:10
Compare
Choose a tag to compare

Various fixes and improvements

05 Apr 20:38
Compare
Choose a tag to compare
  • Added in-game export CoD: World War 2
  • Variables in clipsPerState tables in Black Ops 3 will have proper names now
  • Added simple and operator propagation
  • Added support for UI64 constant type
  • Fixed LuaJit hash
  • Fixed multithreading issue
  • Fixed illegal character issues in constants
  • Temporary fix for inifinite loop

Support for Vanguard

07 Nov 13:47
Compare
Choose a tag to compare

Support for Vanguard

Bug fixes + improvements

06 Nov 21:21
Compare
Choose a tag to compare
  • Fixed upvalue issues with havok
  • Major Luajit improvements
  • Debug info support for t7
  • Better function id generation
  • Return values from function calls order fix
  • Vararg fix

Global improvements + fixes

18 Aug 12:57
Compare
Choose a tag to compare
  • Added hash resolver for BlackOps4 and BlackOpsColdWar
  • Added BlackOps3 to memory exporting
  • Changed LUI variable naming scheme to Treyarch's
  • Improved readability for LUI menu's and widgets
  • Made decompiling multithreaded for faster exports
  • Fixed crashes for Havok script introduced in the last update
  • Added some more OP codes to LuaJit

Support for BOCW & MW, decompile via memory

11 Aug 23:03
Compare
Choose a tag to compare
  • Added start of support for LuaJit VM: Black Ops Cold War & Modern Warfare
  • Added option to decompile from a game's memory (Only BO4, BOCW & MW for now)

Support for more games, fixes for loops, ternary and or operators

22 May 14:12
Compare
Choose a tag to compare
  • Added back support for CoD games from BO2 to BO4 + MW2CR
  • Added basic support for ternary operator (not everything gets processed yet)
  • Added support for or operator
  • Fixed generic loop without function call not being generated
  • Fixed while loop with iterator not being generated

Fixed crashes, fixed issue with else statement at the end of a loop not appearing

02 May 12:59
Compare
Choose a tag to compare
1.1.2

Fixed issue with else statement at the end of a loop not appearing

Fixed issues that latest release created, improved propagation

01 May 13:49
Compare
Choose a tag to compare
1.1.1

Fixed crashes on big files with recent changes