Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.47 KB | None | 0 0
  1. // For Boyka
  2.  
  3. echo "Exicing autoexec.cfg";
  4.  
  5.  
  6. // =============
  7. // Miscellaneous
  8. // =============
  9.  
  10. sv_search_key ""; // You may set your personal server search key here.
  11. //mm_dedicated_force_servers ""; // You may set your personal server IP(s) to force from lobby as the leader here. Separate multiple IPs with commas.
  12. rcon_password ""; // You may set the rcon password for your server here if available.
  13.  
  14.  
  15. cl_downloadfilter "none"; // Disables custom server content download. (Default: all)
  16. cl_ideal_spec_mode "6"; // Sets the default spectator mode to free roam. (Default: 5)
  17. cl_timeout "30"; // Disconnects from a server after 30 seconds of timeout. (Default: 60)
  18. dsp_enhance_stereo "1"; // Sets the stereo sound quality to high. (Default: 0)gameinstructor_enable "0"; // Disables the game instructor. (Default: 1)
  19. mat_grain_scale_override "0.0"; // Disables the film grain effect. (Default: 1.0)
  20. // mm_dedicated_search_maxping "80"; // Restricts public server searches to a maximum ping of 80. (Default: 150)
  21. sensitivity "3,5"; // Controls the in-game mouse sensitivity. (Default: 3)
  22.  
  23. spec_allowroaming "1"; // Allows free spectator roaming. (Default: 0)
  24.  
  25.  
  26.  
  27. // ===================
  28. // Connection Settings
  29. // ===================
  30.  
  31. // Definition of the five different lerp options.
  32. alias "lerp_0" "rate 100000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.0;cl_interp_ratio -1;alias lerp_change lerp_16.7;echo Lerp set to 0 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.0, cl_interp_ratio -1).";
  33. alias "lerp_16.7" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.0167;cl_interp_ratio -1;alias lerp_change lerp_33.4;echo Lerp set to 16.7 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.0167, cl_interp_ratio -1).";
  34. alias "lerp_33.4" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.0334;cl_interp_ratio -1;alias lerp_change lerp_50.1;echo Lerp set to 33.4 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.0334, cl_interp_ratio -1).";
  35. alias "lerp_50.1" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.0501;cl_interp_ratio -1;alias lerp_change lerp_66.7;echo Lerp set to 50.1 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.0501, cl_interp_ratio -1).";
  36. alias "lerp_66.7" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.0668;cl_interp_ratio -1;alias lerp_change lerp_0;echo Lerp set to 66.7 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.0667, cl_interp_ratio -1).";
  37.  
  38. lerp_33.4; // Loading of one of the five different lerp options. Change the value here to use a different lerp.
  39.  
  40. // Additional rates presets mainly for testing purposes and changing settings quickly via the console. You can normally ignore these, just use the above.
  41. alias "rd" "rate 10000;cl_cmdrate 30;cl_updaterate 20;cl_interp 0.1;cl_interp_ratio 2;echo Shitty default rates providing lerp 100 (rate 10000, cl_cmdrate 30, cl_updaterate 20, cl_interp 0.1, cl_interp_ratio 2) set.";
  42. alias "rd+" "rate 30000;cl_cmdrate 30;cl_updaterate 30;cl_interp 0.1;cl_interp_ratio -1;echo Improved default rates while still providing shitty lerp 100 (rate 30000, cl_cmdrate 30, cl_updaterate 30, cl_interp 0.1, cl_interp_ratio -1) set.";
  43. alias "rc1" "rate 30000;cl_cmdrate 30;cl_updaterate 30;cl_interp 0.0667;cl_interp_ratio -1;echo Custom rates preset #1 providing lerp 66.7 (rate 30000, cl_cmdrate 30, cl_updaterate 30, cl_interp 0.0667, cl_interp_ratio -1) set.";
  44. alias "rc2" "rate 30000;cl_cmdrate 30;cl_updaterate 30;cl_interp 0.0334;cl_interp_ratio -1;echo Custom rates preset #2 providing lerp 33.4 (rate 30000, cl_cmdrate 30, cl_updaterate 30, cl_interp 0.0334, cl_interp_ratio -1) set.";
  45. alias "rc3" "rate 30000;cl_cmdrate 30;cl_updaterate 30;cl_interp 0.0;cl_interp_ratio 1-;echo Custom rates preset #3 providing lerp 0 (rate 30000, cl_cmdrate 30, cl_updaterate 30, cl_interp 0.0, cl_interp_ratio -1) set.";
  46. alias "rc4" "rate 30000;cl_cmdrate 60;cl_updaterate 60;cl_interp 0.0334;cl_interp_ratio -1;echo Custom rates preset #4 providing lerp 33.4 (rate 30000, cl_cmdrate 60, cl_updaterate 60, cl_interp 0.0334, cl_interp_ratio -1) set.";
  47. alias "rc5" "rate 30000;cl_cmdrate 60;cl_updaterate 60;cl_interp 0.0167;cl_interp_ratio -1;echo Custom rates preset #5 providing lerp 16.7 (rate 30000, cl_cmdrate 60, cl_updaterate 60, cl_interp 0.0167, cl_interp_ratio -1) set.";
  48. alias "rc6" "rate 30000;cl_cmdrate 60;cl_updaterate 60;cl_interp 0.0;cl_interp_ratio -1;echo Custom rates preset #6 providing lerp 0 (rate 30000, cl_cmdrate 60, cl_updaterate 60, cl_interp 0.0, cl_interp_ratio -1) set.";
  49. alias "rc7" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.02;cl_interp_ratio -1;echo Custom rates preset #7 providing lerp 20 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.02, cl_interp_ratio -1) set.";
  50. alias "rc8" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.01;cl_interp_ratio -1;echo Custom rates preset #8 providing lerp 10 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.01, cl_interp_ratio -1) set.";
  51. alias "rc9" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.0;cl_interp_ratio -1;echo Custom rates preset #9 providing lerp 0 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.0, cl_interp_ratio -1) set.";
  52. alias "rc10" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.0667;cl_interp_ratio -1;echo Custom rates preset #10 providing lerp 66.7 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.0667, cl_interp_ratio -1) set.";
  53. alias "rc11" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.0501;cl_interp_ratio -1;echo Custom rates preset #11 providing lerp 50.1 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.0501, cl_interp_ratio -1) set.";
  54. alias "rc12" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.0334;cl_interp_ratio -1;echo Custom rates preset #12 providing lerp 33.4 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.0334, cl_interp_ratio -1) set.";
  55. alias "rc13" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.0167;cl_interp_ratio -1;echo Custom rates preset #13 providing lerp 16.7 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.0167, cl_interp_ratio -1) set.";
  56. alias "rc14" "rate 30000;cl_cmdrate 100;cl_updaterate 100;cl_interp 0.0;cl_interp_ratio -1;echo Custom rates preset #14 providing lerp 0 (rate 30000, cl_cmdrate 100, cl_updaterate 100, cl_interp 0.0, cl_interp_ratio -1) set.";
  57.  
  58.  
  59. // =========
  60. // Crosshair
  61. // =========
  62.  
  63. cl_crosshair_alpha "255"; // Controls the crosshair opacity. (Default: 255)
  64. cl_crosshair_dynamic "0"; // Stops the crosshair from showing your bullet spread and makes it remain static instead. (Default: 1)
  65. cl_crosshair_thickness "2"; // Controls the thickness of the crosshair. (Default: 2)
  66. cl_colorblind "1"; // Enables colorblind mode for the crosshair only. Makes it white with a black surrounding. (Default: 0)
  67. cl_crosshair_red "138"; // Controls the amount of red color in the crosshair if colorblind mode is disabled. (Default: 138)
  68. cl_crosshair_green "182"; // Controls the amount of green color in the crosshair if colorblind mode is disabled. (Default: 182)
  69. cl_crosshair_blue "220"; // Controls the amount of blue color in the crosshair if colorblind mode is disabled. (Default: 220)
  70.  
  71.  
  72. // =====
  73. // Glows
  74. // =====
  75.  
  76. cl_glow_survivor_r "0.0";
  77. cl_glow_survivor_g "1.0";
  78. cl_glow_survivor_b "1.0";
  79. cl_glow_survivor_vomit_r "1.0";
  80. cl_glow_survivor_vomit_g "0.0";
  81. cl_glow_survivor_vomit_b "1.0";
  82. cl_glow_survivor_hurt_r "1.0";
  83. cl_glow_survivor_hurt_g "1.0";
  84. cl_glow_survivor_hurt_b "0.0";
  85. cl_glow_item_r "1.0";
  86. cl_glow_item_g "1.0";
  87. cl_glow_item_b "1.0";
  88. cl_glow_item_far_r "1.0";
  89. cl_glow_item_far_g "1.0";
  90. cl_glow_item_far_b "1.0";
  91. cl_glow_thirdstrike_item_r "1.0";
  92. cl_glow_thirdstrike_item_g "0.0";
  93. cl_glow_thirdstrike_item_b "0.0";
  94. cl_glow_ability_r "1.0";
  95. cl_glow_ability_g "0.0";
  96. cl_glow_ability_b "0.0";
  97. cl_glow_infected_r "0.0";
  98. cl_glow_infected_g "1.0";
  99. cl_glow_infected_b "1.0";
  100. cl_glow_ghost_infected_r "1.0";
  101. cl_glow_ghost_infected_g "1.0";
  102. cl_glow_ghost_infected_b "1.0";
  103. cl_glow_infected_vomit_r "1.0";
  104. cl_glow_infected_vomit_g "0.0";
  105. cl_glow_infected_vomit_b "1.0";
  106. cl_glow_survivor_health_include_buffer "1"; // Controls whether any temporary health buffer will affect the color of the survivor glows or only permanent health. (Default: 1)
  107. cl_glow_survivor_health_bleed_pulse "0"; // Disables pulsating glows. Normally in effect when the survivors have any temporary health. (Default: 1)
  108. cl_glow_survivor_health_bleed_pulse_amount "0.3";
  109. cl_glow_survivor_health_bleed_pulse_speed "10";
  110. cl_glow_survivor_health_high_r "0.0";
  111. cl_glow_survivor_health_high_g "1.0";
  112. cl_glow_survivor_health_high_b "0.0";
  113. cl_glow_survivor_health_med_r "1.0";
  114. cl_glow_survivor_health_med_g "1.0";
  115. cl_glow_survivor_health_med_b "0.0";
  116. cl_glow_survivor_health_low_r "1.0";
  117. cl_glow_survivor_health_low_g "0.0";
  118. cl_glow_survivor_health_low_b "0.0";
  119. cl_glow_survivor_health_crit_r "1.0";
  120. cl_glow_survivor_health_crit_g "0.0";
  121. cl_glow_survivor_health_crit_b "0.0";
  122. cl_playerspraydisable "0"
  123.  
  124.  
  125. // =====================
  126. // Scoreboard & Netgraph
  127. // =====================
  128.  
  129. bind "TAB" "+showscores_custom"; // Rebinds TAB to a custom script adding the netgraph to the scoreboard. (Default: +showscores)
  130.  
  131. net_graphpos "0"; // Places the netgraph in the bottom left corner, together with the scoreboard. (Default: 1)
  132. net_scale "15"; // Reduces the sizes of the netgraph bars. (Default: 5)
  133. net_graphshowlatency "0"; // Disables displaying of the latency graph. (Default: 1)
  134. net_graphshowinterp "0"; // Disables displaying of the interpolation graph. (Default: 1)
  135.  
  136. alias "+showscores_custom" "+showscores;net_graph 4";
  137. alias "-showscores_custom" "-showscores;net_graph 0";
  138.  
  139.  
  140.  
  141. // ===================
  142. // Server Status Check
  143. // ===================
  144.  
  145. // The server status check script is split up into multiple aliases because it is too long for a single alias.
  146. alias "server_status_check" "server_status_check_1";
  147. alias "server_status_check_1" "toggleconsole;wait 50;echo;echo;wait 5;echo ================================================================================;wait 5;echo;wait 5;server_status_check_2";
  148. alias "server_status_check_2" "status;wait 50;echo;server_status_check_3";
  149. alias "server_status_check_3" "sv_minrate;sv_maxrate;sv_mincmdrate;sv_maxcmdrate;help sv_minupdaterate;help sv_maxupdaterate;help sv_client_min_interp_ratio;help sv_client_max_interp_ratio;echo;server_status_check_4";
  150. alias "server_status_check_4" "meta list;wait 50;echo;wait 5;server_status_check_5";
  151. alias "server_status_check_5" "sm plugins;sm plugins 11;sm plugins 22;sm plugins 33;sm plugins 44;sm plugins 55;sm plugins 66;sm plugins 77;sm plugins 88;sm plugins 99;wait 50;echo;wait 5;server_status_check_6";
  152. alias "server_status_check_6" "confogl_clientsettings;wait 50;echo;server_status_check_7";
  153. alias "server_status_check_7" "confogl_cvardiff;wait 50;echo;wait 5;server_status_check_8";
  154. alias "server_status_check_8" "echo ================================================================================;wait 5;echo;echo";
  155.  
  156. alias "server_confogl_cvars" "server_confogl_cvars_1";
  157. alias "server_confogl_cvars_1" "toggleconsole;wait 50;echo;echo;wait 5;echo ================================================================================;wait 5;echo;wait 5;server_confogl_cvars_2";
  158. alias "server_confogl_cvars_2" "confogl_cvarsettings;wait 15;confogl_cvarsettings 20;wait 15;confogl_cvarsettings 40;wait 15;confogl_cvarsettings 60;wait 15;confogl_cvarsettings 80;wait 15;confogl_cvarsettings 100;wait 15;confogl_cvarsettings 120;wait 15;confogl_cvarsettings 140;wait 15;confogl_cvarsettings 160;wait 15;confogl_cvarsettings 180;wait 15;confogl_cvarsettings 200;wait 15;confogl_cvarsettings 220;wait 15;confogl_cvarsettings 240;wait 50;echo;wait 5;server_confogl_cvars_3";
  159. alias "server_confogl_cvars_3" "echo ================================================================================;wait 5;echo;echo";
  160.  
  161.  
  162. // ===================================================
  163. // Demo Playback Crosshair, Gun Viewmodel & HUD Toggle
  164. // ===================================================
  165.  
  166. alias "crosshair_off" "cl_crosshair_alpha 0;alias crosshair_toggle crosshair_on";
  167. alias "crosshair_on" "cl_crosshair_alpha 255;alias crosshair_toggle crosshair_off";
  168. alias "crosshair_complete_off" "crosshair_off;crosshair 0;alias crosshair_complete_toggle crosshair_complete_on";
  169. alias "crosshair_complete_on" "crosshair_on;crosshair 1;alias crosshair_complete_toggle crosshair_complete_off";
  170. crosshair_complete_on;
  171.  
  172. alias "viewmodel_off" "sv_cheats 1;r_drawviewmodel 0;r_flashlightbrightness 0;alias viewmodel_toggle viewmodel_on";
  173. alias "viewmodel_on" "r_drawviewmodel 1;r_flashlightbrightness 0.25;alias viewmodel_toggle viewmodel_off";
  174. alias "viewmodel_toggle" "viewmodel_off";
  175.  
  176. alias "hud_off" "sv_cheats 1;cl_drawhud 0;hidehud 4;closecaption 0;alias hud_toggle hud_on";
  177. alias "hud_on" "cl_drawhud 1;hidehud 0;closecaption 1;alias hud_toggle hud_off";
  178. alias "hud_toggle" "hud_off";
  179.  
  180. // the jukery is in business
  181. // Null-cancelling movement script
  182. // Tank shit
  183.  
  184. bind w +mfwd
  185. bind s +mback
  186. bind a +mleft
  187. bind d +mright
  188.  
  189. alias +mfwd "-back;+forward;alias checkfwd +forward"
  190. alias +mback "-forward;+back;alias checkback +back"
  191. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  192. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  193. alias -mfwd "-forward;checkback;alias checkfwd none"
  194. alias -mback "-back;checkfwd;alias checkback none"
  195. alias -mleft "-moveleft;checkright;alias checkleft none"
  196. alias -mright "-moveright;checkleft;alias checkright none"
  197. alias checkfwd none
  198. alias checkback none
  199. alias checkleft none
  200. alias checkright none
  201. alias none ""
  202.  
  203.  
  204. //Mouse
  205.  
  206. m_customaccel "0" //Custom mouse acceleration (0 disable, 1 to enable, 2 enable with separate yaw/pitch rescale).
  207. m_customaccel_exponent "0" //Mouse move is raised to this power before being scaled by scale factor.
  208. m_customaccel_max "0" //Max mouse move scale factor, 0 for no limit
  209. m_customaccel_scale "0" //Custom mouse acceleration value.
  210. m_mouseaccel1 "0" //Windows mouse acceleration initial threshold (2x movement).
  211. m_mouseaccel2 "0" //Windows mouse acceleration secondary threshold (4x movement).
  212. m_mousespeed "0" //Windows mouse speed factor (range 1 to 20).
  213.  
  214. // Shit ;D
  215.  
  216. Bind "b" "+31"
  217.  
  218. alias "+21" "alias 23 +22; +22"
  219. alias "+22" "impulse 100; wait; -22"
  220. alias "-22" "impulse 100; wait; 23"
  221. alias "23" "+22"
  222. alias "-21" "alias 23 impulse 100"
  223.  
  224. alias "+31" "impulse 100; -21"
  225. alias "-31" "32"
  226. alias "32" "alias -31 +21; wait 20; alias -31 32"
  227.  
  228.  
  229. exec slam
  230.  
  231. // Boyka bro
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement