Advertisement
Guest User

CS:GO Spectator binds/commands

a guest
May 2nd, 2013
7,002
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. //Spectator binds:
  2.  
  3. X = Enable/Disable X-Ray vision
  4. CTRL = Enable/Disable Overview map
  5. Shirt = Enable/Disable Auto-Director
  6. SPACE = Change Camera mode (1st person/3rd person/Free Camera)
  7. MOUSE1/MOUSE2 = Switch to next/previous player POV
  8. 1/2/3/4/5 = Directly switch to player assigned to left player bars (number shown next to them)
  9. 6/7/8/9/0 = Directly switch to player assigned to right player bars (number shown next to them)
  10.  
  11. You have to create a file named "autoexec.cfg" into your steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg directory and put this cvars in it:
  12.  
  13. //important commands
  14. hud_scaling : min 0.5 - max 0.95 // Scales HUD elements such as player bars, HP, etc...
  15. cl_spec_show_bindings "0" // Disable the spectator binds instruction under player nickname (cleaner for streaming)
  16. cl_updaterate "128" // Tick128 netcode commands
  17. cl_cmdrate "128" // Tick128 netcode commands
  18. rate "128000" // Tick128 netcode commands
  19. cl_interp_ratio "2" // Smooths game as much as possible and lower jitter issues from GOTV
  20.  
  21. //Radar commands:
  22. cl_radar_always_centered // If set to 0, the radar is maximally used. Otherwise the player is always centered, even at map extents.
  23. cl_radar_icon_scale_min // Sets the minimum icon scale. Valid values are 0.4 to 1.0.
  24. cl_radar_rotate // Nothing to add here :)
  25. cl_radar_scale // Sets the radar scale. Valid values are 0.25 to 1.0.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement