- Joined
- Mar 19, 2021
- RedCents
- 50¢
So I just did a quick test of disabling the UI for each EQ client (10 total) and my CPU went from 42% to 34% and GPU went from 65% to 37% total.
It seems like there should be a way to toggle off the UI for each client that's in the background, then toggle it back on when in focus.
I already solved the first part.
/if (!${Everquest.Foreground}) {
< put code here to check if UI is visible, maybe even check if window opacity is zero? >
/keypress F10
}
I tried to google this and checked all the data types for ${Window} and ${Everquest} but found nothing related to UI visibility...
Thanks.
It seems like there should be a way to toggle off the UI for each client that's in the background, then toggle it back on when in focus.
I already solved the first part.
/if (!${Everquest.Foreground}) {
< put code here to check if UI is visible, maybe even check if window opacity is zero? >
/keypress F10
}
I tried to google this and checked all the data types for ${Window} and ${Everquest} but found nothing related to UI visibility...
Thanks.