Skip to content

hzqst/HUDColor

 
 

Repository files navigation

HUDColor

Change Sven Co-op HUD color

TitleIMG

Install

  1. Download and install MetaHookSv.

  2. Build or download .dll, put it into /SteamLibrary/steamapps/common/Sven Co-op/svencoop/metahook/plugins directory.

  3. Add HUDColor.dll in /SteamLibrary/steamapps/common/Sven Co-op/svencoop/metahook/configs/plugins.lst as a newline.

  4. Enjoy.

New CVar

CVar Value Comment
hud_color_r 0~255 change main color of HUD
hud_color_g 0~255 change main color of HUD
hud_color_b 0~255 change main color of HUD
hud_color_pain_r 0~255 change dying color of HUD
hud_color_pain_g 0~255 change dying color of HUD
hud_color_pain_b 0~255 change dying color of HUD
hud_color_dizzy 0/1/2 0 Disable dizzy effect, 1 RGB disappear effect, 2 Rainbow cycle effect
hud_color_dizzy_time 0~9999999 time of dizzy disappearance

Build

  1. git clone --recursive https://github.com/hzqst/HUDColor

  2. Open .sln with visual studio.

  3. Build.

About

Change Sven Co-op HUD color

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.9%
  • C 7.1%