Guest User

psychxxx csgo config

a guest
Jul 23rd, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. ////////////////////////////////////////////////////////////
  2. ////////////////////////////////////////////////////////////
  3. // This is my config file, and it changes/evolves. I put the mouse, buymenu, and sound settings on the top so that you can change these easily to your liking. I try to have my settings as non-intrusive as possible. Below I will show my launch options for CSGO. This can be found by going to the properties of CSGO in your Steam library, and finding the "Set Launch Options..." item. For more information about configs or other settings go to my 2 favorite sites: http://csgohelp.com/ and http://reddit.com/r/globaloffensive/ which is where I have found lots of information for the settings contained in my config. A very quick crosshair configuration guide can be found here: http://operationl2p.com/crosshairgenerator/
  4.  
  5. // Launch options:
  6. // +clientport 27018 -novid -console -noforcemparms -tickrate 128 -threads 4 -full -w 1920 -h 1080 -noborder -language english +exec psychx
  7.  
  8. // clientport can be useful on a LAN. -w and -h is your resolution. -language can be changed to pirate for some lulz. -threads is your number of cores/threads that you wish to use. You can also set -lv for a "low violence" option. +exec psychx will execute this config file upon loading CSGO.
  9.  
  10. // *** Current Notes/Updates *** : Mostly everything is set how I like it. I recently found a cool website you can try out: http://csgoconfig.net/ for editing your config.
  11. ////////////////////////////////////////////////////////////
  12. ////////////////////////////////////////////////////////////
  13.  
  14. echo "... loading psychx.cfg ...
  15. echo "----- Errors/debug will be shown BELOW this point -----
  16.  
  17. // --- Mouse Settings ---
  18. sensitivity "0.82"
  19. m_rawinput "1"
  20. zoom_sensitivity_ratio_mouse "0.75"
  21.  
  22. // -- Buy Menu Settings ---
  23. cl_use_opens_buy_menu "0"
  24. closeonbuy "1"
  25.  
  26. // --- Sound Settings ---
  27. volume 0.15
  28. snd_musicvolume "0"
  29. snd_legacy_surround "0"
  30. snd_mute_losefocus "0"
  31. windows_speaker_config "1"
  32. lobby_voice_chat_enabled "0"
  33. voice_enable "1"
  34. voice_scale "0.65"
  35. bind mouse4 "+voicerecord"
  36.  
  37. // --- Shows Damage Given/Taken on HUD (topleft) ---
  38. con_filter_text damage
  39. con_filter_text_out Player:
  40. con_filter_enable 2
  41. developer 1
  42.  
  43. // --- Crosshair Settings ---
  44. cl_crosshaircolor 5
  45. cl_crosshaircolor_r 0
  46. cl_crosshaircolor_b 255
  47. cl_crosshaircolor_g 255
  48. cl_crosshairsize 4
  49. cl_crosshairgap -9
  50. cl_crosshairthickness 0.5
  51. cl_crosshairusealpha 1
  52. cl_crosshairalpha 255
  53. cl_crosshair_drawoutline 1
  54. cl_crosshair_outlinethickness 1
  55. cl_crosshairdot 0
  56. cl_crosshairstyle 4
  57.  
  58. // --- Network Settings ---
  59. rate "1048576"
  60. cl_cmdrate "128"
  61. cl_updaterate "128"
  62. cl_interp "0"
  63. cl_interp_ratio "1"
  64. net_graph "1"
  65. net_graphheight "9999"
  66. bind "TAB" "+scorenet"
  67. alias "+scorenet" "+showscores; net_graphheight 0"
  68. alias "-scorenet" "-showscores; net_graphheight 9999"
  69.  
  70. // --- HUD & Radar Options ---
  71. hud_scaling "0.7"
  72. hud_showtargetid "1"
  73. cl_hud_radar_scale "1.2"
  74. cl_hud_color "2"
  75. cl_hud_background_alpha "0.5"
  76. cl_hud_bomb_under_radar "1"
  77. cl_hud_healthammo_style "1"
  78. cl_radar_always_centered "0"
  79. cl_radar_icon_scale_min "0.4"
  80. cl_radar_rotate "1"
  81. cl_radar_scale "0.4"
  82. cl_showloadout "1"
  83. cl_loadout_colorweaponnames "1"
  84. cl_show_clan_in_death_notice "0"
  85. safezonex 1
  86. safezoney 1
  87. ui_steam_overlay_notification_position "bottomright"
  88.  
  89. // --- Radar Bind/Script ---
  90. bind "E" "+radar"
  91. alias "+radar" "+use; cl_radar_always_centered 1; cl_radar_scale 0.60"
  92. alias "-radar" "-use; cl_radar_always_centered 0; cl_radar_scale 0.30"
  93.  
  94. // --- View Model Settings ---
  95. cl_righthand "1"
  96. r_drawtracers_firstperson "0"
  97. cl_viewmodel_shift_left_amt "0"
  98. cl_viewmodel_shift_right_amt "0"
  99. cl_bob_lower_amt "0"
  100. cl_bobamt_lat "0"
  101. cl_bobamt_vert "0"
  102. viewmodel_fov "65"
  103. viewmodel_offset_x "2"
  104. viewmodel_offset_y "-1"
  105. viewmodel_offset_z "-2"
  106.  
  107. // --- Random Binds ---
  108. bind "ALT" "r_cleardecals"
  109. bind "semicolon" "ignorerad; ignoremsg"
  110. bind p "toggle volume .01 .25"
  111. bind o "toggle voice_enable 1 0"
  112. bind q lastinv
  113.  
  114. // --- Random Settings ---
  115. password ""
  116. cl_disablehtmlmotd "0"
  117. cl_autohelp "0"
  118. cl_autowepswitch "0"
  119. cl_teammate_colors_show "1"
  120. cl_disablefreezecam "1"
  121. cl_downloadfilter "nosounds"
  122. cl_forcepreload "1" //1=slower loading, but has preloaded data.
  123. cl_resend "3"
  124. cl_resend_timeout "9"
  125. gameinstructor_enable "0"
  126. mm_dedicated_search_maxping "75"
  127. option_duck_method "0"
  128. option_speed_method "0"
  129. player_nevershow_communityservermessage "1"
  130.  
  131. ////////////////////////////////////////////////////////////
  132. // --- testing ----
  133. ////////////////////////////////////////////////////////////
  134. // --- NOTHING AFTER THIS POINT! ---
  135. // --- NOTHING AFTER THIS POINT! ---
  136. // --- NOTHING AFTER THIS POINT! ---
  137. ////////////////////////////////////////////////////////////
  138. echo "----- Errors/debug will be shown ABOVE this point -----
  139. echo "Psychx config loaded.
  140. host_writeconfig
  141. echo "Default Config (config.cfg) has been overwritten.
  142. ////////////////////////////////////////////////////////////
  143. // When opening the game, scroll to the top of the console to view error messages and config output. This is the end of the configuration file and nothing else should be entered here.
Add Comment
Please, Sign In to add comment