Launcher that we use to update and promote our games
- Unreal Engine 5.2.1
- Visual Studio 2022
- ~1GB free space
- Clone Reverse Launcher source code using
git clone https://github.com/Reeversee/ReverseLauncher.git
- Inside the source code folder, find the file ReverseLauncher.uproject
- Right-click on it and select
Generate Visual Studio project files
in the list. - Then open ReverseLauncher.sln inside Visual Studio and rebuild it.
- After completing this process, you can open ReverseLauncher.uproject and compile the Launcher there in the Platforms -> Windows tab.