Advertisement
SoaresGaming

15/12/18

Dec 15th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. // soares Settings
  2.  
  3. // Viewmodel
  4. viewmodel_presetpos "3"
  5. viewmodel_fov "68"
  6. viewmodel_offset_x "2.5"
  7. viewmodel_offset_y "0"
  8. viewmodel_offset_z "-2"
  9. viewmodel_recoil "0"
  10.  
  11. // Reduce gun shifting when crouching
  12. cl_viewmodel_shift_left_amt "0"
  13. cl_viewmodel_shift_right_amt "0"
  14.  
  15. // Reduce gun and scope shifting/bobbing when moving
  16. cl_bobcycle "0"
  17. cl_bob_lower_amt "0"
  18. cl_bobamt_lat "0"
  19. cl_bobamt_vert "0"
  20.  
  21.  
  22. // Bindings
  23. //BINDS
  24.  
  25. bind "mouse5" "toggle cl_righthand 0 1"
  26. bind "f7" "buy mp7;"
  27. bind "f9" "buy mac10; buy mp9;"
  28. bind "f8" "buy famas; buy galilar;"
  29. bind "f5" "buy defuser"
  30. bind "f3" "buy ak47;buy m4a1"
  31. bind "f4" "buy awp"
  32. bind "f2" "buy vesthelm"
  33. bind "f6" "buy deagle"
  34. bind "mwheelup" "+jump"
  35. bind "space" "+jumpThrow"
  36. bind "mwheeldown" "+jump"
  37. bind "f1" "buy vest"
  38. bind "C" "use weapon_knife;use weapon_smokegrenade;buy smokegrenade"
  39. bind "4" "use weapon_knife;use weapon_hegrenade;buy hegrenade"
  40. bind "mouse3" "use weapon_knife;use weapon_flashbang;buy flashbang"
  41. bind "X" "use weapon_knife;use weapon_molotov;use weapon_incgrenade;buy incgrenade;buy molotov"
  42. bind "capslock" "+showscores"
  43. alias "+jumpThrow" "+jump; -attack"
  44. alias "-jumpThrow" "-jump"
  45. alias "+knife" "use weapon_knife"
  46. alias "-knife" "lastinv"
  47. bind "q" "+knife"
  48. bind "V" "+voicerecord"
  49. bind "T" "r_cleardecals"
  50. alias +findbomb "+use; gameinstructor_enable 1;cl_clearhinthistory"
  51. alias -findbomb "-use; gameinstructor_enable 0;cl_clearhinthistory"
  52. bind e "+findbomb"
  53.  
  54.  
  55. // No Tutorial or Info Messages
  56. gameinstructor_enable "0"
  57. cl_showhelp "0"
  58. cl_autohelp "0"
  59. cl_disablefreezecam "1"
  60. cl_disablehtmlmotd "1"
  61. +cl_show_team_equipment
  62. cl_downloadfilter all
  63. cl_forcepreload 0
  64. r_eyegloss "0" // No Makeup.
  65. r_eyemove "0" // No Eye Movement.
  66. r_eyeshift_x "0" // No Eye Movement X-Angel.
  67. r_eyeshift_y "0" // No Eye Movement Y-Angel.
  68. r_eyeshift_z "0" // No Eye Movement Z-Angel.
  69. r_eyesize "0" // Smaller Eyes.
  70. r_dynamic "1"
  71. r_cheapwaterend "1"
  72. r_cheapwaterstart"1"
  73. ys_refldetail "0"
  74. muzzleflash_light "0"
  75.  
  76. // Rates
  77. tv_snapshotrate 64
  78. rate "786432"
  79. cl_cmdrate "128"
  80. cl_updaterate "128"
  81. cl_interp_ratio "1"
  82. cl_interp "0"
  83. cl_lagcompensation "1"
  84. cl_predict "1"
  85. cl_predictweapons "1"
  86. mat_queue_mode 2
  87.  
  88. // Video
  89. mat_monitorgamma "1.6"
  90. mat_monitorgamma_tv_enabled "0"
  91.  
  92. // Sound
  93. dsp_enhance_stereo "0";
  94. snd_mixahead "0.05";
  95. snd_pitchquality "1";
  96. snd_deathcamera_volume "0";
  97. snd_mapobjective_volume "0";
  98. snd_menumusic_volume "0";
  99. snd_roundend_volume "0.2";
  100. snd_roundstart_volume "0";
  101. snd_musicvolume "0.5"
  102. snd_tensecondwarning_volume "1";
  103. voice_scale "0.62";
  104. snd_mute_losefocus "0";
  105. windows_speaker_config "1"
  106. snd_front_headphone_position "45" // 45 for 4:3 or 53.2 for 16:9
  107. snd_rear_headphone_position "90" // always 90
  108.  
  109. // Net
  110. fps_max "300"
  111. net_graph "1"
  112. net_graphheight "64"
  113. net_graphmsecs "400"
  114. net_graphpos "1"
  115. net_graphproportionalfont "0"
  116. net_graphshowinterp "1"
  117. net_graphshowlatency "1"
  118. net_graphsolid "1"
  119. net_graphtext "1"
  120. net_maxroutable "1200"
  121. net_scale "5"
  122.  
  123. // Other
  124. r_drawtracers "1"
  125. r_drawtracers_firstperson "1"
  126. lobby_voice_chat_enabled "0"
  127. cl_use_opens_buy_menu "0"
  128. mm_dedicated_search_maxping "80"
  129. cl_autowepswitch "0"
  130. cl_join_advertise "2"
  131.  
  132. // Mouse
  133. m_rawinput "1"
  134. m_mouseaccel2 "0"
  135. m_mouseaccel1 "0"
  136. m_customaccel "0"
  137. m_mousespeed "0"
  138.  
  139. // CROSSHAIR
  140.  
  141. bind "LEFTARROW" crosshairtoggle; alias crosshairtoggle crosshair1
  142. alias crosshair1 "exec crosshair1; alias crosshairtoggle crosshair2"
  143. alias crosshair2 "exec crosshair2; alias crosshairtoggle crosshair1"
  144.  
  145. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement