Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. //sonic.cfg
  2.  
  3.  
  4. //other
  5. con_enable "1"
  6. fps_max "0"
  7. joystick "0"
  8. mat_queue_mode "2"
  9. cl_teamid_overhead_always "1"
  10. gameinstructor_enable "0"
  11. cl_showhelp "0"
  12. cl_autohelp "0"
  13. cl_disablefreezecam "1"
  14. cl_disablehtmlmotd "0"
  15. cl_join_advertise "2"
  16. cl_downloadfilter "maps"
  17. r_drawtracers_firstperson "1"
  18. cl_dm_buyrandomweapons "0"
  19.  
  20.  
  21. //mouse
  22. m_mousespeed "0"
  23. m_rawinput "1"
  24. m_customaccel "0"
  25. m_customaccel_exponent "0"
  26. m_mouseaccel1 "0"
  27. m_customaccel_scale "0"
  28.  
  29.  
  30.  
  31. //netgraph
  32. net_graph "1"
  33. net_graphheight "9999"
  34. alias "+scorenet" "+showscores; net_graphheight 0; -cl_show_team_equipment"
  35. alias "-scorenet" "-showscores; net_graphheight 9999; +cl_show_team_equipment"
  36. bind "TAB" "+scorenet"
  37.  
  38.  
  39. //lighting
  40. r_dynamic "0"
  41. muzzleflash_light "0"
  42. mat_monitorgamma_tv_enabled "1"
  43. mat_monitorgamma "1.60000"
  44.  
  45.  
  46. //rates
  47. cl_interp_ratio "2"
  48. cl_interp "1"
  49. cl_updaterate "128"
  50. cl_cmdrate "128"
  51. net_client_steamdatagram_enable_override "1"
  52. rate "786432"
  53. cl_predict "1"
  54. clientport "27015"
  55. net_splitrate "2"
  56.  
  57.  
  58. //viewmodel
  59. viewmodel_presetpos "0"
  60. viewmodel_fov "68"
  61. cl_viewmodel_shift_left_amt "0"
  62. cl_viewmodel_shift_right_amt "0"
  63. cl_bob_lower_amt "5"
  64. cl_bobamt_lat "0.1"
  65. cl_bobamt_vert "0.1"
  66. cl_righthand "1"
  67. view_recoil_tracking "0"
  68.  
  69. viewmodel_offset_x "1"
  70. viewmodel_offset_y "2"
  71. viewmodel_offset_z "-2"
  72.  
  73.  
  74. //sound
  75. snd_mixahead "0.02"
  76. voice_scale "0.3"
  77. volume "1"
  78. snd_musicvolume "0.25"
  79. snd_deathcamera_volume "0"
  80. snd_mapobjective_volume "0"
  81. snd_menumusic_volume "0"
  82. snd_roundend_volume "0"
  83. snd_roundstart_volume "0"
  84. snd_tensecondwarning_volume "0.25"
  85. snd_mute_losefocus "1"
  86. snd_mix_async "1"
  87. snd_occlusion "1"
  88. snd_pitchquality "1"
  89. dsp_enhance_stereo "0"
  90. snd_legacy_surround "0"
  91.  
  92.  
  93. //htrf
  94. windows_speaker_config "1"
  95. snd_front_headphone_position "90.0"
  96. snd_rear_headphone_position "90.0"
  97. snd_headphone_pan_exponent "1.0"
  98. snd_headphone_pan_radial_weight "1.0"
  99. snd_use_hrtf "1"
  100.  
  101.  
  102. //hud
  103. cl_radar_scale "0.4"
  104. hud_showtargetid "1"
  105. cl_hud_bomb_under_radar "0"
  106. cl_radar_always_centered "1"
  107. cl_hud_playercount_showcount "0"
  108. cl_hud_playercount_pos "0"
  109. cl_hud_healthammo_style "1"
  110. cl_hud_background_alpha "0.5"
  111. cl_loadout_colorweaponnames "0"
  112. cl_showloadout "1"
  113. hud_scaling "0.85"
  114. cl_use_opens_buy_menu "0"
  115. lobby_voice_chat_enabled "0"
  116. cl_autowepswitch "0"
  117. cl_color "3"
  118. .cl_hud_color "1"
  119.  
  120. safezonex "1"
  121. safezoney "1"
  122.  
  123.  
  124. //binds
  125. unbind "alt"
  126. unbind "`"
  127. unbind ","
  128. unbind "."
  129. unbind "q"
  130. unbind "k"
  131. unbind "z"
  132. unbind "x"
  133. unbind "c"
  134. unbind "i"
  135. unbind "f"
  136. unbind "f1"
  137. unbind "f2"
  138. unbind "f3"
  139. unbind "f4"
  140. unbind "f5"
  141. unbind "f6"
  142. unbind "f7"
  143. unbind "f8"
  144. unbind "f9"
  145. unbind "f10"
  146. unbind "space"
  147. unbind "mwheelup"
  148. unbind "mwheeldown"
  149. unbind "1"
  150. unbind "2"
  151. unbind "3"
  152. unbind "4"
  153. bind "/" "toggleconsole"
  154. bind "alt" "noclip"
  155. bind "1" "slot1"
  156. bind "2" "slot2"
  157. bind "3" "slot3"
  158. bind "4" "slot4"
  159. bind "space" "+jump"
  160. bind "mwheelup" "+jump"
  161. bind "mwheeldown" "+jump"
  162. bind "mouse4" "+voicerecord"
  163. bind "mouse5" "+lookatweapon"
  164. bind "w" "+forward"
  165. bind "a" "+moveleft"
  166. bind "s" "+back"
  167. bind "d" "+moveright"
  168.  
  169.  
  170. //crosshair
  171. cl_crosshair_sniper_show_normal_inaccuracy "0"
  172. cl_crosshair_sniper_width "2"
  173.  
  174.  
  175. //end
  176. host_writeconfig
  177.  
  178. clear
  179.  
  180. echo Config Loaded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement