Skip to content

Commit 95d6625

Browse files
committed
docs: add to support matrix
and fix command newline, `sar_cvars_dump_doc`
1 parent e72df5d commit 95d6625

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ For features and installation instructions, please visit [the website].
4343
| [INFRA](https://store.steampowered.com/app/251110) |||
4444
| [The Beginner's Guide](https://store.steampowered.com/app/303210) || ❌ (yet) |
4545
| [The Stanley Parable](https://store.steampowered.com/app/221910) || ❌ (yet) |
46+
| [The Cleaning Game](https://store.steampowered.com/app/3281900) |||
47+
| Divinity Chapter 2 *(closed beta)* |||
4648

4749
If you're playing a game with no Linux support, you can use Proton to run it.
4850

docs/cvars.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121
|sar_cam_path_remkfs|cmd|sar_cam_path_remkfs - removes all camera path keyframes|
122122
|sar_cam_path_setkf|cmd|sar_cam_path_setkf [frame] [x] [y] [z] [pitch] [yaw] [roll] [fov] - sets the camera path keyframe|
123123
|sar_cam_path_showkf|cmd|sar_cam_path_showkf \<frame> - display information about camera path keyframe at specified frame|
124+
|sar_cam_path_start|cmd|sar_cam_path_start - starts playback of predefined camera path. (requires camera Cinematic Mode)|
125+
|sar_cam_path_sync_to_demo|1|If enabled, path will be synchronized to demo in cinematic mode.|
124126
|sar_cam_reset|cmd|sar_cam_reset - resets camera to its default position|
125127
|sar_cam_setang|cmd|sar_cam_setang \<pitch> \<yaw> [roll] - sets camera angle (requires camera Drive Mode)|
126128
|sar_cam_setfov|cmd|sar_cam_setfov \<fov> - sets camera field of view (requires camera Drive Mode)|

src/Features/Camera.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ CON_COMMAND(sar_cam_reset, "sar_cam_reset - resets camera to its default positio
978978
}
979979
}
980980

981-
CON_COMMAND(sar_cam_path_start, "sar_cam_path_start - starts playback of predefined camera path. (requires camera Cinematic Mode)") {
981+
CON_COMMAND(sar_cam_path_start, "sar_cam_path_start - starts playback of predefined camera path. (requires camera Cinematic Mode)\n") {
982982
if (args.ArgC() != 1) {
983983
return console->Print(sar_cam_path_start.ThisPtr()->m_pszHelpString);
984984
}

0 commit comments

Comments
 (0)