This plugin allows to run the gothic games in more than one instance.
It can be really useful for debugging and testing multiplayer modifications.
NOTE: At this moment the plugins doesn't work with Union.
You need an ASI Loader to use this mod:
- Rename
game/system/binkw32.dlltogame/system/binkw32hooked.dll. - Download Ultimate ASI Loader for binkw32.dll and unpack it in
game/systemdirectory.
To install the plugin, you have to:
- Download a release.
- Create
game/system/pluginssubfolder and unpack the file into it. - Start the game. The plugin will load automatically.
To uninstall the plugin remove MultiProcess.asi from your plugins directory.
The official repository of this project is available at: https://github.com/Patrix9999/MultiProcess
Compile it yourself Download Visual Studio 2017 or newer with the C++ workload. The project is configured to build it with the Windows 10 compatible v142 toolchain. However, you should be able to change the toolchain to whatever you like. No additional libraries are required so it should compile out of the box.