UnofficialCrusaderPatch / UnofficialCrusaderPatch3

Development for the dll Injection approach
GNU General Public License v3.0
11 stars 2 forks source link

[MODULES] Added the current state of my modules and fixed an error that can cause a required dependency to be loaded multiple times #24

Closed TheRedDaemon closed 2 years ago

TheRedDaemon commented 2 years ago

There might be two features that might cause issues together with the GraphicsApiReplacer: "run-in-background" and "disable border scrolling". I just saw that they were added, so this needs testing. ^^ If used, my module can also provide those features, so "at best" these are redundant, at worst stuff breaks. The input handler might be interesting for some of you. It allows key events to trigger functions. I hope the README of the module is a good read.

gynt commented 2 years ago

You always have amazing documentation!

Great progress. Can't wait for the first implementation for the key bindings.