Advertisement
Guest User

JONEZMfullconfig

a guest
Jul 23rd, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. // Jonas aka jonezM Config
  2. // When you type "//" the game ignores whatever is written after
  3. // In-game font is called "karla" - http://fonts.spddl.de/
  4.  
  5. echo Config Loaded!!! (1/2)
  6.  
  7. // Content
  8. // 1. Main Settings
  9. // 2. Bindings
  10. // 3. Crosshair
  11. // 4. Hud
  12. // 5. Radar
  13. // 6. Mouse
  14. // 7. Viewmodel
  15. // 8. Bob
  16. // 9. Rates
  17. // 10. Video
  18. // 11. Sound
  19. // 12. Other
  20. // 13. Scripts
  21.  
  22. // 1. Main Settings
  23. cl_showfps "1"
  24. con_enable "1"
  25. gameinstructor_enable "0"
  26. cl_showhelp "0"
  27. cl_autohelp "0"
  28. cl_disablefreezecam "1"
  29. cl_disablehtmlmotd "1"
  30. cl_forcepreload "1"
  31. cl_join_advertise "2"
  32. lobby_default_privacy_bits1 "0"
  33.  
  34. // 2. Bindings
  35. bind "v" "+voicerecord"
  36. bind "f3" buy flashbang; buy smokegrenade; buy molotov; buy flashbang"
  37. bind "f4" "ignoremsg"
  38. bind "f" "+lookatweapon"
  39. bind "k" "say !r"
  40. bind "kp_end" "buy ak47; buy m4a1; buy vesthelm; buy vest; buy defuser;"
  41. bind "kp_downarrow" "buy awp;buy p250; buy vesthelm; buy vest; buy defuser;"
  42. bind "kp_pgdn" "buy mac10; buy mp9; buy smokegrenade; buy flashbang; buy flashbang; buy hegrenade;"
  43. bind "c" r_cleardecals"
  44. unbind "i"
  45.  
  46. // 3. Crosshair
  47. cl_crosshair_outlinethickness "1"
  48. cl_crosshaircolor "4"
  49. cl_crosshairdot "0"
  50. cl_crosshairgap "-1"
  51. cl_crosshairsize "3"
  52. cl_crosshairstyle "4"
  53. cl_crosshairthickness "1"
  54.  
  55. // 4. Hud (Personal preference)
  56. hud_scaling "0.85"
  57. hud_showtargetid "1"
  58. cl_hud_bomb_under_radar "1"
  59. cl_hud_color "5"
  60. cl_hud_playercount_showcount "0"
  61. cl_hud_playercount_pos "0"
  62. cl_hud_healthammo_style "0"
  63. cl_hud_background_alpha "0.4"
  64. cl_loadout_colorweaponnames "1"
  65. cl_showloadout "1"
  66. cl_teamid_overhead_always "2"
  67. safezonex "1"
  68. safezoney "1"
  69.  
  70. // 5. Radar
  71. cl_teammate_colors_show "2"
  72. cl_hud_radar_scale "1"
  73. cl_radar_scale "0.4"
  74. cl_radar_always_centered "0"
  75. cl_radar_icon_scale_min "1"
  76.  
  77. // 6. Mouse
  78. m_rawinput "1"
  79. m_mouseaccel2 "0"
  80. m_mouseaccel1 "0"
  81. m_customaccel "0"
  82. m_mousespeed "0"
  83. zoom_sensitivity_ratio_mouse "1"
  84.  
  85. // 7. Viewmodel
  86. viewmodel_offset_x "2"
  87. viewmodel_offset_y "4"
  88. viewmodel_offset_z "-2"
  89. viewmodel_fov "68"
  90. viewmodel_recoil "0"
  91.  
  92. // 8. Bob
  93. cl_bob_lower_amt "5"
  94. cl_bobamt_lat "0.1"
  95. cl_bobamt_vert "0.1"
  96. cl_bobcycle "0.98"
  97. cl_viewmodel_shift_left_amt "0.5"
  98. cl_viewmodel_shift_right_amt "0.25"
  99.  
  100. // 9. Rates (These network settings are optimized for high speed internet)
  101. rate "400000"
  102. cl_cmdrate "128"
  103. cl_updaterate "128"
  104. cl_interp "0.007813"
  105. cl_interp_ratio "1"
  106. cl_lagcompensation "1"
  107. cl_predict "1"
  108. cl_predictweapons "1"
  109.  
  110. // 10. Video (Video settings and FPS Boosts)
  111. fps_max "300"
  112. fps_max_menu "245"
  113. mat_monitorgamma "1.6"
  114. mat_monitorgamma_tv_enabled "0"
  115. mat_powersavingsmode "0"
  116. mat_queue_mode "2"
  117. r_dynamic "0"
  118. r_drawtracers_firstperson "0"
  119.  
  120. // 12. Sound
  121. volume "0.2"
  122. voice_scale "0.15"
  123. snd_musicvolume "0"
  124. snd_hwcompat "0"
  125.  
  126. // 13. Other
  127. lobby_voice_chat_enabled "0"
  128. cl_use_opens_buy_menu "0"
  129. cl_autowepswitch "0"
  130. mm_dedicated_search_maxping "50"
  131. func_break_max_pieces "0"
  132.  
  133. echo Config Loaded!!! (2/2)
  134.  
  135. // 14. Scripts
  136. // SCRIPTS BELOW - Optional!
  137.  
  138. echo Scripts Loaded (1/2)
  139.  
  140. //Shortcut for disconnect
  141. alias "dc" "disconnect"
  142.  
  143. /////////////////////////////////////////////////////////////////////
  144. // Advanced Bind Script - Fast grenade siwtch
  145.  
  146. //Part 1
  147. //Make sure that what is inside the quotes is what you are currently using. You may also change the letters/numbers
  148. //Note: "v" is the key I use to talk with, not "k" by default
  149. alias defA "bind q lastinv"
  150. alias defB "bind e +use"
  151. alias defC "bind f +lookatweapon"
  152. alias defD "bind g drop"
  153.  
  154. //Part 2
  155. //If you changed any letters/numbers in part 1 make sure you make the same changes here
  156. //Do not change the keyXX part
  157. alias keyA "bind q keyAA"
  158. alias keyB "bind e keyBB"
  159. alias keyC "bind f keyCC"
  160. alias keyD "bind g keyDD"
  161.  
  162. //Part 3
  163. //Here you can change what the bindings do when you hold down your key
  164. //This is the fun part :)
  165. alias keyAA "use weapon_flashbang"
  166. alias keyBB "use weapon_hegrenade"
  167. alias keyCC "use weapon_smokegrenade"
  168. alias keyDD "use weapon_decoy; use weapon_molotov; use weapon_incgrenade"
  169.  
  170. //Part 4 - Do not touch!
  171. alias +keybinds "keyA; keyB; keyC; keyD"
  172. alias -keybinds "defA; defB; defC; defD"
  173.  
  174. //Part 5 - Bind whatever key you want, this will be your main key
  175. bind mouse4 +keybinds
  176.  
  177. /////////////////////////////////////////////////////////////////////
  178.  
  179. echo Scripts Loaded (2/2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement