Lua
Lua / Lui modding instructions
Lua Config ( Found In ProjectBo4.json)
The added configs are:
Register Lua
To register a Lua script it's like with the GSCs, inside the metadata.json file,Using another method to hook.
The hook can be done before or after another script using either the config hooks_pre
or hooks_post
.
Hook Points
To Compile Lua
https://github.com/ate47/hksc/tree/test_t8. The Lua in BO4 is adding a new custom datatype xhash
compared to bo3.
Last updated