Advertisement
Guest User

pRx Config

a guest
Jun 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. // Linus aka pRx Config - Updated 2019-18-06
  2.  
  3. // 1. Main Settings
  4. con_enable "1"
  5. gameinstructor_enable "0"
  6. cl_showhelp "0"
  7. cl_autohelp "0"
  8. cl_disablefreezecam "1"
  9. cl_disablehtmlmotd "1"
  10. cl_forcepreload "1"
  11.  
  12. // 2. Hud
  13. hud_scaling "0.85"
  14. hud_showtargetid "1"
  15. cl_hud_bomb_under_radar "1"
  16. cl_hud_color "0"
  17. cl_hud_playercount_pos "1"
  18. cl_hud_playercount_showcount "1"
  19. cl_hud_healthammo_style 1
  20. cl_teamid_overhead_always "0"
  21.  
  22. // 3. Video
  23. fps_max "999
  24. fps_max_menu "245"
  25. mat_monitorgamma "1.6"
  26. mat_monitorgamma_tv_enabled "0"
  27. mat_powersavingsmode "0"
  28. mat_queue_mode "2"
  29. r_dynamic "0"
  30. r_drawtracers_firstperson "0"
  31.  
  32. // 4. Sound
  33. voice_mixer_volume "0.35"
  34. snd_musicvolume "0"
  35. voice_scale "0.4"
  36. func_break_max_pieces 0
  37. snd_hwcompat 0 // normally off
  38.  
  39. // 5. Mouse
  40. sensitivity "1.6" // 400 DPI
  41. m_rawinput "1"
  42. m_mouseaccel2 "0"
  43. m_mouseaccel1 "0"
  44. m_customaccel "0"
  45. m_mousespeed "0"
  46. zoom_sensitivity_ratio_mouse "1.2"
  47.  
  48. // 6. Crosshair
  49. cl_crosshairstyle 4
  50. cl_crosshairsize 3
  51. cl_crosshairthickness 1
  52. cl_crosshairgap -2
  53. cl_crosshair_drawoutline 0
  54. cl_crosshair_outlinethickness 1
  55. cl_crosshairdot 0
  56. cl_crosshair_t 0
  57. cl_crosshaircolor 4
  58. cl_crosshaircolor_r 152
  59. cl_crosshaircolor_g 0
  60. cl_crosshaircolor_b 200
  61. cl_crosshairalpha 9999
  62.  
  63. // 7. Viewmodel
  64. viewmodel_offset_x "1"
  65. viewmodel_offset_y "1"
  66. viewmodel_offset_z "-1"
  67. viewmodel_fov "60"
  68. viewmodel_recoil "1"
  69.  
  70. // 8. Radar
  71. cl_radar_always_centered "0"
  72. cl_radar_scale "0.35"
  73. cl_teammate_colors_show 2
  74. cl_radar_icon_scale_min "1" // 0.6 before
  75.  
  76. // 9. Bob
  77. cl_bob_lower_amt "5" // 21 before
  78. cl_bobamt_lat "0.33"
  79. cl_bobamt_vert "0.14"
  80. cl_bobcycle "0.98"
  81. cl_viewmodel_shift_left_amt "1.5"
  82. cl_viewmodel_shift_right_amt "0.75"
  83.  
  84. // 10. Binds
  85. bind "pgup" " buy defuser;"
  86. bind "pgdn" " buy vesthelm; buy vest;"
  87. bind "Home" "buy tec9; buy fiveseven;"
  88. bind "End" "buy awp;"
  89. bind "ins" "buy deagle;"
  90. bind "del" "buy ak47; buy m4a1;"
  91. bind "c" "exec maincrosshair.cfg"
  92. bind "v" "exec smokecrosshair.cfg"
  93. bind "\" " buy smokegrenade; buy flashbang; buy hegrenade; buy incgrenade; buy molotov;"
  94. bind "mouse4" "use weapon_knife; use weapon_flashbang; r_cleardecals"
  95. bind "mouse5" "use weapon_knife; use weapon_smokegrenade; r_cleardecals"
  96. bind "mouse3" "use weapon_knife; use weapon_hegrenade; r_cleardecals"
  97. bind "capslock" "use weapon_molotov; use weapon_incgrenade
  98. r_cleardecals"
  99. alias "+jthrow" "+jump;-attack"
  100. alias "-jthrow" "-jump"
  101. bind "h" "+jthrow"
  102.  
  103. // 11. Rates
  104. rate "400000"
  105. cl_cmdrate "128"
  106. cl_updaterate "128"
  107. cl_interp "0.007813"
  108. cl_interp_ratio "1"
  109. cl_lagcompensation "1"
  110. cl_predict "1"
  111. cl_predictweapons "1"
  112.  
  113. // 12. Net
  114. net_graph "1"
  115. net_graphheight "0"
  116. net_graphmsecs "400"
  117. net_graphpos "2"
  118. net_graphproportionalfont "0"
  119. net_graphshowinterp "1"
  120. net_graphshowlatency "1"
  121. net_graphsolid "1"
  122. net_graphtext "1"
  123. net_maxroutable "1200"
  124. net_scale "5"
  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. host_writeconfig
  133. echo Config loaded, ur ready to ace!!!
  134.  
  135. // 14. Startoptions
  136. // -novid -language bananagaming -threads 8 -tickrate 128
  137. // +exec.cfg -panorama
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement