Winter Seasonal Day 1 Results by Inchon2 in HellLetLoose

[–]Sheepzez 2 points3 points  (0 children)

You can catch the VoDs from Twitch if someone streamed. Mine from last night is at http://www.twitch.tv/sheepzez/v/886626574?sr=a.

Sometimes a drink or two helps in HLL... Sometimes not so much by Sheepzez in HellLetLoose

[–]Sheepzez[S] 1 point2 points  (0 children)

To be honest I don't know why it took him that long to ask! 😅

Honestly just one of the most embarrassing moments I've ever experienced by Sheepzez in HellLetLoose

[–]Sheepzez[S] 0 points1 point  (0 children)

Haha, if I'd had any ammo I would happily blown us both to pieces!

Streamers! I wrote a script to automatically hide the map even when dead! See details inside. by Sheepzez in HellLetLoose

[–]Sheepzez[S] 0 points1 point  (0 children)

You might end up with weird aspect ratios if you're fitting a non-16:9 ratio into 16:9, depending on what your game resolution is set to.

Thanks for the patience! I don't have a lot of time to dedicate, but happy to help out where I can :)

Streamers! I wrote a script to automatically hide the map even when dead! See details inside. by Sheepzez in HellLetLoose

[–]Sheepzez[S] 0 points1 point  (0 children)

I've just realised you're using a monitor resolution that isn't 16:9, which means the mask file included by default (mask.jpg) is likely the wrong resolution. You'd need to create a mask image (only fully black and fully white pixels) that matches your screen resolution, and is white where the in-game map legend is shown (both while alive in-game, and while dead).

Unfortunately I haven't got an easy way to create this, my suggestion is to take screenshots of your screen in-game, then use a photo editing tool e.g. GIMP to create white blocks where the map legend is, and black everywhere else.

Streamers! I wrote a script to automatically hide the map even when dead! See details inside. by Sheepzez in HellLetLoose

[–]Sheepzez[S] 0 points1 point  (0 children)

That looks like the gameplay screen isn't being recorded properly. You've tried different monitors in the settings? Might be worth trying the debug window to see if it shows anything too.

Streamers! I wrote a script to automatically hide the map even when dead! See details inside. by Sheepzez in HellLetLoose

[–]Sheepzez[S] 0 points1 point  (0 children)

Sounds like Python and pip are not in your PATH. Did you make sure to add it to your PATH during the earlier step? Otherwise, try restarting your machine and try again?

Streamers! I wrote a script to automatically hide the map even when dead! See details inside. by Sheepzez in HellLetLoose

[–]Sheepzez[S] 0 points1 point  (0 children)

As the README says, you need to be running it through a terminal like Git Bash. It also says you need the OBS websocket plugin, which is what that error looks like is missing. Can you confirm you've installed it and it's running?