An Engine mod for T7 (Call of Duty: Black Ops 3)
- Run
./generatein the terminal - Open the
./build/folder and open the Visual Studio Solution (.sln) - Build the project
- The .dll will be located at
./build/bin/x64/Debug/t7-zeus.dll
- Put the .lua files from the user folder in to your mod or map folder
- Replace line 10 in
Mods.luawith the path to your mod/map. The root folder is your Black Ops 3 root folder - Call
Mods.luain CSC like so:LuiLoad("Mods"); - Add the .dll to your mod/map folder
- In your zone file add the following lines:
// Lua
rawfile,Mods.lua
rawfile,t7-zeus.lua- Finally, link the mod/map