-
Notifications
You must be signed in to change notification settings - Fork 38
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
OverlayPlugin WS server usability improvements #165
Comments
I went for some low-hanging fruit in 73ae931:
|
Thank you for all the fixes! Yeah agreed that the "It works!" page is probably low priority. It was just weird to see. If I have some time this week I'll look at adding different kinds of preset options (whether it supports overlay/shared/local), since I wanted to hide raidboss emulator and similarly my oopsy summary review in the overlay presets, and I think that could be similarly leveraged for turning off target bars, enmity, and some cactbot overlays for the remote presets. Re:
|
Please don't remove target bars and enmity from the URL presets. At least leave them for local mode. I've heard from a few people who use an XL plugin that can display overlays in fullscreen mode (since XL plugins run inside the game process, they can hook the render loop). This obviously needs WSServer and at least one person uses the targetbar overlay with that setup.
I don't see the OverlayPlugin/OverlayPlugin.Core/Controls/WSConfigPanel.cs Lines 363 to 369 in 73ae931
If you want to see the |
Mentioned in ngld/OverlayPlugin#165.
* Split MiniParseEventSource into multiple event sources * Fix missing changes due to MSVS not saving the file
A few thoughts when updating my documentation for this:
file://
urls for local files, as copying and pasting a local filename with a url query string escapes the question mark, e.g.C:\Users\tinipoutini\cactbot\ui\raidboss\raidboss.html?OVERLAY_WS=wss://75ee58f97e2e.ngrok.io/ws
becomesfile:///C:/Users/tinipoutini/cactbot/ui/raidboss/raidboss.html%3FOVERLAY_WS=wss://75ee58f97e2e.ngrok.io/ws
in the url bar (this is clearly not something most people will do, but this is also true for stream/local overlays as well as shared, where it's more relevant)%/%/targetbars/etc
. (Although, arguably these should not be included in the preset list for shared overlays, as we don't know the target for the remote user. Similarly, cactbot jobs.)If you know what you're using an overlay that isn't listed, here are some query strings for you:
should probably sayIf you know what you're doing and you're using an overlay that isn't listed...
(Sorry for the giant list. I can open separate bugs if these are things you want to fix, but this just seemed cleaner to put all of the shared overlay/ngrok issues in one place.)
The text was updated successfully, but these errors were encountered: