You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cvars.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
43
43
|-ghost_list|cmd|-ghost_list - disable the ghost list HUD|
44
44
|ghost_list|cmd|ghost_list - list all players in the current ghost server|
45
45
|ghost_list_font|0|Font index for ghost list HUD.|
46
-
|ghost_list_mode|0|Mode for ghost list HUD. 0 = all players, 1 = current map|
46
+
|ghost_list_mode|0|Mode for ghost list HUD. 0 = all players, 1 = current map, 2 = dip|
47
47
|ghost_list_show_map|0|Show the map name in the ghost list HUD.|
48
48
|ghost_list_x|2|X position of ghost list HUD.|
49
49
|ghost_list_y|-2|Y position of ghost list HUD.|
@@ -107,7 +107,9 @@
107
107
|sar_avg_stop|cmd|sar_avg_stop - stops average calculation|
108
108
|sar_bink_respect_host_time|1|Make BINK video playback respect host time.|
109
109
|sar_cam_control|0|sar_cam_control \<type>: Change type of camera control.<br>0 = Default (camera is controlled by game engine),<br>1 = Drive mode (camera is separated and can be controlled by user input),<br>2 = Cinematic mode (camera is controlled by predefined path).<br>3 = Follow mode (Camera is following the player but not rotating, useful when strafing on gel).|
110
-
|sar_cam_drive|1|Enables or disables camera drive mode in-game (turning it on is not required for demo player)|
110
+
|sar_cam_drive|2|Enables or disables camera drive mode in-game (turning it on is not required for demo player)<br>1 = enabled when LMB is held<br>2 = always enabled|
111
+
|sar_cam_drive_base_speed|175|Base speed of camera drive mode, in units per seconds.|
112
+
|sar_cam_drive_buildup_scale|0.5|Defines how much to increase multiplier of drive speed over time of movement every second.|
111
113
|sar_cam_force_eye_pos|0|Forces camera to be placed exactly on the player's eye position|
112
114
|sar_cam_ortho|0|Enables or disables camera orthographic projection.|
113
115
|sar_cam_ortho_nearz|1|Changes the near Z plane of orthographic projection.|
@@ -676,7 +678,7 @@
676
678
|sar_transition_timer|0|Output how slow your dialogue fade was.|
677
679
|sar_twitch_chat_channel||The Twitch channel to connect to.|
678
680
|sar_twitch_chat_color|255 255 255|The color of the Twitch chat messages.|
|sar_update|cmd|sar_update [release\|pre\|canary][exit\|restart][force] - update SAR to the latest version. If exit is given, exit the game upon successful update; if force is given, always re-install, even if it may be a downgrade|
0 commit comments