Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

r speeds

From Quake Wiki

Revision as of 17:27, 27 May 2020 by Spirit (talk | contribs) (make engines' titles wikilinks)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

r_speeds is a cvar that (if set to 1) will show several peaces of infomation about the curent ariar being renderd by the engine, by enabeling the developer cvar at the same time it showes the text on screen instead of just in the console window.


this is what the engines will tell you when it's active:

  • WinQuake (by ID)
    • The number of milliseconds it takes to execute one game cycle.
    • The total polygon surfaces in view.
    • Total polygon surfaces in view that are drawn.
    • Total visible polygons which aren't drawn.
    • The number of dynamically lit surfaces.


  • QuakeSpasm
    • The number of milliseconds it takes to execute one game cycle.
    • Total world polygons being rendered.
    • Total entity polygons being rendered.
    • The amount of dynamic lights bering rendered.