|
31 | 31 | ## Features
|
32 | 32 |
|
33 | 33 | ### 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 |
35 | 36 | - `stop` disables automatic recording
|
36 | 37 |
|
37 | 38 | ### Automatic Binding
|
|
45 | 46 |
|
46 | 47 | ### Demo Parser
|
47 | 48 | - `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 |
49 | 50 | - `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 |
51 | 52 | - `sar_time_demos [demo_name] [demo_name2] [etc.]` parses multiple demos
|
52 | 53 |
|
53 | 54 | ### 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 |
55 | 56 |
|
56 | 57 | #### Summary
|
57 | 58 | - `sar_sum_here` starts saving the total tick count of each session
|
|
64 | 65 | - `sar_timer_start` starts or restarts the timer, counting from invocation
|
65 | 66 | - `sar_timer_stop` stops timer
|
66 | 67 | - `sar_timer_result` prints result
|
| 68 | +- `sar_timer_always_running` doesn't stop the timer when disconnecting from server |
67 | 69 | - Mappers can use this for accurate timing, [see below](#mapping)
|
68 | 70 |
|
69 | 71 | #### Average
|
|
78 | 80 |
|
79 | 81 | ### HUD
|
80 | 82 | - `sar_hud_session` draws current session value
|
| 83 | +- `sar_hud_last_session` draws value of latest completed session value |
81 | 84 | - `sar_hud_sum` draws summary value of sessions
|
82 | 85 | - `sar_hud_timer` draws timer value
|
83 | 86 | - `sar_hud_avg` draws current average of timer
|
84 | 87 | - `sar_hud_cps` draws last checkpoint value of timer
|
85 | 88 | - `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 |
86 | 90 | - `sar_hud_jumps` draws total jump count
|
87 | 91 | - `sar_hud_uses` draws total use count
|
88 | 92 |
|
|
0 commit comments