Advertisement
mon

mono's config - 9/17/2013

mon
Sep 17th, 2013
9,076
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. ////////////////////////////////////
  2. // Network and Interpolation Settings
  3. // Recommended Settings if cmdrate equal updaterate:
  4. // interp_ratio 2 updaterate 64 = 31.25 ms lerp - Public @ fps<128
  5. // interp_ratio 2 updaterate 128 = 15.625 ms lerp - Public @ fps>128
  6. // interp_ratio 1 updaterate 64 = 15.625 ms lerp - Competitive @ fps<128
  7. // interp_ratio 1 updaterate 128 = 7.8125ms lerp - Competitive @ fps>128
  8. ////////////////////////////////////
  9.  
  10. rate "128000" // def. 80000 - Maximum Download Bandwidth in byte per second. - DO NOT USE A LOWER VALUE OR A PUPPY DIES!
  11. cl_cmdrate "128" // def. 64 - Maximum Command Packets per second, sending to the Server. DO NOT SET THIS HIGHER THAN YOUR FPS!
  12. cl_updaterate "128" // def. 64 - Maximum number of Update Packets per second, received from the Server. Gets adjusted by the Servers TickRate if TR<cl_updaterate
  13. cl_interp "0" // def. 0 - DO NOT CHANGE THIS OR A KITTY DIES!
  14. cl_interp_ratio "1" // def. 2 - Ratio of interpolation Time. cl_interp_ratio : cl_updaterate = cl_interp -> lerp in ms
  15. fps_max "999" // def. 0 - Limits fps. fps_max 200 = 199. Use to prevent overuse of graphics cards.
  16. fps_max_menu "999" // - Limits menu fps.
  17. // These three reposition the gunmodel to mimic css more closely.
  18.  
  19. // viewmodel_offset_x "2"
  20. // viewmodel_offset_y "4"
  21. // viewmodel_offset_z "-2"
  22.  
  23. // 1.6 Viewmodel
  24. viewmodel_fov "65"
  25. viewmodel_offset_x "2"
  26. viewmodel_offset_y "2"
  27. viewmodel_offset_z "-2"
  28. viewmodel_presetpos "3"
  29.  
  30. // These two removes the shifting of the arm when crouching down.
  31. // cl_viewmodel_shift_left_amt "0"
  32. // cl_viewmodel_shift_right_amt "0"
  33. // To more accurately replicate 1.6:
  34. cl_viewmodel_shift_left_amt "0.5"
  35. cl_viewmodel_shift_right_amt "0.25"
  36.  
  37. // This removes the bobbing of the weapon back and forth, when you run.
  38.  
  39. cl_bob_lower_amt "5" // For a feeling similar to 1.6, use the value 5. Zero disables bobbing.
  40. cl_bobamt_lat "0.1"
  41. cl_bobamt_vert "0.1"
  42. cl_bobcycle "0.98"
  43.  
  44. // Hud Commands
  45.  
  46. hud_fastswitch "1"
  47. hud_scaling "1"
  48. hud_showtargetid "1"
  49. cl_autowepswitch "0"
  50.  
  51. // Mouse Commands
  52.  
  53. m_rawinput "0" // Use the .exe located at C:\Users\Danny\Documents\CS Raw Input for an .exe.
  54. m_mouseaccel1 "0"
  55. m_mouseaccel2 "0"
  56. m_customaccel "0" // Mouse Acceleration.
  57. m_customaccel_exponent "0" // Acceleration Amount.
  58. m_customaccel_scale "0" // Custom mouse accel off.
  59. m_mousespeed "0" // Windows mouse accel off.
  60.  
  61. // Basic Graphics (take // away to use)
  62.  
  63. sys_vsync "0"
  64. sys_antialiasing "0"
  65. //sys_aspectratio "-1"
  66. //sys_refldetail "0"
  67. mat_monitorgamma "1.600000" //Brightness
  68. mat_monitorgamma_tv_enabled "0" //Color Mode
  69. hud_scaling "0.95" //Hud Scale
  70. mat_powersavingsmode "0" //Laptop Power Savings
  71. ui_steam_overlay_notification_position "topright" //Steam Notification Location
  72.  
  73.  
  74. //Radar - Creates a zoomed out radar affect.
  75.  
  76. cl_radar_always_centered "0"
  77. cl_radar_icon_scale_min "0.5"
  78. cl_radar_rotate "1"
  79. cl_radar_scale "0.5"
  80.  
  81. // Audio Commands
  82.  
  83. snd_mixahead "0.05"
  84. snd_headphone_pan_exponent "2"
  85. snd_musicvolume "0"
  86.  
  87. // Miscellaneous
  88. cl_autowepswitch "0"
  89. cl_autohelp "0"
  90. cl_showhelp "0"
  91. cl_righthand "1"
  92. cl_forcepreload "1"
  93. player_nevershow_communityservermessage "1" // FFS VALVE
  94. cl_teamid_overhead_name_alpha "255" // Solid overhead names.
  95. cl_teamid_overhead_name_fadetime "0" // No fade time on overhead names.
  96. cl_spec_mode "4" // IN-EYE spec when dead instead of 3rd person default.
  97. net_graphproportionalfont "1" // Smaller netgraph font
  98. cl_showfps "0"
  99.  
  100. //*CUSTOM BINDINGS*\\
  101.  
  102. // Shows net_graph only when you press tab.
  103. net_graph 1
  104. bind "TAB" "+ng";
  105. alias "+ng" "+showscores; net_graphheight 0";
  106. alias "-ng" "-showscores; net_graphheight 9999";
  107.  
  108. // Toggles voice chat on and off when you press delete.
  109. alias "voiceon" "voice_enable 1; alias voicechat voiceoff; echo Voice communication enabled."
  110. alias "voiceoff" "voice_enable 0; alias voicechat voiceon; echo Voice communication disabled."
  111. alias "voicechat" "voiceoff"
  112. bind "del" "voicechat"
  113.  
  114. // Increase or decrease volume in increments of 0.05.
  115. bind "k" "incrementvar volume 0 1 0.05"
  116. bind "j" "incrementvar volume 0 1 -0.05"
  117.  
  118. // Easy bind to start practicing alone in singleplayer.
  119. bind "F5" "say ;noclip;say .noclip;sv_cheats 1;sv_showimpacts 1;sv_infinite_ammo 1;sv_grenade_trajectory 1;sv_grenade_trajectory_thickness 0.5;mp_freezetime 0;bot_kick;mp_warmup_end;" // Noclip and sv_cheats practice
  120.  
  121. // Demo script.
  122. alias +ff "demo_timescale 30"
  123. alias -ff "demo_timescale 1"
  124. bind "F8" "+ff" //Hold F8 to fastforward through demos
  125. bind "F7" "demo_togglepause" //Press F7 to pause/unpause
  126. // Executing secondary scripts.
  127. exec brainmod.cfg // Script that allows guns to be spawned easily through aliases.
  128. exec chcolor.cfg // Allows colors to be typed in console relating to your crosshair color.
  129. exec buyscript.cfg // Custom numpad buyscript.
  130. exec chstyles.cfg // Custom crosshairs.
  131. host_writeconfig //Fixes bug of autoexec not working on startup.
  132. clear
  133.  
  134. echo "// -------------------------- \\"
  135. echo "\\ m0no's config //"
  136. echo "// -------------------------- \\"
  137. echo "\\ Config loaded //"
  138. echo "// sucessfully! \\"
  139. echo "\\ -------------------------- //"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement