Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Sw1ft edited this page Jul 10, 2021 · 2 revisions

Console Variables

ConVar Default value Type Description
vhud_enable 0 bool Toggle HUD
vhud_line_break_height 25 integer Height of line break
vhud_line_break_height2 35 integer Height of line break
vhud_game_version 1 bool Show current version of the game
vhud_game_version_x 0.965 float Fraction of width
vhud_game_version_y 0.01 float Fraction of height
vhud_plugin_version 1 bool Show current version of Left4TAS
vhud_plugin_version_x 0.007 float Fraction of width
vhud_plugin_version_y 0.01 float Fraction of height
vhud_angles 1 bool Show local player's view angles
vhud_angles_x 0.03 float Fraction of width
vhud_angles_y 0.07 float Fraction of height
vhud_velocity 1 bool Show local player's velocity
vhud_velocity_x 0.81 float Fraction of width
vhud_velocity_y 0.07 float Fraction of height
vhud_origin 1 bool Show local player's position
vhud_origin_x 0.81 float Fraction of width
vhud_origin_y 0.25 float Fraction of height
vhud_bhop_info 1 bool Show local player's bunnyhop info
vhud_bhop_info_x 0.03 float Fraction of width
vhud_bhop_info_y 0.12 float Fraction of height
vhud_speed 1 bool Show local player's 2D speed
vhud_speed_x 0.488 float Fraction of width
vhud_speed_y 0.8 float Fraction of height
vhud_timer 1 bool Show the server-side timer
vhud_timer_x 0.03 float Fraction of width
vhud_timer_y 0.235 float Fraction of height
vhud_timer_format 0 bool Show the time in timer format

Console Commands

ConVar Usage Description
vhud_setcolor hud_setcolor [red] [green] [blue] [optional: alpha] Set color of HUD: R G B A
vhud_getcolor Get color of HUD: R G B A
Clone this wiki locally