Watermark
A compact panel with the Octarine logo/name and performance readouts: FPS, frame time, "1% Low", and the current time.
Menu locationโ
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 item | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Show the watermark panel on screen. |
| Brand | Dropdown | Logo + text | How to show the Octarine brand: Logo + text, Logo only, Text only. |
| Refresh rate | Slider | 500 | How often the FPS / frame-time readout updates, in milliseconds. Range: 100โ2000. |
| Frame time | Toggle | Off | Show how long the last frame took to render, in ms. |
| FPS | Toggle | On | Show the current FPS. |
| 1% Low | Toggle | Off | Show the average FPS of the worst 1% of frames. |
| Clock | Toggle | On | Show the current local time. |
| Clock seconds | Toggle | Off | Include seconds in the clock (HH:MM:SS), otherwise show only HH:MM. |
| Position: X | Slider | 1582 | Horizontal position of the panel. Range: 0โ1920. |
| Position: Y | Slider | 0 | Vertical position of the panel. Range: 0โ1080. |
| Size (%) | Slider | 100 | The panel scale. Range: 60โ150. |
| Overlay opacity | Slider | 0 | The panel opacity (higher is more transparent). Range: 0โ90. |