Download installer in releases.
Make sure to clone repository with --recursive
flag.
git clone --recursive https://github.com/Szmyk/gothic2-discord-rpc.git
- CMake
- make
- MinGW
- expdef
- Golang
Use make
command with ORIGINAL_VDFS_LIB_PATH
flag which is path to vdfs32g.dll
from your Gothic 2 Night of the Raven game.
make ORIGINAL_VDFS_LIB_PATH=C:\ProgramFiles\JoWood\Gothic 2 Night of the Raven\System\vdfs32g.dll
Files to place in System
directory will be in output/bin
directory.
InnoSetup script is placed in installer
directory.
Huge thanks to Gynvael Coldwind for articles about DLL spoofing and other Windows related articles.