diff --git a/docs/cvars.md b/docs/cvars.md index 6fd5456be..1ae30df97 100644 --- a/docs/cvars.md +++ b/docs/cvars.md @@ -74,10 +74,10 @@ |ghost_start|cmd|ghost_start - start ghosts
| |ghost_sync|0|When loading a new level, pauses the game until other players load it.
| |ghost_sync_countdown|3|The number of seconds of countdown to show at the start of every synced map. 0 to disable.
| -|ghost_TCP_only|0|Lathil's special command :).
| +|ghost_TCP_only|0|Uses only TCP for ghost servers. For people with unreliable internet.
| |ghost_text_offset|7|Offset of the name over the ghosts.
| |ghost_type|cmd|ghost_type \<0/1/2/3/4>:
0: Colored circle
1: Colored pyramid
2: Colored pyramid with portal gun (RECORDED IN DEMOS)
3: Prop model (RECORDED IN DEMOS)
4: Bendy
| -|ghost_update_rate|50|Adjust the update rate. For people with lathil's internet.
| +|ghost_update_rate|50|Milliseconds between ghost updates. For people with slow/metered internet.
| |hwait|cmd|hwait \ \ [args...] - run a command after the given number of host ticks
| |nop|cmd|nop [args]... - nop ignores all its arguments and does nothing
| |sar_about|cmd|sar_about - prints info about SAR plugin
| @@ -106,14 +106,15 @@ |sar_cam_ortho|0|Enables or disables camera orthographic projection.
| |sar_cam_ortho_nearz|1|Changes the near Z plane of orthographic projection.
| |sar_cam_ortho_scale|1|Changes the scale of orthographic projection (how many units per pixel).
| +|sar_cam_path_draw|0|Draws a representation of the camera path in the world. Disabled in cinematic mode.
| |sar_cam_path_export|cmd|sar_cam_path_export \ [format] [framerate] - exports current camera path to a given file in given format.
Available formats:
kf - default, exports commands that can be used to recreate camera path. Does not use rate parameter.
raw - exports a dump of raw camera position for each frame in given framerate (60 by default).
davinci - exports a script for DaVinci Resolve's Camera 3D Fusion component based on raw camera dump.
| |sar_cam_path_getkfs|cmd|sar_cam_path_getkfs - exports commands for recreating currently made camera path
| +|sar_cam_path_goto|cmd|sar_cam_path_goto \ [skipto] - sends the camera to a specified frame of the camera path. If skipto is 1, goto the tick in the demo.
| |sar_cam_path_interp|2|Sets interpolation type between keyframes for cinematic camera.
0 = Linear interpolation
1 = Cubic spline
2 = Piecewise Cubic Hermite Interpolating Polynomial (PCHIP)
| |sar_cam_path_remkf|cmd|sar_cam_path_remkf \ - removes camera path keyframe at specified frame
| |sar_cam_path_remkfs|cmd|sar_cam_path_remkfs - removes all camera path keyframes
| |sar_cam_path_setkf|cmd|sar_cam_path_setkf [frame] [x] [y] [z] [yaw] [pitch] [roll] [fov] - sets the camera path keyframe
| |sar_cam_path_showkf|cmd|sar_cam_path_showkf \ - display information about camera path keyframe at specified frame
| -|sar_cam_path_showkfs|cmd|sar_cam_path_showkfs - display information about all camera path keyframes
| |sar_cam_reset|cmd|sar_cam_reset - resets camera to its default position
| |sar_cam_setang|cmd|sar_cam_setang \ \ [roll] - sets camera angle (requires camera Drive Mode)
| |sar_cam_setfov|cmd|sar_cam_setfov \ - sets camera field of view (requires camera Drive Mode)
| @@ -160,6 +161,7 @@ |sar_disable_progress_bar_update|0|Disables excessive usage of progress bar.
| |sar_disable_save_status_hud|0|Disables the saving/saved HUD which appears when you make a save.
| |sar_disable_steam_pause|0|Prevents pauses from steam overlay.
| +|sar_disable_viewmodel_shadows|0|Disables the shadows on the viewmodel.
| |sar_disable_weapon_sway|0|Disables the viewmodel lagging behind.
| |sar_dpi_scale|1|Fraction to scale mouse DPI down by.
| |sar_drawline|cmd|sar_drawline \ \ \ \ \ \ [r] [g] [b] - overlay a line in the world
| @@ -255,8 +257,6 @@ |sar_hud_tastick|0|Draws current TAS playback tick.
| |sar_hud_tbeam|0|Draw the name of the funnel player is currently in (requires sv_cheats).
| |sar_hud_tbeam_count|0|Draw the player's funnel count (requires sv_cheats).
| -|sar_hud_text||DEPRECATED: Use sar_hud_set_text.
| -|sar_hud_text||DEPRECATED: Use sar_hud_set_text.
| |sar_hud_timer|0|Draws current value of timer.
| |sar_hud_toggle_text|cmd|sar_hud_toggle_text \ - toggles the nth text value in the HUD
| |sar_hud_trace|0|Draws info about current trace bbox tick.
|