Advertisement
Guest User

gzumoronhomo

a guest
Feb 1st, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. cl_allowdownload 1
  2. cl_downloadfilter 0
  3. ds_get_newest_subscribed_files
  4.  
  5. bind "w" "+forward"
  6. bind "s" "+back"
  7. bind "a" "+moveleft"
  8. bind "d" "+moveright"
  9. bind "CTRL" "+duck"
  10.  
  11. echo " _________"
  12. echo " | Cvars |"
  13. echo "Start cvar setup."
  14.  
  15. budget_history_numsamplesvisible "0"
  16. budget_history_range_ms "5"
  17. budget_show_history "0"
  18. cl_autohelp "0"
  19. cl_autowepswitch "0"
  20. cl_allowdownload "1"
  21. cl_allowupload "1"
  22. cl_autowepswitch "0"
  23. cl_autohelp "0"
  24. cl_showhelp "0"
  25. cc_subtitles "0"
  26. cl_detail_avoid_force "0"
  27. cl_detail_avoid_radius "0"
  28. cl_detail_avoid_recover_speed "0"
  29. cl_detail_max_sway "0"
  30. cl_disablehtmlmotds "1"
  31. cl_downloadfilter all
  32. cl_forcepreload "1"
  33. cl_lagcompensation "1"
  34. cl_logofile "0"
  35. cl_predict "1"
  36. cl_predictweapons "1"
  37. cl_resend "6"
  38. cl_righthand "1"
  39. cl_timeout "30"
  40. closecaption "0"
  41. closeonbuy "1"
  42. con_enable "1"
  43. dsp_enhance_stereo "0"
  44. fps_max "300"
  45. func_break_max_pieces "0"
  46. hud_scaling ".65"
  47. hud_showtargetid "1"
  48. mat_hdr_enabled "0"
  49. mat_monitorgamma "1.6"
  50. mat_queue_mode "2"
  51. muzzleflash_light "0"
  52. r_drawtracers_firstperson "0"
  53. r_cheapwaterend "1"
  54. r_cheapwaterstart "1"
  55. r_dynamic "0"
  56. r_eyegloss "0"
  57. r_eyemove "0"
  58. r_eyeshift_x "0"
  59. r_eyeshift_y "0"
  60. r_eyeshift_z "0"
  61. r_eyesize "0"
  62. sv_forcepreload "1"
  63. texture_budget_background_alpha "9999999"
  64. texture_budget_panel_height "0"
  65. texture_budget_panel_width "0"
  66. voice_enable "1"
  67. voice_loopback "0"
  68. voice_modenable "1"
  69. voice_scale "1"
  70. echo "End cvars."
  71.  
  72.  
  73.  
  74. echo "Setup viewmodel positions."
  75.  
  76.  
  77. echo "repositions the gunmodel to mimic CS 1.6 more closely."
  78. viewmodel_presetpos "3"
  79. viewmodel_fov "68"
  80. viewmodel_offset_x "2.5"
  81. viewmodel_offset_y "1"
  82. viewmodel_offset_z "-2"
  83.  
  84. // removes the shifting of the arm when crouching down.
  85. cl_viewmodel_shift_left_amt "0"
  86. cl_viewmodel_shift_right_amt "0"
  87.  
  88. // removes the bobbing of the weapon back and forth, when you run.
  89. cl_bob_lower_amt "0"
  90. cl_bobamt_lat "0"
  91. cl_bobamt_vert "0"
  92. cl_bobcycle "2"
  93. echo "End viewmodel positions."
  94.  
  95. echo "Setup netcode."
  96.  
  97.  
  98. cl_interp "0"
  99. cl_interp_ratio "1"
  100. cl_cmdrate 128
  101. cl_updaterate 128
  102. rate 128000
  103. cl_interp 0.031000
  104. echo "End network setup."
  105.  
  106.  
  107. echo " _____________"
  108. echo " | net_graph |"
  109. echo "Setup netgraph."
  110.  
  111. net_allow_multicast "1"
  112. net_graph "1"
  113. net_graphheight "64"
  114. net_graphmsecs "400"
  115. net_graphpos "1"
  116. net_graphproportionalfont "1"
  117. net_graphshowinterp "1"
  118. net_graphshowlatency "1"
  119. net_graphsolid "1"
  120. net_graphtext "1"
  121. net_graphproportionalfont 0
  122. net_maxroutable "1200"
  123. net_scale "3"
  124. net_steamcnx_allowrelay "1"
  125. cl_showfps "0"
  126. echo "End netgraph setup."
  127.  
  128.  
  129. echo " ___________________"
  130. echo " | Mouse/Crosshair |"
  131. echo "Setup Mouse."
  132.  
  133. m_rawinput "1"
  134. m_mouseaccel1 "0"
  135. m_mouseaccel2 "0"
  136. m_mousespeed "0"
  137. m_customaccel "0"
  138. m_customaccel_exponent "0"
  139. m_customaccel_max "0"
  140. m_customaccel_scale "0.00
  141.  
  142. snd_mixahead "0.05"
  143. snd_headphone_pan_mode "2"
  144. snd_headphone_pan_exponent "2"
  145. snd_musicvolume "0"
  146.  
  147. snd_legacy_surround 1
  148. cl_disablefreezecam 1
  149. cl_freezecampanel_position_dynamic 0
  150. host_writeconfig
  151. echo "CONFIG complete"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement