Brainiac-ScarletTeleportGUI icon

ScarletTeleportGUI

A comprehensive UI mod for managing teleportation in VRising. Provides an intuitive interface for viewing and interacting with teleportation points.

Last updated a day ago
Total downloads 25
Total rating 0 
Categories Client Tools Mods
Dependency string Brainiac-ScarletTeleportGUI-1.2.8
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.733.2 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.733.2

README

ScarletTeleportGUI

ScarletTeleportGUI is a client-side V Rising mod that adds an in-game STP panel.

It follows the same client bootstrap and chat interception pattern as FamBook, uses .stp ltp to fetch teleport data, and provides Player teleport actions in the same panel.

Current Behavior

  • Adds an STP button to the HUD.
  • Opens a custom panel with Private, Public, Waypoints, and Player tabs.
  • Sends .stp ltp when the panel opens.
  • Intercepts System chat messages while the panel is open and the teleport list is pending.
  • Parses teleport output into public/private/player/waypoint collections and hides consumed lines from chat.
  • Player tab supports:
    • .stp tpr [name] via Teleport
    • .stp tpa [name] via Accept

Build

dotnet restore
dotnet build -c Release

Output DLL:

  • bin/Release/net6.0/ScarletTeleportGUI.dll