Advertisement
Guest User

Inous Autoexec

a guest
Aug 20th, 2013
5,808
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. //Inous CS:GO CFG - Updated 7/1/2013
  2.  
  3. // Crosshair
  4.  
  5.  
  6. cl_crosshairalpha "255"
  7. cl_crosshaircolor "5"
  8. cl_crosshaircolor_b "255"
  9. cl_crosshaircolor_r "255"
  10. cl_crosshaircolor_g "0"
  11. cl_crosshairdot "1"
  12. cl_crosshairgap "0"
  13. cl_crosshairsize "5"
  14. cl_crosshairstyle "2"
  15. cl_crosshairusealpha "1"
  16. cl_crosshairthickness "1"
  17. cl_fixedcrosshairgap "0"
  18. cl_crosshair_outline "0"
  19. cl_crosshair_outline_draw "0"
  20. // Debug accuracy
  21. weapon_debug_spread_show "0" // show possible shot accuracy
  22. weapon_debug_spread_gap "0.67"
  23.  
  24. echo "Crosshair Config Loaded"
  25.  
  26. // Viewmodel
  27.  
  28. viewmodel_presetpos "0"
  29. viewmodel_fov "65"
  30. viewmodel_offset_x "2"
  31. viewmodel_offset_y "2"
  32. viewmodel_offset_z "-2"
  33.  
  34.  
  35. // Bobbing and movement shifting
  36.  
  37. cl_viewmodel_shift_left_amt "0"
  38. cl_viewmodel_shift_right_amt "0"
  39. cl_bob_lower_amt "0"
  40. cl_bobamt_lat "0"
  41. cl_bobamt_vert "0"
  42. cl_bobcycle "2"
  43.  
  44. echo "Model Config Loaded"
  45.  
  46. // Video
  47. mat_queue_mode "-1" // auto detect multi-core rendering
  48. fps_max "145"
  49. fps_max_menu "145"
  50.  
  51. echo "Video Config Loaded"
  52.  
  53. // Audio
  54.  
  55. snd_mixahead "0.05"
  56. snd_headphone_pan_exponent "2"
  57. snd_headphone_pan_radial_weight "0"
  58. snd_musicvolume "0"
  59. voice_scale ".5"
  60.  
  61. echo "Audio Config Loaded"
  62.  
  63. // Rates and Interpolation
  64.  
  65. cl_cmdrate "128"
  66. cl_updaterate "128"
  67. cl_interp "0"
  68. cl_interp_ratio "1"
  69. rate "128000"
  70.  
  71. echo "Rates loaded"
  72.  
  73. // Mouse commands
  74.  
  75. m_rawinput "1"
  76. m_mouseaccel1 "0"
  77. m_mouseaccel2 "0"
  78.  
  79. echo "Mouse Config Loaded"
  80.  
  81. // Miscellaneous
  82.  
  83. player_nevershow_communityservermessage "1"
  84. cl_downloadfilter "nosounds"
  85. cl_autowepswitch "0"
  86. cl_autohelp "0"
  87. cl_showhelp "0"
  88. cl_disablefreezecam "1"
  89. cl_showloadout 1
  90. cl_righthand "1"
  91. cl_forcepreload "1"
  92. cl_disablehtmlmotd "1"
  93. closeonbuy "0"
  94. gameinstructor_enable "0"
  95. hud_takesshots "0"
  96. hud_showtargetid "1"
  97. net_graph "0"
  98. net_allow_multicast "1"
  99. net_maxroutable "1200"
  100. net_scale "5"
  101. net_steamcnx_allowrelay "1"
  102. mm_dedicated_search_maxping "80"
  103. sensitivity "3.2"
  104.  
  105. echo "Network Config Loaded"
  106.  
  107. // HUD
  108.  
  109. hud_scaling "0.80" // CS:S sized HUD
  110. cl_showpos "0"
  111. cl_showfps "0"
  112. net_graph "0"
  113. net_graphproportionalfont "0"
  114.  
  115. echo "HUD Config Loaded"
  116.  
  117. // Numpad Buy Script
  118.  
  119.  
  120. bind "KP_INS" "buy m4a1 1;buy ak47 7" // Numpad 0
  121. bind "KP_END" "buy vesthelm; buy vest" // Numpad 1
  122. bind "KP_DOWNARROW" "buy defuser" // Numpad 2
  123. bind "KP_PGDN" "buy p250" // Numpad 3
  124. bind "KP_LEFTARROW" "buy awp" // Numpad 4
  125. bind "KP_5" "buy m4a1; buy ak47" // Numpad 5
  126. bind "KP_RIGHTARROW" "buy mp7" // Numpad 6
  127. bind "KP_HOME" "buy hegrenade" // Numpad 7
  128. bind "KP_UPARROW" "buy flashbang" // Numpad 8
  129. bind "KP_PGUP" "buy smokegrenade" // Numpad 9
  130. bind "KP_MULTIPLY" "buy molotov; buy incgrenade" // Numpad *
  131. bind "KP_MINUS" "buy decoy" // Numpad -
  132. bind "KP_PLUS" "buy p90" // Numpad +
  133. bind "KP_ENTER" "buy famas; buy galilar" // Numpad Enter
  134. bind "KP_DEL" "buy m4a1_silencer 15" // Numpad Entf
  135.  
  136. echo "Buy Script Loaded"
  137.  
  138. // Key Binds
  139.  
  140. Bind "TAB" "+ng"
  141. Bind "ins" "exec autoexec"
  142. Bind "X" "holdpos"
  143. Bind "F" "use weapon_flashbang"
  144. Bind "Z" "use weapon_C4;drop"
  145. bind "C" "use weapon_smokegrenade"
  146. bind "end" "kill"
  147. bind F10 "volume 0;echo volume_off"
  148. bind F11 "volume 1;echo volume_on"
  149. bind "F1" "voice_enable 0;echo VOICE_MUTED"
  150. bind "F2" "voice_enable 1;echo VOICE_ENABLED"
  151.  
  152.  
  153. echo "Key Binds Loaded"
  154.  
  155. //Aliases
  156. alias "+ng" "+showscores; net_graph 1"
  157. alias "-ng" "-showscores; net_graph 0"
  158.  
  159. // Practice Config
  160.  
  161. Bind "home" "bot_kick;mp_buytime 9999;mp_startmoney 16000;mp_roundtime 9999;sv_cheats 1;mp_freezetime 0;sv_infinite_ammo 1;sv_grenade_trajectory 1;sv_grenade_trajectory_dash 1;sv_showimpacts 1;mp_restartgame 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement