From a08a0784f680e504363e15695b8b1f3a0861a66d Mon Sep 17 00:00:00 2001 From: Kreyren Date: Sun, 1 Aug 2021 05:50:18 +0200 Subject: [PATCH] README: Added note on WIneHQ compatibility Signed-off-by: Jacob Hrbek --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9b4056f..94364b3 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,7 @@ document.addEventListener('keydown', function(event) { } }); + +## Note on WineHQ compatibility + +The ModLoaderPro injects it's code to the game using `winhttp` library thus on UNIX systems utilizing the WineHQ compatibility layer it's important to set `winhttp` library as `native` (e.g. in command `winecfg` -> `Library` tab) for wine to use our library otherwise the mod won't initialize due to wine using it's `builtin` library without our code injection.