You are viewing a potentially older version of this package. View all versions.
lane_ftw-PhotonPingGUI-1.0.2 icon

PhotonPingGUI

Displays your Photon network ping, configurable

Date uploaded a year ago
Version 1.0.2
Download link lane_ftw-PhotonPingGUI-1.0.2.zip
Downloads 722
Dependency string lane_ftw-PhotonPingGUI-1.0.2

README

Photon Ping GUI

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

Screenshot

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
ShowMs = true               ; Show "ms" after the ping value

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

FontSize = 14               ; Ping text font size
FontColor = #FFFFFF         ; Ping text color in HEX

GraphWidth = 100            ; Width of the ping graph
GraphHeight = 40            ; Height of the ping graph
GraphColor = #FFFFFF        ; Color of the ping graph in HEX
GraphMaxSamples = 50        ; Number of ping samples to display
GraphSpacing = 5            ; Horizontal spacing between text and graph

GraphYOffsetTop = 0         ; Vertical offset when text is at the top
GraphYOffsetBottom = -25      ; Vertical offset when text is at the bottom

CHANGELOG

Changelog


[1.0.3]

  • Made graph smaller (50f vs 100f)
  • Fixed graph, should now actually be configurable
  • Toggle for graph
  • Added max ping
  • Toggle for max ping

[1.0.2]

Fixed README

[1.0.1]

Added graph

[1.0.0]

Release