Commands to enhance cs2 hud features of Counter-Strike game
cl_ent_setname
Sets a new target name for a specified entity in the game. Useful for testing and development.
cl_ent_setpos
Moves a specified entity instantly to the given X, Y, and Z coordinates in the game world.
cl_ent_show_contexts
Turn on or off the display of entity contexts in the 'ent_text' overlay.
cl_ent_show_damage
Toggles damage numbers above targets to show how much damage your attacks deal in real-time.
cl_ent_showonlyattachment
Enables a cheat mode that shows only entity attachments for easier debugging of attachment issues.
cl_ent_showonlyhitbox
Highlights the hitbox of a specified entity to help visualize and debug hit detection.
cl_ent_skeleton
Displays the skeletons of selected in-game entities to help visualize their animations and interactions, useful for debugging or development.
cl_ent_text
Displays debugging text directly above specified entities to help identify and troubleshoot them in-game.
cl_ent_text256
Displays detailed text information about entities within 256 units of the player, overlaying it directly on the relevant entities for easy debugging.
cl_ent_text_clear
Hides the debugging text displayed over entities, clearing the screen from overlay text for a cleaner view. Useful for developers and players.