Skip to content

Commit

Permalink
docs: add wip notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisAMJ committed Oct 1, 2024
1 parent 808e7a1 commit d3d1a5e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Games/INFRA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
#include "Game.hpp"
#include "Offsets.hpp"

/*
EXPERIMENTAL STATE
Currently broken/missing:
- vphys commands
- demo playback causes crash
- `sar_disable_progress_bar_update 2` causes crash, I've set it to use 1 instead
- autostrafer is slow, and sar_strafehud doesn't seem fully accurate
If you notice any other issues, please make issues or tell me @amj on Discord.
*/

INFRA::INFRA() {
this->version = SourceGame_INFRA;
Game::maps = {
Expand Down

0 comments on commit d3d1a5e

Please sign in to comment.