Advertisement
WetSocks

Trilluxe

Feb 2nd, 2016
1,230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 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. // Binds
  44.  
  45.  
  46. alias "+jumpthrow" "+jump;-attack"
  47. alias "-jumpthrow" "-jump"
  48. bind "mouse4" "+jumpthrow"
  49.  
  50.  
  51.  
  52. // Netsettings
  53.  
  54. rate 128000
  55. cl_updaterate 128
  56. cl_cmdrate 128
  57. cl_interp_ratio 1
  58. cl_interp 0
  59.  
  60.  
  61.  
  62. // Global
  63.  
  64. cl_showfps "0"
  65. fps_max "121"
  66. fps_max_menu "121"
  67. cl_autowepswitch "0"
  68. cl_showloadout "1"
  69. cl_downloadfilter "nosounds"
  70. cl_autohelp "1"
  71. cl_forcepreload 1
  72.  
  73. cl_show_clan_in_death_notice "0"
  74.  
  75. cl_showhelp "0"
  76. cl_disablefreezecam "1"
  77.  
  78. option_speed_method "0"
  79. snd_mixahead "0.05"
  80. snd_musicvolume "0"
  81. windows_speaker_config "1"
  82. hud_scaling "0.707000"
  83. hud_showtargetid "1"
  84. con_enable "1"
  85.  
  86.  
  87. clear
  88.  
  89. echo "Successfully loaded autoexec.cfg by wetsocks็็็็็็็็"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement