Advertisement
Guest User

★ Lance Configuration (CFG) ★

a guest
Oct 16th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. fps_max 0
  2. cl_updaterate 128
  3. cl_cmdrate 128
  4. mat_monitorgamma 1.6
  5. cl_radar_always_centered 1
  6. bind f3 "buy flashbang; buy smokegrenade; buy hegrenade; buy flashbang"
  7. snd_headphone_pan_exponent 2
  8. cl_disablefreezecam 1
  9. mm_dedicated_search_maxping 100
  10. cl_use_opens_buy_menu 0
  11. bind "F11" toggleconsole
  12.  
  13.  
  14. // Toggle to see inventory of your team - It is activated and deactivated with one key
  15. bind "h" "show"
  16. alias show show1
  17. alias show1 "+cl_show_team_equipment; alias show show2"
  18. alias show2 "-cl_show_team_equipment; alias show show1"
  19.  
  20. // Net_graph when looking at the score - Activates when looking at the score
  21. net_graph "1"
  22. net_graphheight "9999"
  23. net_graphproportionalfont "0.5"
  24. net_graphpos "3"
  25. alias "+scorenet" "+showscores; net_graphheight 0"
  26. alias "-scorenet" "-showscores; net_graphheight 9999"
  27. bind "tab" "+scorenet"
  28.  
  29. // Perfect jumpthrow for 1 and 2 click
  30. alias "+jumpthrow" "+jump;-attack"
  31. alias "-jumpthrow" "-jump"
  32. bind "j" "+jumpthrow"
  33.  
  34. // Clear blood and everything else
  35. bind "SHIFT" "+speed; r_cleardecals"
  36.  
  37. // Change position hand
  38. bind "v" "toggle cl_righthand 0 1"
  39.  
  40. // CrossHair
  41.  
  42. cl_crosshairalpha "250"
  43. cl_crosshaircolor "4"
  44. cl_crosshaircolor_b "50"
  45. cl_crosshaircolor_r "50"
  46. cl_crosshaircolor_g "250"
  47. cl_crosshairdot "0"
  48. cl_crosshairgap "-1"
  49. cl_crosshairsize "2"
  50. cl_crosshairstyle "4"
  51. cl_crosshairusealpha "1"
  52. cl_crosshairthickness "0.5"
  53. cl_fixedcrosshairgap "-1"
  54. cl_crosshair_outlinethickness "0"
  55. cl_crosshair_drawoutline "0"
  56.  
  57. // Help Commands
  58. clear
  59. echo "Hand Position (V)"
  60. echo "Clear Blood (SHIFT)"
  61. echo "JumpThrow (J)"
  62. echo "View FPS (TAB)"
  63. echo "Team Inventory View (H)"
  64. echo "Buy All Granades + Kevlar (F3)"
  65. echo "Open Console (F11)"
  66.  
  67. // Launch Options
  68. // -console exec autoexec.cfg -novid -high -tickrate 128 -threads 4 -nojoy -panorama
  69.  
  70. // L CO
  71. // A NF T
  72. // N IU I N
  73. // C GU O
  74. // E RA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement