You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): link the stats overlay example to irl-stats.lua instead of inlining it
The README carried a full copy of the script, which had already
drifted from the file (the copy still polled every frame). Point at
the file so there is one script to keep current.
Create a Text (GDI+) source called `IRL Stats`, then add [`irl-stats.lua`](irl-stats.lua) as a Lua script in OBS (Tools → Scripts). It polls the source's `get_stats` proc handler once a second and writes the formatted stats into the text source. Edit the two source names in `update_stats` if yours differ.
163
107
164
108
The full list of readable fields is in [Stats reference](#stats-reference).
0 commit comments