VAX325 / NFS-MW-Lua-Toolkit

Lua compiler and decompiler for Need for Speed Most Wanted.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFS MW Lua toolkit

Lua compiler and decompiler for Need for Speed Most Wanted.
Based on Hisham Muhammad decompiler with some fixes for NFS MW Bytecode.
Use Win32 version, because NFS MW is 32bit app.

Some info

NFS MW (Black box at least) uses modifed Lua 5.0.1. Modifed because the struct lua_Number in NFS MW weight 4 bytes (it's float), but in normal Lua 5.0.1 it's double (8 bytes).

About

Lua compiler and decompiler for Need for Speed Most Wanted.


Languages

Language:C 100.0%