Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 32b6fd5

Browse files
committed
Menu detection and engine bug fix
1 parent 49f980b commit 32b6fd5

24 files changed

+485
-253
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
## Features
3232

3333
### Automatic Demo Recorder
34-
- Tells the engine to keep recording when loading from a save
34+
- Tells engine to keep recording when loading from a save
35+
- Closes demo file correctly when changing the level
3536
- `stop` disables automatic recording
3637

3738
### Automatic Binding
@@ -45,13 +46,13 @@
4546

4647
### Demo Parser
4748
- `sar_time_demo [demo_name]` parses a demo and prints some useful information about it
48-
- Passing an empty string `sar_time_demo ""` will take the last demo from demo recorder or demo player
49+
- Passing an empty string will take the last recorded demo from demo recorder or the last played demo from the demo player
4950
- `sar_time_demo_dev` prints demo's console commands and packets when using `sar_time_demo`
50-
- Use `con_log [file_name]` to export the extra data into a file
51+
- Use `con_log [file_name]` to export the extra data into a file
5152
- `sar_time_demos [demo_name] [demo_name2] [etc.]` parses multiple demos
5253

5354
### Session Timing
54-
- `sar_session` prints the current tick count since the server has loaded
55+
- `sar_session` prints current tick count since the server has loaded
5556

5657
#### Summary
5758
- `sar_sum_here` starts saving the total tick count of each session
@@ -64,6 +65,7 @@
6465
- `sar_timer_start` starts or restarts the timer, counting from invocation
6566
- `sar_timer_stop` stops timer
6667
- `sar_timer_result` prints result
68+
- `sar_timer_always_running` doesn't stop the timer when disconnecting from server
6769
- Mappers can use this for accurate timing, [see below](#mapping)
6870

6971
#### Average
@@ -78,11 +80,13 @@
7880

7981
### HUD
8082
- `sar_hud_session` draws current session value
83+
- `sar_hud_last_session` draws value of latest completed session value
8184
- `sar_hud_sum` draws summary value of sessions
8285
- `sar_hud_timer` draws timer value
8386
- `sar_hud_avg` draws current average of timer
8487
- `sar_hud_cps` draws last checkpoint value of timer
8588
- `sar_hud_demo` draws current name, tick and time of demo recorder or demo player
89+
- `sar_hud_last_demo` draws value of latest completed demo
8690
- `sar_hud_jumps` draws total jump count
8791
- `sar_hud_uses` draws total use count
8892

0 commit comments

Comments
 (0)