Skip to content

v7.0.0.5-e97f376

Pre-release
Pre-release
Compare
Choose a tag to compare
@dtugend dtugend released this 06 Aug 20:14
· 27 commits to main since this release

This release should be finally stable.

Make sure to use the right launch options (see index.html in assets).

Known problems

  • Currently the CEF rendering performance is only about half of what it could be. The reason is that CEF pushes out last frame when when a new frame is requested, so we currentl need to render 2 frames. This can be optimized later by making use of CS:GO's queued rendering (usually the case with mat_queue_mode -1), however we will need a way to properly detect when CS:GO disables queued renering (e.g. on round start) or it is disabled right away, otherwise we will get stuck again.