A mod loader for Bloons TD 5 that greatly extends modding capabilities
- Download wininet.dll (This is the bootstrapper)
- Download NKHook5.dll (This is the mod loader)
- Copy wininet.dll into your game's folder
- Copy NKHook5.dll into your game's folder
- Create a "Mods" folder in your game's folder
NKHook5 changes how Bloons TD 5 loads in a few ways, heres a list comparing vanilla to NKH5.
1. Exe is executed
2. Windows loads necessary libraries
3. Game execution begins
4. Exe initializes CBloonsTD5Game
1. Exe is executed
2. Windows loads necessary libraries
3. NKHook5 fakes being a needed library
4. NKHook5 loads
5. Patches are applied
6. Game execution begins
7. Exe starts initializing CBloonsTD5Game
8. NKHook5 initialization begins
9. Mods are loaded & executed
10. CBloonsTD5Game continues being initialized