Skip to content
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

Overlay high CPU usage #9

Closed
spix18 opened this issue Jul 10, 2023 · 3 comments
Closed

Overlay high CPU usage #9

spix18 opened this issue Jul 10, 2023 · 3 comments

Comments

@spix18
Copy link

spix18 commented Jul 10, 2023

first i would thank you for this campanion app for Diablo 4 , its amazing especially the newer version its working as intended.

But i did notice some high CPU usage when Overlay is enable which makes its impossible to play while the overylay is on.

Taskmgr_IwDrAZW0Tl

@josdemmers
Copy link
Owner

josdemmers commented Jul 10, 2023

Good to hear the new updates work good. There are still many improvements coming.
The app works by searching your screen for images (template matching), that cost indeed some cpu power.

The idea of usage I had was to toggle the overlay on when your inventory is (almost) full and you are back in town at the blacksmith.
I currently would not recommended to keep the overlay on all the time while playing.
Maybe this can be improved later when I try some other techniques but not currently.

The turn the overlay on/off you can use the ingame icon in the top-left corner. It will show up on mouse hover.
image

@josdemmers
Copy link
Owner

Looks like the added tooltips are the cause for the increased cpu usage.
You could delete the ones you don't need.
The minimal amount you need are those two I think:
image

@josdemmers
Copy link
Owner

Update v1.1.3.0 moves most of the tooltips to optional. Only equip and unequip are used by default.
If you need one of the other tooltips you can just copy them from the optional folder.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants