Skip to main content

Watermark

A compact panel with the Octarine logo/name and performance readouts: FPS, frame time, "1% Low", and the current time.


Visual  โ†’  Watermark

What it doesโ€‹

The script draws a small panel in the corner of the screen. On the left it shows the Octarine brand (logo and/or text), followed by the set of enabled readouts separated by vertical dividers. The color of the FPS / frame-time values reflects performance (red below 60, green at 144 and above).

  • Brand โ€” how to show the brand: logo with text, logo only, or text only.
  • Refresh rate โ€” how often the FPS / frame-time readout updates (in milliseconds). Sampling runs every frame internally, but the displayed numbers only refresh on this interval so they don't flicker.
  • Frame time โ€” how long the last frame took to render, in milliseconds (lower is better).
  • FPS โ€” the current frames per second (higher is better).
  • 1% Low โ€” the average FPS of the worst 1% of frames; it reflects stutters rather than the average. It shows "โ€”" until enough data is collected.
  • Clock โ€” show the current local time. Clock seconds adds seconds (HH:MM:SS instead of HH:MM).
  • The panel is moved by dragging it with the left mouse button; its position, size, and opacity are set with sliders.

Settingsโ€‹

Menu itemTypeDefaultDescription
StateToggleOnShow the watermark panel on screen.
BrandDropdownLogo + textHow to show the Octarine brand: Logo + text, Logo only, Text only.
Refresh rateSlider500How often the FPS / frame-time readout updates, in milliseconds. Range: 100โ€“2000.
Frame timeToggleOffShow how long the last frame took to render, in ms.
FPSToggleOnShow the current FPS.
1% LowToggleOffShow the average FPS of the worst 1% of frames.
ClockToggleOnShow the current local time.
Clock secondsToggleOffInclude seconds in the clock (HH:MM:SS), otherwise show only HH:MM.
Position: XSlider1582Horizontal position of the panel. Range: 0โ€“1920.
Position: YSlider0Vertical position of the panel. Range: 0โ€“1080.
Size (%)Slider100The panel scale. Range: 60โ€“150.
Overlay opacitySlider0The panel opacity (higher is more transparent). Range: 0โ€“90.