Not really an issue, more of a suggestion to make the modloader working on Linux through Wine.
If you try to follow the instructions at https://p3modding.github.io/modloader.html it does not work on Linux, mod loading does not work.
I believe the problem is the empty import (no function imported) of the p3_modloader.dll added to the "Patrician3_modloader.exe" file.
To resolve it is sufficient to add any function to the import header, that way the loading works correctly and it does not break on Windows, so there is no problem on that front. It's a trivial modification, but I made an .ips file to patch original executable if necessary
Not really an issue, more of a suggestion to make the modloader working on Linux through Wine.
If you try to follow the instructions at https://p3modding.github.io/modloader.html it does not work on Linux, mod loading does not work.
I believe the problem is the empty import (no function imported) of the p3_modloader.dll added to the "Patrician3_modloader.exe" file.
To resolve it is sufficient to add any function to the import header, that way the loading works correctly and it does not break on Windows, so there is no problem on that front. It's a trivial modification, but I made an .ips file to patch original executable if necessary