Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ document.addEventListener('keydown', function(event) {
}
});
</script>

## 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.