Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 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. cl_predict "1"
  18. r_drawtracers_firstperson "1"
  19. cl_dm_buyrandomweapons "0"
  20.  
  21. //mouse
  22. m_mousespeed "0"
  23. m_rawinput "1"
  24. m_customaccel "0"
  25. m_customaccel_exponent "0"
  26. m_mousespeed "0"
  27. m_mouseaccel1 "0"
  28.  
  29.  
  30. //netgraph
  31. net_graph "1"
  32. net_graphheight "9999"
  33. alias "+scorenet" "+showscores; net_graphheight 0; -cl_show_team_equipment"
  34. alias "-scorenet" "-showscores; net_graphheight 9999; +cl_show_team_equipment"
  35. bind "TAB" "+scorenet"
  36.  
  37.  
  38. //lighting
  39. r_dynamic "0"
  40. muzzleflash_light "0"
  41. mat_monitorgamma_tv_enabled "1"
  42. mat_monitorgamma "1.60000"
  43.  
  44. //rates
  45. cl_interp_ratio "1"
  46. cl_interp "0"
  47. cl_cmdrate "128"
  48. cl_updaterate "128"
  49. net_client_steamdatagram_enable_override "0"
  50. rate "524288"
  51.  
  52.  
  53. //viewmodel
  54. viewmodel_presetpos "0"
  55. viewmodel_fov "68"
  56. cl_viewmodel_shift_left_amt "0"
  57. cl_viewmodel_shift_right_amt "0"
  58. cl_bob_lower_amt "5"
  59. cl_bobamt_lat "0.1"
  60. cl_bobamt_vert "0.1"
  61. cl_bobcycle "2"
  62. cl_righthand "1"
  63.  
  64. viewmodel_offset_x "1.5"
  65. viewmodel_offset_y "2"
  66. viewmodel_offset_z "-1.5"
  67.  
  68.  
  69. //sound
  70. snd_headphone_pan_exponent "2"
  71. snd_mixahead "0.02"
  72. voice_scale "0.3"
  73. volume "1"
  74. snd_musicvolume "0.25"
  75. snd_deathcamera_volume "0"
  76. snd_mapobjective_volume "0"
  77. snd_menumusic_volume "0"
  78. snd_roundend_volume "0"
  79. snd_roundstart_volume "0"
  80. snd_tensecondwarning_volume "0.25"
  81. snd_mute_losefocus "1"
  82. snd_mix_async "1"
  83.  
  84.  
  85. //hud
  86. cl_radar_scale "0.4"
  87. hud_showtargetid "1"
  88. cl_hud_bomb_under_radar "0"
  89. cl_hud_color "1"
  90. cl_radar_always_centered "1"
  91. cl_hud_playercount_showcount "0"
  92. cl_hud_playercount_pos "0"
  93. cl_hud_healthammo_style "1"
  94. cl_hud_background_alpha "0.5"
  95. cl_loadout_colorweaponnames "0"
  96. cl_showloadout "1"
  97. hud_scaling "0.85"
  98. cl_use_opens_buy_menu "0"
  99. lobby_voice_chat_enabled "0"
  100. cl_autowepswitch "0"
  101. cl_color "3"
  102.  
  103. safezonex "1"
  104. safezoney "1"
  105.  
  106.  
  107. //binds
  108. unbind "`"
  109. unbind ","
  110. unbind "."
  111. unbind "q"
  112. unbind "k"
  113. unbind "z"
  114. unbind "x"
  115. unbind "c"
  116. unbind "i"
  117. unbind "f"
  118. unbind "f1"
  119. unbind "f2"
  120. unbind "f3"
  121. unbind "f4"
  122. unbind "f5"
  123. unbind "f6"
  124. unbind "f7"
  125. unbind "f8"
  126. unbind "f9"
  127. unbind "f10"
  128. unbind "mwheelup"
  129. unbind "mwheeldown"
  130. unbind "1"
  131. unbind "2"
  132. unbind "3"
  133. unbind "4"
  134. bind "1" "slot1"
  135. bind "2" "slot2"
  136. bind "3" "slot3"
  137. bind "4" "slot4"
  138. bind "mwheelup" "+jump"
  139. bind "mwheeldown" "+jump"
  140. bind "mouse4" "+voicerecord"
  141. bind "mouse5" "+lookatweapon"
  142. bind "w" "+forward"
  143. bind "a" "+moveleft"
  144. bind "s" "+back"
  145. bind "d" "+moveright"
  146.  
  147.  
  148. //crosshair
  149. cl_crosshair_sniper_show_normal_inaccuracy "0"
  150. cl_crosshair_sniper_width "2"
  151.  
  152. //end
  153. host_writeconfig
  154.  
  155. clear
  156.  
  157. echo Config Loaded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement