sevenevesai/VRising-Command-Overlay

Visual Command Overlay for V Rising

C#

2

10 commits

updated Jan 20, 2026

See the code

README

VRising-Command-Overlay

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.


Features

  • Written in C# — runs natively as a Windows .exe
  • Clickable buttons that send chat commands to the game
  • Supports prompts with text input or option picklists
  • Drag-to-reposition overlay anywhere on screen
  • Backed by a user-editable commands.json
  • Dynamic: just edit the JSON and restart to change the UI

Setup

  1. Clone the repo

    git clone https://github.com/sevenevesai/VRising-Command-Overlay.git
    cd VRising-Command-Overlay
    
  2. Open the project
    Open overlayc.csproj in Visual Studio 2022+ or VS Code with the C# Dev Kit.

  3. Build or run
    Press F5 or use:

    dotnet build
    
  4. Customize your commands
    Edit commands.json to change categories, commands, or prompts.
    Changes take effect on restart.


Optional: Build as standalone .exe

To generate a portable single-file executable:

dotnet publish -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true

Contributors

sevenevesai

10 commits

sevenevesai/VRising-Command-Overlay

Visual Command Overlay for V Rising

C#

2

10 commits

updated Jan 20, 2026

See the code

README

VRising-Command-Overlay

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.


Features

  • Written in C# — runs natively as a Windows .exe
  • Clickable buttons that send chat commands to the game
  • Supports prompts with text input or option picklists
  • Drag-to-reposition overlay anywhere on screen
  • Backed by a user-editable commands.json
  • Dynamic: just edit the JSON and restart to change the UI

Setup

  1. Clone the repo

    git clone https://github.com/sevenevesai/VRising-Command-Overlay.git
    cd VRising-Command-Overlay
    
  2. Open the project
    Open overlayc.csproj in Visual Studio 2022+ or VS Code with the C# Dev Kit.

  3. Build or run
    Press F5 or use:

    dotnet build
    
  4. Customize your commands
    Edit commands.json to change categories, commands, or prompts.
    Changes take effect on restart.


Optional: Build as standalone .exe

To generate a portable single-file executable:

dotnet publish -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true

Contributors

sevenevesai

10 commits

Languages

C#

100.0%