-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mangohud and SDL games #122
Comments
I've modified the "obs-gamecapture" script (really I created the same name of this script but on my .local/bin/) to this :
As you can see, I added this two environment variable :
So I use it on steam option launcher :
(SDL_VIDEODRIVER=x11 it is because I'm on wayland but CSGO need to bee launch on xwayland). So this solution work for all games using vulkan (CS GO too). I can see in the obs the game and mangohud. But, for opengl games, the problem is still here. Game is captured, steam overlay too, but not mangohud. |
As you can see in #14 it depends on the order of loaded layers (eg. vkcapture needs to be loaded last to be able to capture what the layers "before" it rendered). |
Hi,
OBS-VKCAPTURE works fine, but Mangohud does not appear...
For example I try this with CS GO :
The gamecapture work, but without mangohud in obs...
I try with an Opengl and SDL games like the old counter strike 1.6
The game appear on OBS but mango hud not.
However, with Apex Legend, all work like a charm :)
The text was updated successfully, but these errors were encountered: