Advertisement
Guest User

autoexec tista

a guest
Feb 22nd, 2020
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. //binds
  2.  
  3. bind "tab" "+showscores"
  4. bind o "say ¯\_(ツ)_/¯"
  5. bind p "say u mad bro?"
  6. bind = "say Live on twitch.tv/gnom0_"
  7.  
  8. alias "+jumpthrow" "+jump;-attack"
  9. alias "-jumpthrow" "-jump"
  10. bind "x" "+jumpthrow"
  11.  
  12. bind z "toggle cl_crosshairsize 1.000000 1000"
  13.  
  14. bind "mwheeldown" "+jump"
  15.  
  16.  
  17. //fps
  18.  
  19. joystick 0
  20.  
  21. //viewmodel
  22. viewmodel_fov 60; viewmodel_offset_x 1; viewmodel_offset_y 1; viewmodel_offset_z -1; viewmodel_presetpos 1; cl_viewmodel_shift_left_amt 1.5; cl_viewmodel_shift_right_amt 0.75; viewmodel_recoil 0; cl_righthand 1;
  23.  
  24.  
  25. //volumes
  26. volume 0.25
  27. voice_enable 1
  28. voice_scale 0.40
  29. voice_mixer_volume 0.99
  30.  
  31.  
  32. cl_crosshair_drawoutline "0"
  33. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  34. cl_crosshair_dynamic_splitalpha_innermod "1"
  35. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  36. cl_crosshair_dynamic_splitdist "7"
  37. cl_crosshair_outlinethickness "1"
  38. cl_crosshair_sniper_show_normal_inaccuracy "0"
  39. cl_crosshair_sniper_width "1"
  40. cl_crosshair_t "0"
  41. cl_crosshairalpha "255"
  42. cl_crosshaircolor "5"
  43. cl_crosshaircolor_b "0"
  44. cl_crosshaircolor_g "0"
  45. cl_crosshaircolor_r "255"
  46. cl_crosshairdot "0"
  47. cl_crosshairgap "-3"
  48. cl_crosshairgap_useweaponvalue "0"
  49. cl_crosshairscale "4"
  50. cl_crosshairsize "2"
  51. cl_crosshairstyle "4"
  52. cl_crosshairthickness "0.5"
  53. cl_crosshairusealpha "1"
  54. cl_fixedcrosshairgap "3"
  55.  
  56. rate "786432"
  57. hud_scaling "1"
  58. cl_interp "0.1"
  59. cl_interp_ratio "1"
  60. cl_cmdrate "128"
  61. cl_updaterate "128"
  62. fps_max "300"
  63. viewmodel_recoil 0
  64.  
  65.  
  66. cl_bob_lower_amt “12”
  67. cl_bobamt_lat “0.400000”
  68. cl_bobamt_vert “0.250000”
  69. cl_bobcycle “0.98”
  70.  
  71. cl_autowepswitch 0
  72.  
  73. //cold
  74.  
  75. cl_radar_always_centered "1"
  76. cl_radar_icon_scale_min "0.6"
  77. cl_radar_rotate "1"
  78. cl_radar_scale "0.7"
  79. cl_radar_square_with_scoreboard "1"
  80.  
  81. voice_caster_enable "0"
  82. voice_caster_scale "1"
  83. voice_enable "1"
  84. voice_forcemicrecord "1"
  85. voice_mixer_boost "0"
  86. voice_mixer_mute "0"
  87. voice_mixer_volume "1.0"
  88. voice_modenable "1"
  89. voice_scale "0.3"
  90. voice_system_enable "1"
  91. voice_threshold "2000"
  92. volume "0.3"
  93.  
  94.  
  95. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement