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
BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.733.2README
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
STPbutton to the HUD. - Opens a custom panel with
Private,Public,Waypoints, andPlayertabs. - Sends
.stp ltpwhen the panel opens. - Intercepts
Systemchat 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]viaTeleport.stp tpa [name]viaAccept
Build
dotnet restore
dotnet build -c Release
Output DLL:
bin/Release/net6.0/ScarletTeleportGUI.dll