lane_ftw-PhotonPingGUI icon

PhotonPingGUI

Displays your Photon network ping, configurable

Last updated 2 weeks ago
Total downloads 1728
Total rating 1 
Categories Mods Tools Client Side
Dependency string lane_ftw-PhotonPingGUI-1.0.3
Dependants 1 other package depends on this package

README

Photon Ping GUI

Displays Photon network ping onscreen. Fully configurable via BepInEx .cfg.

Features

  • Display your current Photon ping in milliseconds.
  • Configurable corner of the screen (TopLeft, TopRight, BottomLeft, BottomRight).
  • Configurable padding per corner for precise placement.
  • Option to show or hide "ms" suffix.
  • Configurable font size and color.
  • Graph, configurable.

Configuration

Corner = BottomLeft         ; Options: TopLeft, TopRight, BottomLeft, BottomRight

[Display]
Corner = BottomLeft         ; Options: TopLeft, TopRight, BottomLeft, BottomRight
ShowMs = true               ; Show "ms" after the ping value

PaddingLeft = 10            ; Distance from left edge
PaddingRight = -10          ; Distance from right edge
PaddingTop = 10             ; Distance from top edge
PaddingBottom = 10          ; Distance from bottom edge

FontName = DarumaDropOne-Regular SDF  ; Font used for ping text
FontSize = 14               ; Ping text font size
FontColor = #FFFFFF         ; Ping text color (HEX)

TextContainerWidth = 34.5   ; Width of text container (affects spacing)
ShowGraph = true            ; Show the ping graph
ShowMax = true              ; Show max ping text


[Graph]
MaxSamples = 50             ; Number of ping samples to display
Width = 50                  ; Graph width
Height = 40                 ; Graph height
Color = #FFFFFF             ; Graph color (HEX)
Spacing = 2                 ; Spacing between graph bars

YOffsetTop = 0              ; Vertical offset when text is at the top
YOffsetBottom = -25         ; Vertical offset when text is at the bottom

MaxOffsetLeftX = 5          ; Max horizontal offset (left graph)
MaxOffsetLeftY = 0          ; Max vertical offset (left graph)
MaxOffsetRightX = 5         ; Max horizontal offset (right graph)
MaxOffsetRightY = 0         ; Max vertical offset (right graph)