ackwell / BrowserHost

Dalamud plugin for in-game browser rendering. Think OverlayPlugin, but it's in the game itself.
GNU Lesser General Public License v3.0
9 stars 12 forks source link

Using with ACT #17

Closed Poldovico closed 3 years ago

Poldovico commented 3 years ago

Sorry about the silly question, but I can't find any documentation on how to use this with ACT. The description makes me think this can replace OverlayPlugin, but I can't make it work.

DAOWAce commented 3 years ago

If you didn't get your answer or figure out how to do it, here's an excerpt from this thread: https://forums.advancedcombattracker.com/discussion/263/are-there-any-skins-that-allow-me-to-run-ffxiv-act-in-full-screen

But in this case, I believe your only option is the BrowserHost plugin for XL launcher. This will inject a web browser into the FFXIV game process, similar to Steam or some FPS counter. Once you have a browser in your game, generate a URL from OverlayPlugin and use it with the game's process. (you still need OverlayPlugin running WSServer, but without an overlay active)

Poldovico commented 3 years ago

Thank you very much! I thought the Dalamud plugin would make OverlayPlugin reduntant, but instead they work together.