Advertisement
BaapJaan

eXTRA.cfg

Mar 16th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. // ============== BaapJaan / ZeroOne - Autoexec.cfg ==============
  2.  
  3.  
  4.  
  5. // ============== Video settings ==============
  6.  
  7. mat_monitorgamma "1.6"
  8.  
  9. // =============== HUD & MISC settings ===============
  10.  
  11. cl_viewmodel_shift_left_amt "0.5"
  12. cl_viewmodel_shift_right_amt "0.25"
  13. viewmodel_fov "68"
  14. viewmodel_offset_x "2"
  15. viewmodel_offset_y "2"
  16. viewmodel_offset_z "-2"
  17. viewmodel_presetpos "0"
  18. viewmodel_recoil "0"
  19. cl_bob_lower_amt "5"
  20. cl_bobamt_lat "0.1"
  21. cl_bobamt_vert "0.1"
  22. cl_bobcycle "0.98"
  23. cl_hud_background_alpha "0.5"
  24. cl_hud_bomb_under_radar "1"
  25. cl_hud_color "0"
  26. cl_hud_healthammo_style "0"
  27. cl_hud_playercount_pos "0"
  28. cl_hud_playercount_showcount "0"
  29. cl_hud_radar_scale "1.000000"
  30. hud_scaling "0.650000"
  31. hud_showtargetid "1"
  32. cl_loadout_colorweaponnames "0"
  33. cl_righthand "1"
  34. cl_color "0"
  35.  
  36. cl_autowepswitch "0"
  37. cl_use_opens_buy_menu "0"
  38. cl_radar_scale 0.4
  39. cl_radar_always_centered 0
  40. spec_show_xray 1
  41. bind shift "+speed; r_cleardecals"
  42. net_graph 1
  43. net_graphpos 0
  44. net_graphproportionalfont 0
  45.  
  46. // =============== Display Team Info ===============
  47.  
  48. +cl_show_team_equipment
  49.  
  50.  
  51. // =============== Mouse settings ===============
  52.  
  53.  
  54.  
  55. // ============ Crosshair settings ============
  56.  
  57. cl_crosshair_drawoutline "1"
  58. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  59. cl_crosshair_dynamic_splitalpha_innermod "1"
  60. cl_crosshair_dynamic_splitalpha_outermod "0.3"
  61. cl_crosshair_dynamic_splitdist "1"
  62. cl_crosshair_outlinethickness "1"
  63. cl_crosshair_sniper_show_normal_inaccuracy "0"
  64. cl_crosshair_sniper_width "1"
  65. cl_crosshair_t "0"
  66. cl_crosshairalpha "255"
  67. cl_crosshaircolor "0"
  68. cl_crosshaircolor_b "0"
  69. cl_crosshaircolor_g "0"
  70. cl_crosshaircolor_r "250"
  71. cl_crosshairdot "0"
  72. cl_crosshairgap "-1"
  73. cl_crosshairgap_useweaponvalue "0"
  74. cl_crosshairscale "0"
  75. cl_crosshairsize "2"
  76. cl_crosshairstyle "4"
  77. cl_crosshairthickness "0"
  78. cl_crosshairusealpha "1"
  79. cl_fixedcrosshairgap "3"
  80.  
  81.  
  82. // ================== Binds ===================
  83.  
  84. bind "uparrow" "buy ak47; buy m4a1;"
  85. bind "downarrow" " buy vesthelm; buy vest;"
  86. bind "leftarrow" " buy mac10; buy mp9;"
  87. bind "rightarrow" "buy molotov; buy incgrenade;"
  88. bind "0" "buy awp;"
  89. bind "5" "buy p250;"
  90. bind "6" "buy defuser;"
  91. bind "7" "buy flashbang;"
  92. bind "8" "buy smokegrenade;"
  93. bind "9" "buy hegrenade;"
  94. bind "p" "buy p90;"
  95. alias "voicechat" "voice1"
  96. alias "voice1" "+voicerecord;alias voicechat voice2"
  97. alias "voice2" "-voicerecord;alias voicechat voice1"
  98.  
  99.  
  100. // ================== Boomb Drop ==================
  101.  
  102. bind "n" "use weapon_c4;drop"
  103.  
  104. // ================== Right/Left Arm ==================
  105.  
  106. bind "kp_downarrow" "cl_righthand 1"
  107. bind "kp_end" "cl_righthand 0"
  108.  
  109. // ================== Jump and Crouch ===================
  110.  
  111. unbind "space"
  112. bind "space" "+djump"
  113. alias "+djump" "+jump ; +duck"
  114. alias "-djump" "-jump ; -duck"
  115.  
  116. bind "mwheeldown" +jump
  117. bind "mwheelup" +jump
  118. bind "mwheeldown" +jump
  119.  
  120. // ================== JumpThrow ===================
  121.  
  122. alias +jumpthrow "+jump;-attack"
  123. alias -jumpthrow "-jump"
  124. bind j +jumpthrow
  125.  
  126. host_writeconfig
  127. // ================== Good Luck ===================
  128. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement