Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. // #FG Reggie's Settings 11-16-2016
  2.  
  3.  
  4. // #launch options settings :
  5. +rate 128000 +cl_updaterate 128 -w 1024 -h 768 -refresh 75 -processheap -novid -nojoyl -high -tickrate 128-nod3d9ex -noaafonts +mat_queue_mode 2 +mat_vignette_enable 0 -console -noforcemspeed -noforcemaccel -noforcemparms -64bit -dxlevel
  6.  
  7. //SMOKE PRACTICE CONFIG
  8. sv_cheats 1; mp_maxmoney 50000; mp_startmoney 50000; mp_freezetime 1; mp_roundtime_defuse 20; mp_buy_anywhere 1; mp_buytime 1000; bot_kick; sv_infinite_ammo 1; mp_warmup_end
  9.  
  10.  
  11. // BOT PRACTICE CONFIG
  12. Exec gamemode_deathmatch ;mp_teammates_are_enemies 1 ;sv_cheats 1 ;god ;sv_infinite_ammo 1 ;mp_roundtime 6000 ;mp_restartgame 1 ;mp_respawn_immunitytime 0 ;bot_dont_shoot 1
  13.  
  14.  
  15.  
  16. // #NETCODE
  17. cl_timeout "1337";
  18. bind ` "toggleconsole";
  19. rate "128000";
  20. cl_cmdrate "128";
  21. cl_updaterate "128";
  22. mat_queue_mode "2";
  23. cl_interp "0";
  24. cl_interp_ratio "1";
  25. cl_predictweapons "1";
  26. net_graph "1";
  27. cl_disablehtmlmotd "1";
  28. cl_showfps "0";
  29. cl_autohelp "0";
  30.  
  31.  
  32. // #MOUSE SETTINGS
  33. sensitivity "2.5";
  34. cl_crosshaircolor "4";
  35. cl_crosshaircolor_b "0";
  36. cl_crosshaircolor_r "250";
  37. cl_crosshaircolor_g "0";
  38. cl_crosshairdot "0";
  39. cl_crosshairgap "0";
  40. cl_crosshairsize "3";
  41. cl_crosshairstyle "5";
  42. cl_crosshairusealpha 1;
  43. cl_crosshairthickness 0.8
  44. //MODELS & HUD SETTINGS
  45.  
  46.  
  47. cl_fixedcrosshairgap "0";
  48. cl_crosshair_outlinethickness "0";
  49. cl_crosshair_drawoutline "0";
  50. net_graph "1";
  51. net_graphproportionalfont "0";
  52. net_graphheight "0";
  53. hud_scaling "0.8";
  54. hud_showtargetid "1";
  55. hud_takesshots "0";
  56. hud_scaling "1";
  57. hud_showtargetid "1";
  58. cl_autowepswitch "0";
  59. cl_hud_playercount_showcount "1";
  60. hud_scaling "0.6";
  61. cl_hud_healthammo_style "1";
  62. cl_hud_background_alpha "0";
  63. cl_hud_radar_scale "2";
  64. cl_viewmodel_shift_left_amt "0.5";
  65. cl_viewmodel_shift_right_amt "0.25";
  66. cl_bobcycle "0.98";
  67. cl_bob_lower_amt "0";
  68. cl_bobamt_lat "0.4";
  69. cl_bobamt_vert "0.25";
  70. viewmodel_presetpos "0";
  71. viewmodel_fov "54";
  72. viewmodel_offset_x "-1.5";
  73. viewmodel_offset_y "-1.5";
  74. viewmodel_offset_z "-2.0";
  75. m_rawinput "1";
  76. m_side 1;
  77. cl_forcepreload 1;
  78. cl_righthand "1";
  79. cl_showloadout "1";
  80. cl_showpos "0";
  81. cl_showfps "0";
  82. net_graph "1";
  83. net_graphproportionalfont "0";
  84. net_graphheight "0";
  85. cl_radar_always_centered "0";
  86. cl_radar_rotate "1";
  87. cl_radar_scale "0.25";
  88. cl_radar_icon_scale_min "2";
  89. // #SOUND AND VOLUME SETTINGWS
  90.  
  91.  
  92. volume "1";
  93. voice_enable "1";
  94. voice_scale "0.7";
  95. windows_speaker_config "-1";
  96. snd_musicvolume "1";
  97. snd_mixahead "0.05";
  98. snd_headphone_pan_exponent "2";
  99. snd_headphone_pan_radial_weight "2";
  100. snd_legacy_surround "0";
  101. snd_mute_losefocus "0";
  102.  
  103.  
  104. // #BINDS FOR MY CONFIG (SPECIFIC BINDS)
  105.  
  106.  
  107. bind kp_slash "buy p90";
  108. bind kp_multiply "buy bizon";
  109. bind kp_minus "buy sawedoff;buy mag7";
  110. bind kp_home "buy awp";
  111. bind kp_uparrow "buy m4a1; buy ak47";
  112. bind kp_pgup "buy famas;buy galilar";
  113. bind kp_leftarrow "buy deagle";
  114. bind kp_5 "buy incgrenade;buy molotov";
  115. bind kp_rightarrow "buy decoy";
  116. bind kp_end "buy hegrenade";
  117. bind kp_downarrow "buy flashbang";
  118. bind kp_pgdn "buy smokegrenade";
  119. bind kp_ins "buy vesthelm";
  120. bind kp_del "buy vest";
  121. bind kp_plus "buy p250";
  122.  
  123.  
  124. bind kp_enter "buy defuser";
  125. bind h "buy incgrenade; buy molotov; buy smokegrenade; buy hegranade; buy flashbang;";
  126. bind mouse3 "+duck";
  127. bind e "+use";
  128. bind z "voice_scale 0.7";
  129. bind x "voice_scale 0";
  130.  
  131.  
  132. bind mwheelup "+jump"; bind mwheeldown "+jump"; bind mouse3 "+duck";
  133. bind f "use weapon_knife; use weapon_flashbang";
  134. bind c "use weapon_knife; use weapon_smokegrenade";
  135. bind v ""use weapon_knife; use weapon_molotov; use weapon_incgrenade";
  136.  
  137.  
  138. host_writeconfig
  139. echo ""
  140. echo ""
  141. echo "autoexec.cfg reggie's config has been loaded"
  142. echo ""
  143. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement