Advertisement
Guest User

Untitled

a guest
May 28th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. // repositions the gunmodel to mimic CSS more closely.
  2.  
  3. viewmodel_fov "65"
  4. viewmodel_offset_x "2"
  5. viewmodel_offset_y "2"
  6. viewmodel_offset_z "-2"
  7.  
  8. // removes the shifting of the arm when crouching down.
  9.  
  10. cl_viewmodel_shift_left_amt "0"
  11. cl_viewmodel_shift_right_amt "0"
  12.  
  13. // removes the bobbing of the weapon back and forth, when you run.
  14.  
  15. cl_bob_lower_amt "0"
  16. cl_bobamt_lat "0"
  17. cl_bobamt_vert "0"
  18.  
  19. // scales the HUD depending on what resolution you use, 1 is max.
  20.  
  21. hud_scaling "1"
  22.  
  23. // lowers delay between sounds.
  24.  
  25. snd_mixahead "0.05"
  26.  
  27. // sets interpolation values.
  28.  
  29. cl_interp "0"
  30. cl_interp_ratio "1"
  31.  
  32. // ignores dedicated servers with pings above this value.
  33.  
  34. mm_dedicated_search_maxping 60
  35.  
  36. // usual rate commands
  37. fps_max 0 //no cap
  38. cl_cmdrate "128"
  39. cl_updaterate "128"
  40. rate "128000"
  41.  
  42. // causes the scope to move less while moving scoped and reduces bobbing effect
  43. cl_bobcycle "1.0"
  44.  
  45.  
  46. //Gameplay improvements
  47. cl_radar_always_centered "0"
  48. cl_radar_icon_scale_min "1"
  49. cl_radar_scale "0.35"
  50. r_drawtracers_firstperson "1"
  51. cl_timeout "999999" //no disconnect if lag out
  52. hud_showtargetid "1"
  53. cl_forcepreload "1"
  54.  
  55. // Show dmg given to player
  56. developer 1
  57. con_filter_enable 2
  58. con_filter_text_out "Player:"
  59. con_filter_text "damage given"
  60.  
  61. //Random stuff
  62. hud_scaling "1"
  63. zoom_sensitivity_ratio 1.0
  64. m_customaccell 0
  65. m_mousespeed "0" //windows mouse accel off
  66. m_customaccel_scale "0" //custom mouse accel off
  67. m_customaccel_exponent "0" //mouse accel 0
  68. sensitivity 1.15
  69.  
  70. // Show graph on tab
  71. alias "+pg_scoregraph" "+showscores; net_graphheight 0;"
  72. alias "-pg_scoregraph" "-showscores; net_graphheight 2000;"
  73.  
  74. //Reddit community night servers
  75. alias orange "connect 85.236.100.107:27915;password pizza"
  76. alias blue "connect 85.236.105.37:27015;password pizza"
  77. alias cyan "connect 85.236.109.31:27015;password pizza"
  78. alias green "connect 85.236.105.29:27715 ;password pizza"
  79. alias purple "connect 85.236.109.80:27215;password pizza"
  80. alias yellow "connect 85.236.105.36:27315;password pizza"
  81. alias lime "connect 85.236.109.200:27215;password pizza"
  82. alias pink "connect 82.149.235.10:27015;password pcw"
  83. alias red "connect 37.59.44.154:27015; password pwd"
  84.  
  85.  
  86. //Jumpthrow
  87. alias "+jumpthrow" "+jump;-attack"
  88. alias "-jumpthrow" "-jump"
  89.  
  90. //Crosshair
  91. cl_crosshair_drawoutline "1"
  92. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  93. cl_crosshair_dynamic_splitalpha_innermod "1"
  94. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  95. cl_crosshair_dynamic_splitdist "7"
  96. cl_crosshair_outlinethickness "1"
  97. cl_crosshairalpha "9999"
  98. cl_crosshaircolor "4"
  99. cl_crosshaircolor_b "250"
  100. cl_crosshaircolor_g "250"
  101. cl_crosshaircolor_r "250"
  102. cl_crosshairdot "0"
  103. cl_crosshairgap "0"
  104. cl_crosshairscale "1000"
  105. cl_crosshairsize "2"
  106. cl_crosshairstyle "5"
  107. cl_crosshairthickness "0"
  108. cl_crosshairusealpha "1"
  109.  
  110. //Binds
  111. bind "F2" "buy deagle"
  112. bind "F3" "buy mp7"
  113. bind "F1" "buy m4a1;buy ak47"
  114. bind "F5" "buy famas;buy galil"
  115. bind "F4" "buy awp"
  116. bind "i" "buy vesthelm;buy smokegrenade;buy flashbang;buy hegrenade;buy defuser"
  117. bind "F6" "buy hegrenade"
  118. bind "F7" "buy flashbang"
  119. bind "F8" "buy vesthelm"
  120. bind "F9" "buy vest"
  121. bind "F11" "buy smokegrenade"
  122. bind "h" "+jumpthrow"
  123. bind "tab" "+pg_scoregraph"
  124. bind "j" "bot_place"
  125. bind "k" "bot_add t"
  126. bind "l" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_molotov;sv_infinite_ammo 1"
  127.  
  128. //Output console
  129. clear
  130. echo "TaF's Autoexec loaded"
  131. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement