A standalone GUI interface for managing land claims in Vintage Story. This mod provides a radial button interface for quick access to claim commands.
- Hotkey Access: Press
Lto toggle the Claim UI (configurable via game settings) - Radial Button Layout: Quick access to all claim commands via GUI
- Persistent State: GUI automatically reopens on game restart if it was open previously
- OP Mode: Toggle mode for modifying claim grid values
The UI provides buttons for the following commands:
- New: Create a new claim (
/land claim new) - Start: Begin claim selection (
/land claim start) - End: Finalize claim selection (
/land claim end) - Add: Add area to existing claim (
/land claim add) - Cancel: Cancel current operation (
/land claim cancel) - Save: Save claim data (
/land claim save [name]) - U: Grow/shrink claim up (
/land claim grow up 1or/land claim shrink up 1) - D: Grow/shrink claim down (
/land claim grow down 1or/land claim shrink down 1) - N: Grow/shrink claim north (
/land claim grow north 1or/land claim shrink north 1) - S: Grow/shrink claim south (
/land claim grow south 1or/land claim shrink south 1) - E: Grow/shrink claim east (
/land claim grow east 1or/land claim shrink east 1) - W: Grow/shrink claim west (
/land claim grow west 1or/land claim shrink west 1) - List: List all your claims (
/land list) - Load: Load most recent claim for editing (
/land claim load [index]) - OP: Toggle between grow and shrink modes
- .NET 10 SDK
- Vintage Story 1.22.X installed at
C:\Games\Vintagestory\1.22.X
Quick Build (creates distributable zip):
# Windows
build.bat
# Linux/macOS
./build.shThis will create ClaimUI.zip ready for distribution.
Manual Build:
dotnet build ClaimUI.csproj -c ReleaseThe compiled mod will be output to the bin\ directory.
- Build the mod using the instructions above
- Copy the contents of
bin\to your Vintage Story mods folder:- Windows:
%APPDATA%\VintagestoryData\Mods\ - Linux:
~/.config/VintagestoryData/Mods/
- Windows:
- Restart Vintage Story
Original implementation by Novocain as part of the VSHUD mod. This standalone version extracts just the Claim UI functionality.
Unlicense