WHSnyder / lua5.0-swbf2-x64

Port of LUA 5.0 to x64 and MSVC++ 14.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lua 5.0 SWBF2 x64

A port of Lua 5.0.3 from x86 to x64 and MSVC++ 14.2 (Visual Studio 2019).
This port has been modified to execute Lua binary code compiled with a custom Lua version used in Star Wars Battlefront 2 (2005). That means this port:

  • Does not execute x64 binary code (as expected from a x64 version), but only binaries in x86 format
  • Does not execute regular x86 code that has been compiled with the official version of lua 5.0.3

About

Port of LUA 5.0 to x64 and MSVC++ 14.2

License:GNU General Public License v3.0


Languages

Language:C 87.8%Language:Makefile 8.6%Language:Lua 2.3%Language:C++ 1.1%Language:Batchfile 0.2%Language:Shell 0.1%