LustNoel

L4D2 autoexec

Nov 19th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. cl_showpos 1
  2.  
  3. mat_monitorgamma_tv_enabled 1
  4.  
  5. Net_graph 1
  6.  
  7. sv_consistency 0
  8.  
  9. sv_pure 0
  10.  
  11. cl_showfps 4
  12.  
  13. fps_max 300
  14.  
  15. cl_menuduration -1
  16.  
  17. cl_cmdrate 10000
  18. cl_updaterate 10000
  19. cl_interp 0.03333
  20. cl_interp_ratio 1
  21. alias +netg "net_graph 1;+showscores";alias -netg "net_graph 0;-showscores";bind TAB "+netg";
  22.  
  23. //server ping commands
  24. //"mm_dedicated_search_maxping [maxping value]"
  25.  
  26. //splitscreen commands
  27. // ss_map mapname
  28. // connect_splitscreen localhost 2
  29. // sv_cheats 1
  30. // BindToggle "mouse5" "in_forceuser"
  31. // ss_splitmode
  32. //bind q go_away_from_keyboard
  33. //bind mouse4 noclip
  34.  
  35. //SURVIVOR HIGHLIGHTS
  36.  
  37. //survivor outline
  38. cl_glow_survivor_b "0.0"
  39. cl_glow_survivor_g "0.0"
  40. cl_glow_survivor_r "0.882"
  41.  
  42. //item glow
  43. cl_glow_item_b "0.72"
  44. cl_glow_item_g "0.07"
  45. cl_glow_item_r "0.79"
  46.  
  47. //incapped
  48. cl_glow_survivor_hurt_b "0.0"
  49. cl_glow_survivor_hurt_g "0.0"
  50. cl_glow_survivor_hurt_r "0.882"
  51.  
  52. //item distance
  53. cl_glow_item_far_b "0.0"
  54. cl_glow_item_far_g "0.0"
  55. cl_glow_item_far_r "1.0"
  56.  
  57. //vomit
  58. cl_glow_survivor_vomit_b "0.72"
  59. cl_glow_survivor_vomit_g "0.07"
  60. cl_glow_survivor_vomit_r "0.79"
  61.  
  62. //B&W items
  63. cl_glow_thirdstrike_item_b "0.72"
  64. cl_glow_thirdstrike_item_g "0.07"
  65. cl_glow_thirdstrike_item_r "0.79"
  66.  
  67. //Special attack
  68. cl_glow_ability_b "0.72"
  69. cl_glow_ability_g "0.07"
  70. cl_glow_ability_r "0.79"
  71.  
  72. //SPECIAL INFECTED HIGHLIGHTS
  73.  
  74. //SI Teammates (spawned)
  75. cl_glow_infected_b "1.0"
  76. cl_glow_infected_g "0.4"
  77. cl_glow_infected_r "0.3"
  78.  
  79. //SI Teammates (Ghost)
  80. cl_glow_infected_b "1.0"
  81. cl_glow_infected_g "0.4"
  82. cl_glow_infected_r "0.3"
  83.  
  84. //Puked Survivors
  85. cl_glow_infected_vomit_b "0.72"
  86. cl_glow_infected_vomit_g "0.07"
  87. cl_glow_infected_vomit_r "0.79"
  88.  
  89. //above 40 HP
  90. cl_glow_survivor_health_high_b "0"
  91. cl_glow_survivor_health_high_g "0"
  92. cl_glow_survivor_health_high_r "0.039"
  93.  
  94. //25-39 HP
  95. cl_glow_survivor_health_med_b "0.032"
  96. cl_glow_survivor_health_med_g "0.45"
  97. cl_glow_survivor_health_med_r "0.59"
  98.  
  99. //24 and below
  100. cl_glow_survivor_health_low_b "0.0"
  101. cl_glow_survivor_health_low_g "0.25"
  102. cl_glow_survivor_health_low_r "0.70"
  103.  
  104. //Incapped + 1hp
  105. cl_glow_survivor_health_crit_b "0.098"
  106. cl_glow_survivor_health_crit_g "0.098"
  107. cl_glow_survivor_health_crit_r "0.63"
  108.  
  109. //Witch passive
  110. cl_witch_glow_idle_b "0.2"
  111. cl_witch_glow_idle_g "0.4"
  112. cl_witch_glow_idle_r "0.2"
  113.  
  114. //Witch startled
  115. cl_witch_glow_angry_b "0.0"
  116. cl_witch_glow_angry_g "0.0"
  117. cl_witch_glow_angry_r "1.0"
  118.  
  119.  
  120. //outline cfg
  121. //cl_glow_blur_scale
  122. //cl_glow_brightness
  123. //cl_glow_los_delay
  124. //cl_glow_los_fade_in_time
  125. //cl_glow_los_fade_out_time
  126.  
  127. //plugin_load ../bin/sst
  128.  
  129.  
Advertisement
Add Comment
Please, Sign In to add comment