π Custom Splitgate launcher and ingame-dll coded in cpp
β’ Build the project or download the latest precompiled binaries from here
β’ Make sure Launcher.exe and Internal.dll in the same folder
β’ Start the game
β’ Open Launcher.exe
β’ Use the Ins button to show/hide the gui
To compile the project make you you have Visual Studio 22, vcpkg integrated with MSBuild and Python 3.13 installed
Important
Internal.vcxproj expects python path to be C:\Python313, either match it or update header import configuration
- Install
Internaldependencies:cd Internal vcpkg install - Compile using Visual Studio