Advertisement
mineugene

exec_hud.cfg

Jul 10th, 2018 (edited)
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
autoconf 1.14 KB | Gaming | 0 0
  1. hud_scaling "0.90"  // HUD Scale
  2. safezonex "0.600"  // HUD Edge Position Adjustment- Horizontal
  3. safezoney "0.800"  // HUD Edge Position Adjustment- Vertical
  4.  
  5. ui_steam_overlay_notification_position "topright"  // Community Notification Location
  6. ui_steam_overlay_notification_position_horz "0"  // Community Notification Offset- Horizontal
  7. ui_steam_overlay_notification_position_vert "0"  // Community Notification Offset- Vertical
  8.  
  9. // 0 = team color     8 = yellow
  10. // 1 = white          9 = green
  11. // 2 = bright white   10 = aqua
  12. // 3 = light blue     11 = pink
  13. // 4 = blue           12 = teammate color
  14. // 5 = purple        
  15. // 6 = red
  16. // 7 = orange
  17. cl_hud_color "9"
  18.  
  19. hud_showtargetid true  // Target indentification behind crosshair
  20.  
  21. cl_show_clan_in_death_notice false
  22. cl_showloadout "1"
  23.  
  24. cl_hud_radar_scale "0.8"  // Radar HUD scale
  25. cl_radar_scale "0.38"  // Radar Map Zoom
  26. cl_radar_icon_scale_min "0.4"
  27. cl_radar_always_centered false
  28. cl_radar_rotate true
  29.  
  30. // Draw FPS meter at top of screen
  31. //   0 = disabled (default)
  32. //   1 = FPS
  33. //   2 = smooth FPS
  34. //   3 = server milliseconds
  35. //   4 = show FPS and log to file
  36. cl_showfps "0"
  37.  
Tags: cs2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement