Advertisement
fl0rek

Florek's Config - 31.07.2015

Jul 30th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. // autoexec.cfg by florek //
  2.  
  3.  
  4. //EXEC
  5. exec crosshair //lauch ups crosshair
  6.  
  7. //LAUNCH COMMANDS //
  8. // -freq 60 -console -threads 4 -novid -refresh 60 -exec autoexec.cfg -tickrate 128 -nojoy //
  9.  
  10.  
  11. //GAME //
  12. gameinstructor_enable "0" //disables begginer tutorials
  13. cl_autoweaponswitch "0" //doesn't switch to picked up weapon [default: 1]
  14. closeonbuy "0" //buy menu doesn't close after buying something
  15. cl_disablefreezecam "1" //disables freezecam after death
  16.  
  17.  
  18. //NETWORK //
  19. rate "128000" //makes client-server communication better
  20. cl_cmdrate "128" //makes client-server communication better [default: 64]
  21. cl_updaterate "128" //makes client-server communication better [default: 64]
  22. cl_timeout "500" //disconnects you from the server after 500 seconds of no connection [default: 30]
  23.  
  24.  
  25. //AUDIO //
  26. windows_speaker_config "1" //sets headset sound mode
  27. voice_scale "1" //sets voice chat volume to maximum [default: 1]
  28.  
  29.  
  30. //VIDEO //
  31.  
  32.  
  33. //INTERFACE //
  34. fps_max "150" //max fps that you can see
  35. net_graph "1" //shows fps
  36. net_graphproportionalfont "0" //smaller net_graph letters
  37. net_graphpos "2" //position of net_graph
  38. hud_showtargetid "0" //showing name of player while aiming at him
  39. cl_show_clan_in_death_notice "0" //hides clan tag in the kill feed [default: 1]
  40. cl_radar_icon_scale_min "0.7" //changes size of icons on the radar
  41. cl_hud_color "8" //greed color of hud
  42. hud_scaling "0.7" //hud size
  43. cl_hud_radar_scale "1.3" //radar scaling
  44. cl_hud_background_alpha "0.5" //background hud intensifity
  45. cl_radar_square_with_scoreboard "0" //radar will turn into its squared form when activating the scoreboard [default: 1]
  46.  
  47. //CROSSHAIR //
  48. cl_crosshairusealpha "1" //allow crosshair alpha change [default: 0]
  49. cl_crosshairalpha "333" //turns off crosshair transparency
  50.  
  51. //VIEWMODEL //
  52. viewmodel_fov "90";
  53. viewmodel_offset_x "1.5"
  54. viewmodel_offset_y "2";
  55. viewmodel_offset_z "-1.5";
  56.  
  57. //BOBBING //
  58. cl_viewmodel_shift_left_amt "0"
  59. cl_viewmodel_shift_right_amt "0"
  60. cl_bob_lower_amt "0"
  61. cl_bobamt_lat "0"
  62. cl_bobamt_vert "0"
  63. cl_bobcycle "2"
  64.  
  65. //ELSE //
  66. engine_no_focus_sleep "0" //game engine does not go to sleep after Alt-Tabbing [default: 1]
  67.  
  68.  
  69. //STEERING //
  70.  
  71.  
  72. //KEYBOARD //
  73. cl_use_opens_buy_menu "0" //use key does not open buy menu [default: 1]
  74. bind F2 "buy famas; buy galilar"
  75. bind F3 "buy AWP; use weapon_awp"
  76. bind F4 "buy vest"
  77. bind F5 "buy vesthelm"
  78. bind F6 "buy defuser"
  79. bind 6 "buy p250;use weapon_p250"
  80. bind MWHEELUP "+jump"
  81. bind MWHEELDOWN "+jump"
  82. bind MOUSE3 "radio3"
  83. bind x "radio2"
  84. bind c "radio1"
  85. bind z "+voicerecord"
  86. bind "mouse4" "+jumpthrow"
  87. bind "mouse5" "+jumpduck"
  88.  
  89.  
  90. //CONSOLE //
  91.  
  92.  
  93. //ALIASES //
  94. alias "+jumpthrow" "+jump;-attack"
  95. alias "-jumpthrow" "-jump"
  96. alias "+jumpduck" "+jump;+duck"
  97. alias "-jumpduck" "-jump;-duck"
  98. alias "autoexec" "exec autoexec"
  99.  
  100. //ELSE //
  101. clear
  102.  
  103. //ECHO
  104. echo "AUTOEXEC SUCCESSFULLY LOADED"
  105. echo "CROSSHAIR SUCCESSFULLY LOADED"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement