drweissbrot / cs-hud

Custom Counter-Strike Spectator HUD
ISC License
243 stars 42 forks source link

Issue with overlay not displaying correctly on OBS. #171

Closed monkemancs closed 6 months ago

monkemancs commented 6 months ago

I've tried to fix this myself for over a day now but currently cant find a solution. The problem is whenever I add the hud into OBS, it works perfectly fine but just comes with the green screen, to get rid of the green screen and to display the hud onto the game, I need to use a the chroma key filter. The problem with that is, that it also gets rid of all the green text displayed next to the names, for example money, kills (if you are going positive) and so on, any ideas on how to fix this or am I just a complete idiot and just doing something wrong. Adding a picture aswell to demonstrate how the text dissapears. Screenshot 2024-04-17 202651

drweissbrot commented 6 months ago

You don't need to (and definitely shouldn't :D) use chroma keying here. Have another look at the instructions: The browser source URL needs to be http://localhost:31982/hud?transparent, and Custom CSS needs to be empty. That'll get rid of the green background.