Visual command overlay for modded V Rising.
An open-source, low-impact overlay for issuing mod commands in V Rising via a simple in-game UI.
.execommands.jsonClone the repo
git clone https://github.com/sevenevesai/VRising-Command-Overlay.git
cd VRising-Command-Overlay
Open the project
Open overlayc.csproj in Visual Studio 2022+ or VS Code with the C# Dev Kit.
Build or run
Press F5 or use:
dotnet build
Customize your commands
Edit commands.json to change categories, commands, or prompts.
Changes take effect on restart.
.exeTo generate a portable single-file executable:
dotnet publish -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true
10 commits
C#
100.0%
Visual command overlay for modded V Rising.
An open-source, low-impact overlay for issuing mod commands in V Rising via a simple in-game UI.
.execommands.jsonClone the repo
git clone https://github.com/sevenevesai/VRising-Command-Overlay.git
cd VRising-Command-Overlay
Open the project
Open overlayc.csproj in Visual Studio 2022+ or VS Code with the C# Dev Kit.
Build or run
Press F5 or use:
dotnet build
Customize your commands
Edit commands.json to change categories, commands, or prompts.
Changes take effect on restart.
.exeTo generate a portable single-file executable:
dotnet publish -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true
10 commits
C#
100.0%