1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-03 16:37:46 +00:00
novus/.gitmodules
Joshua Goins dab4a698b2 Decompile Lua bytecode in Data Explorer
The game has *tons* of Lua scripts for event scripting, and are very
interesting to explore. I had to do manually call luadec before, but now
it should be much easier by automatically decompiling Lua scripts in the
Data Explorer.
2025-04-30 19:44:20 -04:00

9 lines
210 B
Text

[submodule "extern/libphysis"]
path = extern/libphysis
url = ../libphysis
[submodule "extern/dxbc"]
path = extern/dxbc
url = ../dxbc
[submodule "extern/luadec51"]
path = extern/luadec51
url = ../luadec51