Advertisement
JaceRL

FranzJ Config // Replace for current config

Mar 17th, 2021
751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. //CLEAR
  2.  
  3. unbindall
  4.  
  5. //MOUSE
  6.  
  7. sensitivity "2.2"
  8.  
  9.  
  10. bind "MOUSE2" "+attack2"
  11.  
  12. bind mwheeldown "+jump"
  13. bind mwheelup "+jump"
  14.  
  15. m_rawinput "1"
  16. m_mousespeed "0"
  17. m_customaccel "0"
  18.  
  19.  
  20.  
  21. //KEYBOARD
  22.  
  23. //DIRECTIONAL
  24.  
  25. bind w "+forward; r_cleardecals"
  26. bind s "+back; r_cleardecals"
  27. bind a "+moveleft; r_cleardecals"
  28. bind d "+moveright; r_cleardecals"
  29. bind shift "+duck;+low; r_cleardecals"
  30. bind ctrl "+speed;+slow; r_cleardecals"
  31. bind space "+jump; r_cleardecals"
  32. bind b buymenu
  33. bind y messagemode
  34. bind u messagemode1
  35. bind \ "incrementvar cl_radar_scale 0.35 0.7 0.35"
  36. bind c "use weapon_flashbang"
  37. bind x "use weapon_smokegrenade"
  38. bind q "use weapon_molotov; use weapon_incgrenade"
  39. bind z "use weapon_hegrenade"
  40. bind mouse4 "+voicerecord"
  41. unbind capslock
  42.  
  43. //INTERACT/SELECT
  44.  
  45. bind "r" "+reload"
  46. bind "e" "+use;+lever"
  47. bind "g" "drop;+switch"
  48. bind "q" "lastinv;+flip"
  49. bind "1" "slot1;+low"
  50. bind "2" "slot2;+switch"
  51. bind "3" "slot3;+switch"
  52. bind "4" "slot4;+lever"
  53. bind "5" "slot5"
  54. bind "t" "+lookatweapon;+swipe"
  55. bind "u" "say_team"
  56. bind "f" "+lookatweapon;+swipe"
  57.  
  58. //VIEWMODEL
  59.  
  60. viewmodel_offset_x 2
  61. viewmodel_offset_y 2
  62. viewmodel_offset_z -2
  63. viewmodel_fov 68
  64. cl_righthand 1
  65. cl_bobcycle 0
  66. cl_bobamt_vert 0
  67. cl_bob_lower_amt 0
  68. cl_bobamt_lat 0
  69.  
  70. //CROSSHAIR
  71.  
  72.  
  73. //HUD
  74.  
  75. cl_use_opens_buy_menu 0
  76. cl_showloadout 1
  77. sv_steamgroup 1
  78. cl_hud_radar_scale "0.9"
  79. cl_radar_scale "0.4"
  80. cl_radar_always_centered "0"
  81.  
  82. //ALIASES
  83.  
  84. //HELPFUL
  85.  
  86. //SILENCE IN DM
  87. alias dm "ignorerad; ignoremsg; voice_enable 0"
  88.  
  89. //EASY DISCONNECT
  90. alias dc "disconnect"
  91.  
  92. //SCOREGRAPH
  93. bind "tab" "+_scoregraph;+graphSound"
  94.  
  95. alias "+_scoregraph" "+showscores; net_graphheight 0;"
  96. alias "-_scoregraph" "-showscores; net_graphheight 2000;"
  97. alias "+graphSound" "playvol buttons/combine_button7 .7"
  98.  
  99. alias "+jumpthrow" "+jump;drop;-attack"
  100. alias "-jumpthrow" "-jump"
  101. bind "Mouse5" "+jumpthrow"
  102.  
  103. alias "avp" "buy awp"
  104. alias "1" "buy decoy"
  105. alias "t" "buy tec9"
  106.  
  107. bind x "use weapon_healthshot; "
  108. bind v "toggle cl_drawhud;toggle cl_draw_only_deathnotices "
  109. bind z "playvol buttons/combine_button7 .7"
  110.  
  111. alias +skeet "playvol buttons/blip1 .3;+attack"
  112. alias -skeet "-attack"
  113. bind "mouse1" "+skeet"
  114.  
  115. alias +lever "playvol buttons/button17 .2"
  116. //BOUND TO E ^^^
  117.  
  118. alias +switch "playvol buttons/button18 .4"
  119. //BOUND TO G ^^^
  120.  
  121. alias +slow "playvol buttons/lever7 .1"
  122. //BOUND TO SHIFT^^^
  123.  
  124. alias +low "playvol buttons/combine_button2 .1"
  125. //BOUND TO CTRL^^^
  126.  
  127. alias +flip "playvol buttons/combine_button1 .2"
  128. //BOUND TO Q^^^
  129.  
  130. alias +swipe "playvol buttons/button9 .1"
  131. //BOUND TO T ^^^
  132.  
  133. //MOUSEWHEEL
  134.  
  135. //SOUND
  136.  
  137. snd_mvp_volume 0
  138.  
  139. //VOICE
  140.  
  141. voice_enable "1"
  142. volume "1"
  143. voice_scale ".4"
  144.  
  145. voice_enable "1"
  146. snd_tensecondwarning_volume ".03"
  147. snd_menumusic_volume "0"
  148. snd_roundend_volume "0.02"
  149. snd_roundstart_volume "0"
  150. snd_deathcamera_volume "0"
  151. snd_mapobjective_volume "0"
  152. snd_roundstart_volume 0
  153. snd_roundend_volume 0
  154. snd_deathcamera_volume 0
  155.  
  156. //BUY
  157.  
  158. bind c "say femboy down;+lever"
  159.  
  160.  
  161. bind f1 "buy ak47; buy m4a1; buy vesthelm"
  162. bind f2 "buy awp; buy vesthelm"
  163. bind f3 "buy deagle; buy flashbang"
  164. bind f4 "buy smokegrenade; buy flashbang; buy hegrenade; buy molotov; buy incgrenade"
  165.  
  166. joystick 0
  167. mm_dedicated_search_maxping 350
  168. cl_autowepswitch 0
  169. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement