Advertisement
deejfam

Untitled

Apr 28th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. //LaunchSettings(http://pastebin.com/9TStG83b)
  2.  
  3.  
  4. //Net Graph
  5.  
  6. bind "TAB" "+ng"; alias "+ng" "+showscores; net_graph 1;";alias "-ng" "net_graph 0; -showscores;";
  7.  
  8.  
  9. //Visual Commands
  10.  
  11. sv_cheats "1";
  12. c_thirdpersonshoulder "0";
  13. cl_colorblind "1";
  14. cl_predictweapons "1";
  15. cl_ragdoll_limit "0";
  16. cl_lagcompensation "1";
  17. cl_removedecals "0";
  18. cl_forcepreload "1";
  19. cl_detail_max_sway "0";
  20.  
  21. r_dynamic "0";
  22. r_ambientfraction "0.2";
  23. r_radiosity "4";
  24.  
  25. r_physpropstaticlighting "0";
  26. r_cheapwaterend "1";
  27. r_cheapwaterstart "1";
  28. r_forcewaterleaf "1";
  29. r_lightaverage "0";
  30.  
  31.  
  32. r_cheapwaterstart "0";
  33. r_eyemove "0";
  34. r_eyeshift_z "0";
  35. r_eyeshift_y "0";
  36. r_eyeshift_x "0";
  37. r_teeth "0";
  38.  
  39. mat_monitorgamma "1.6";
  40. mat_monitorgamma_tv_enabled "1.6";
  41. mat_grain_scale_override "0";
  42. mat_queue_mode "2";
  43. mat_treesway "1";
  44.  
  45. func_break_max_pieces "0";
  46. gameinstructor_enable "0";
  47. z_wound_client_disabled "0";
  48.  
  49.  
  50. //Audio Commands
  51.  
  52. voice_enable "1";
  53. voice_forcemicrecord "1";
  54. voice_modenable "1";
  55. voice_scale "1";
  56. voice_threshold "2000";
  57.  
  58.  
  59. //Crosshair
  60.  
  61. cl_crosshair_dynamic "0";
  62. cl_crosshair_blue "194";
  63. cl_crosshair_green "194";
  64. cl_crosshair_red "194";
  65. cl_crosshair_alpha "255";
  66. cl_crosshair_thickness "5";
  67. cl_observercrosshair "1";
  68.  
  69.  
  70. //Mouse Settings
  71.  
  72. sensitivity "1.25";
  73. m_filter "0";
  74. m_filter2 "0";
  75. m_rawinput "1";
  76. m_customaccel "0";
  77. m_mousespeed "0";
  78. m_customaccel_scale "0";
  79. m_customaccel_exponent "0";
  80.  
  81.  
  82.  
  83. //Net Settings
  84.  
  85. rate "100000";
  86. cl_cmdrate "128";
  87. cl_updaterate "128";
  88. cl_interp_ratio "0";
  89. cl_interp "0.010";
  90. cl_resend "1.5";
  91. cl_timeout "12";
  92. sv_region "3";
  93. net_maxroutable "1200";
  94. net_splitrate "2";
  95. net_splitpacket_maxrate "50000";
  96. net_graphshowlatency "0";
  97. budget_show_history "0";
  98.  
  99.  
  100. //Removing Particles
  101.  
  102. alias "PART" "sv_cheats 1 ;r_drawparticles 0 ;r_snowparticles 0 ;z_woundparticles 0; sv_cheats 0"; bind "N" "PART";
  103.  
  104.  
  105. //Null Script
  106.  
  107. bind "W" "+mfwd"
  108. bind "A" "+mleft"
  109. bind "S" "+mback"
  110. bind "D" "+mright"
  111.  
  112. alias +mfwd "-back;+forward;alias checkfwd +forward";
  113. alias +mback "-forward;+back;alias checkback +back";
  114. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft";
  115. alias +mright "-moveleft;+moveright;alias checkright +moveright";
  116. alias -mfwd "-forward;checkback;alias checkfwd;"
  117. alias -mback "-back;checkfwd;alias checkback;"
  118. alias -mleft "-moveleft;checkright;alias checkleft;"
  119. alias -mright "-moveright;checkleft;alias checkright;"
  120. alias checkfwd;
  121. alias checkback;
  122. alias checkleft;
  123. alias checkright;
  124.  
  125. dsp_enhance_stereo "1";
  126. dsp_slow_cpu "1";
  127.  
  128.  
  129. //Glows
  130.  
  131. cl_glow_survivor_r "0.0";
  132. cl_glow_survivor_g "1.0";
  133. cl_glow_survivor_b "1.0";
  134. cl_glow_survivor_vomit_r "1.0";
  135. cl_glow_survivor_vomit_g "0.0";
  136. cl_glow_survivor_vomit_b "1.0";
  137. cl_glow_survivor_hurt_r "1.0";
  138. cl_glow_survivor_hurt_g "1.0";
  139. cl_glow_survivor_hurt_b "0.0";
  140. cl_glow_item_r "0.53";
  141. cl_glow_item_g "0.12";
  142. cl_glow_item_b "0.47";
  143. cl_glow_item_far_r "1.0";
  144. cl_glow_item_far_g "1.0";
  145. cl_glow_item_far_b "0";
  146. cl_glow_thirdstrike_item_r "1.0";
  147. cl_glow_thirdstrike_item_g "0.0";
  148. cl_glow_thirdstrike_item_b "0.0";
  149. cl_glow_ability_r "1.0";
  150. cl_glow_ability_g "0.0";
  151. cl_glow_ability_b "0.0";
  152. cl_glow_infected_r "0.0";
  153. cl_glow_infected_g "1.0";
  154. cl_glow_infected_b "1.0";
  155. cl_glow_ghost_infected_r "1.0";
  156. cl_glow_ghost_infected_g "1.0";
  157. cl_glow_ghost_infected_b "1.0";
  158. cl_glow_infected_vomit_r "1.0";
  159. cl_glow_infected_vomit_g "0.0";
  160. cl_glow_infected_vomit_b "1.0";
  161. cl_glow_survivor_health_include_buffer "1";
  162. cl_glow_survivor_health_bleed_pulse "0";
  163. cl_glow_survivor_health_bleed_pulse_amount "0.3";
  164. cl_glow_survivor_health_bleed_pulse_speed "10";
  165. cl_glow_survivor_health_high_r "0.0";
  166. cl_glow_survivor_health_high_g "1.0";
  167. cl_glow_survivor_health_high_b "0.0";
  168. cl_glow_survivor_health_med_r "1.0";
  169. cl_glow_survivor_health_med_g "0.25";
  170. cl_glow_survivor_health_med_b "0.0";
  171. cl_glow_survivor_health_low_r "1.0";
  172. cl_glow_survivor_health_low_g "0.0";
  173. cl_glow_survivor_health_low_b "0.0";
  174. cl_glow_survivor_health_crit_r "0.0";
  175. cl_glow_survivor_health_crit_g "0.0";
  176. cl_glow_survivor_health_crit_b "0.0";
  177. cl_witch_glow_range "10000";
  178.  
  179.  
  180. //Aliases
  181.  
  182. alias "deej" "say i aint depressed, it's a theme for steam" ;bind "kp_end" "deej";
  183. alias "cooper" "say being serbian in 2k16 LUL" ;bind "kp_downarrow" "cooper";
  184. alias "ryan" "say omg im not even mvp" ;bind kp_pgdn" "ryan";
  185. alias "peri" "say say iceman that type of nigga who sees a bruised banana and asks if it is ok" ;bind "pg_leftarrow" "peri";
  186.  
  187. //Binds
  188.  
  189. bind "O" "say_team !unpause";
  190. bind "P" "say_team !pause";
  191. bind "[" "say_team !tank; say_team !current";
  192. bind "]" "say_team !health";
  193. bind "#" "say_team !mvp";
  194. bind "]" "hud_zombieteam"
  195.  
  196. bind "/" "say_team !spectate";
  197. bind "mouse4" "+voicerecord";
  198. bind "alt" "toggle cl_crosshair_dynamic 1 0"
  199.  
  200. //Co-Op Binds
  201.  
  202. bind "kp_home" "sm_give smg_silenced ;sm_give knife";
  203. bind "kp_upparrow" "sm_give chrome ;sm_give knife";
  204. bind "kp_pgup" "sm_give scout; sm_knife";
  205.  
  206. bind "F1" "Vote Yes";
  207. bind "F2" "Vote No";
  208.  
  209. clear;
  210. echo "========================================================";
  211. echo " ";
  212. echo " nihilism(n.) the rejection of all religious and moral ";
  213. echo " principles, often in the belief that ";
  214. echo " life is meaningless ";
  215. echo " ";
  216. echo "========================================================";
  217. echo "Visual Commands, Audio Commands, Mouse Settings, NET ";
  218. echo "Commands, Null Script, Glow Commannds, NET Graph Script,";
  219. echo "and SourceMod Binds are all loaded. ";
  220. echo "======================================================== ";
  221. echo "My liver will handle what my heart can't ";
  222. echo "======================================================== ";
  223. echo "O - Unpause | P - Pause | [ Tank/Dist% | ] Health Bonus ";
  224. echo "# - MVP | / - Spectate | Num1 - Deej | Num2 - Cooper ";
  225. echo "Num3 - Ryan ";
  226. echo "========================================================";
  227.  
  228.  
  229. http://pastebin.com/9TStG83b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement