You are viewing a potentially older version of this package. View all versions.
Brainiac-ScarletTeleportGUI-1.2.8 icon

ScarletTeleportGUI

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

Date uploaded 2 days ago
Version 1.2.8
Download link Brainiac-ScarletTeleportGUI-1.2.8.zip
Downloads 28
Dependency string Brainiac-ScarletTeleportGUI-1.2.8

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