You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
While searching for alternative ways to begin and end logging, I stumbled upon the mangohudctl build parameter.
However I cannot get it to work completely as /usr/bin/mangohudctl doesn't do anything to the mangohud overlay
By putting control=[socket path] in MangoHud.conf I can get the socket created, but it seems like the related param is then set to -1 here before process_control_socket() can be called? I'm not sure since I'm not familiar with cpp at all...
Is this feature finished? If so, how can I get it working? It would be really helpful to my little project!
I have also noticed a control python module in the source files, having that work will be specially useful, since the project I'm working on is written in python.
Thank you for this amazing tool.
Edit: I've gotten the feature to work by installing the python package located in MangoHud/control through pip and using the ~/.local/bin/mangohud-control entrypoint that gets created. However, only for vulkan applications, unfortunately.
The text was updated successfully, but these errors were encountered:
Hi,
While searching for alternative ways to begin and end logging, I stumbled upon the
mangohudctl
build parameter.However I cannot get it to work completely as
/usr/bin/mangohudctl
doesn't do anything to the mangohud overlayBy putting
control=[socket path]
inMangoHud.conf
I can get the socket created, but it seems like the related param is then set to -1 here beforeprocess_control_socket()
can be called? I'm not sure since I'm not familiar with cpp at all...Is this feature finished? If so, how can I get it working? It would be really helpful to my little project!
I have also noticed a
control
python module in the source files, having that work will be specially useful, since the project I'm working on is written in python.Thank you for this amazing tool.
Edit: I've gotten the feature to work by installing the python package located in
MangoHud/control
throughpip
and using the~/.local/bin/mangohud-control
entrypoint that gets created. However, only for vulkan applications, unfortunately.The text was updated successfully, but these errors were encountered: