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

6.0 #26

Open TheTylerG opened 2 years ago

TheTylerG commented 2 years ago

Any plans to update this for Endwalker soon?

Marrowhack commented 2 years ago

Also curious about this. Browserhost is how I get ACT to overlay with FFXIV in fullscreen so really looking forward to using it again if/when it's updated for 6.0

Styr1x commented 2 years ago

The current version still works, it pretty much doesn't do anything that would require updating it aside from the "don't supported" nag.

This project seems to be in low maintenance mode anyway so you might have to wait some time for on official update (or not, what do I know).

Marrowhack commented 2 years ago

Ah good to know it works, thanks. Maybe I'm just missing it, but, is there a way to force load it despite the outdated warning?

Baelrayne commented 2 years ago

How do you install it though? The Repo Link in the .json file doesn't seem to do anything and you can't install it locally since it doesn't seem to be recognized as a devPlugin

Styr1x commented 2 years ago

I'm not sure which setting it was because I have a non standard xl installation, but I think "LoadAllApiLevels" in dalamudConfig.json set to true and "Disabled" set to false in BrowserHost.Plugin.json might be enough. If not I'll have another look.

Edit: Setting "DalamudApiLevel" to 5 in BrowserHost.Plugin.json will remove the red cross.

Baelrayne commented 2 years ago

Thx alot for the explanation. I get what I need to do ... except one thing. Where to put it for a local installation? Or do I need to create a fork and manipulate the files there? Tried to Disable the API Version check and download it via the Repo-Link. No luck. Won't use that one.

Styr1x commented 2 years ago

Just use the version that /xlplugins would download for you: https://github.com/goatcorp/DalamudPlugins/blob/api5/plugins/BrowserHost.Plugin/latest.zip

Contents of the zip are extracted to C:\Users[YOUR USERNAME]\AppData\Roaming\XIVLauncher\installedPlugins\BrowserHost.Plugin\1.4.1.2

And then just modify the stuff inside there.

Baelrayne commented 2 years ago

THAT !!! Thank you !!! The link to get the files to install. That was what I was looking for.

Truly sorry if my questions seemed dense. Pretty new to the Dalamud stuff.

After creating the folders and changing the config it works perfectly.

Marrowhack commented 2 years ago

I just tried as well and it works perfectly! Thanks!

Styr1x commented 2 years ago

Glad to hear it worked out for you!

Personally I would want to know if @ackwell plans to continue to support this plugin or if we should aim for a fork to continue development.

Styr1x commented 2 years ago

I went ahead and created a fork: https://github.com/Styr1x/Browsingway Already added the features I wanted most. No eta yet when it will be available for download using /xlplugins though.