JariKCoding / CoDLUIDecompiler

Call of Duty Lua Decompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Releases Discord

CoDLUIDecompiler is a lua decompiler for Havok Scripts from various Call Of Duty games. It's main purpose is to provide access to scripts that Treyarch did not provide in the Call of Duty: Black Ops III Mod Tools and to give greater insight into how Treyarch and the other studios achieved certain things, rebuild menus from the game, etc.

Supports following games out of the box: BlackOps2, BlackOps3, BlackOps4, Ghosts, AdvancedWarfare, InfiniteWarfare, ModernWarfareRemastered and WorldWar2

What is it GOOD for?

  • Rebuild widgets and menus from games
  • Learn the LUI framework

What is it BAD for?

  • Decompiling big blocks of code that is used for functionality

What can be improved

  • Condition/Loop detection

How to Use

  • To decompile a couple/a single file(s) just drop it on the .exe
  • To decompile whole folders open the program and give it the path

How to get the lua files

  • Run the game you want to rip the files from
  • Open the program and it will export all files

Download

The latest version can be found on the Releases Page.

Requirements

  • Windows 7 x86 and above
  • .NET Framework 4.7.2

Credits

  • DTZxPorter - Original lua disassembler to find the basics
  • Scobalula - Utilities and general help

License

CoDLUIDecompiler is licensed under the MIT license and its source code is free to use and modify. CoDLUIDecompiler comes with NO warranty, any damages caused are solely the responsibility of the user. See the LICENSE file for more information.

About

Call of Duty Lua Decompiler

License:MIT License


Languages

Language:C# 100.0%