Giter Site home page Giter Site logo

nkhook5's Introduction

NKHook5

A mod loader for Bloons TD 5 that greatly extends modding capabilities

Installing NKHook5

  1. Download wininet.dll (This is the bootstrapper)
  2. Download NKHook5.dll (This is the mod loader)
  3. Copy wininet.dll into your game's folder
  4. Copy NKHook5.dll into your game's folder
  5. Create a "Mods" folder in your game's folder

Startup list

NKHook5 changes how Bloons TD 5 loads in a few ways, heres a list comparing vanilla to NKH5.

Vanilla loading

	1. Exe is executed
	2. Windows loads necessary libraries
	3. Game execution begins
	4. Exe initializes CBloonsTD5Game

NKHook5 loading

	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

nkhook5's People

Contributors

disabledmallis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.