Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. // Crosshair
  2.  
  3. cl_crosshair_drawoutline "1"
  4. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  5. cl_crosshair_dynamic_splitalpha_innermod "1"
  6. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  7. cl_crosshair_dynamic_splitdist "7"
  8. cl_crosshair_outlinethickness "1"
  9. cl_crosshairalpha "999"
  10. cl_crosshaircolor "5"
  11. cl_crosshaircolor_b "255"
  12. cl_crosshaircolor_g "255"
  13. cl_crosshaircolor_r "255"
  14. cl_crosshairdot "0"
  15. cl_crosshairgap "-2"
  16. cl_crosshairgap_useweaponvalue "0"
  17. cl_crosshairscale "1700"
  18. cl_crosshairsize "1.5"
  19. cl_crosshairstyle "4"
  20. cl_crosshairthickness "0.5"
  21. cl_crosshairusealpha "1"
  22.  
  23.  
  24.  
  25.  
  26.  
  27. // Viewmodel
  28.  
  29. viewmodel_offset_z "-1.5"
  30. viewmodel_offset_x "2.5"
  31. viewmodel_offset_y "1.5"
  32. viewmodel_fov "65"
  33. cl_bob_lower_amt "0"
  34. cl_bobamt_lat "0"
  35. cl_bobamt_vert "0"
  36. cl_bobcycle "0.98"
  37. cl_viewmodel_shift_left_amt "0"
  38. cl_viewmodel_shift_right_amt "0"
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. // Binds
  46.  
  47.  
  48. alias "+jumpthrow" "+jump;-attack"
  49. alias "-jumpthrow" "-jump"
  50. bind "mouse4" "+jumpthrow"
  51.  
  52. bind "INS" "give weapon_flashbang"
  53. bind "HOME" "give weapon_smokegrenade"
  54. bind "PGUP" "noclip"
  55. bind "END "give weapon_molotov"
  56. bind "DEL" "give weapon_hegrenade"
  57. bind "KP_MINUS" "toggleconsole"
  58.  
  59. bind "N" "say_team Need Weapon"
  60. bind "M" "say_team I can drop"
  61.  
  62.  
  63.  
  64. // Netsettings
  65.  
  66. rate 128000
  67. cl_updaterate 128
  68. cl_cmdrate 128
  69. cl_interp_ratio 1
  70. cl_interp 0
  71.  
  72.  
  73.  
  74. // Global
  75.  
  76. cl_showfps "0"
  77. fps_max "121"
  78. fps_max_menu "121"
  79. cl_autowepswitch "0"
  80. cl_showloadout "1"
  81. cl_downloadfilter "nosounds"
  82. cl_autohelp "1"
  83. cl_forcepreload 1
  84.  
  85. cl_show_clan_in_death_notice "0"
  86.  
  87. cl_showhelp "0"
  88. cl_disablefreezecam "1"
  89.  
  90. option_speed_method "0"
  91. snd_mixahead "0.05"
  92. snd_musicvolume "0"
  93. windows_speaker_config "1"
  94. hud_scaling "0.707000"
  95. hud_showtargetid "1"
  96. con_enable "1"
  97.  
  98.  
  99. clear
  100.  
  101. echo "Successfully loaded autoexec.cfg by TrilluXe"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement