It's a dll mod for Soaprun that lets you change what server it connects to.
See server_config.ini
for more info.
- Download a release zip file from the releases page
- It should only contain a handful of dll files and a single
server_config.ini
file. If it has more than this then you probably downloaded the source code on accident
- It should only contain a handful of dll files and a single
- Unzip the files next to
soaprun.exe
- Open
server_config.ini
with your favorite text editor and follow the instructions - Start
soaprun.exe
to join the server
I used vcpkg to manage dependencies and Visual Studio 2022 to compile the code, so if you have those then you're probably good.
- Brayconn - The actual patching code
- Periwinkle - The code that I stole from his Cave Story dll base (sorry that I didn't try and replicate all the other compilation options)