marzent / IINACT

A Dalamud plugin to run the FFXIV_ACT_Plugin in an ACT-like enviroment with a heavily modified port of Overlay Plugin
https://www.iinact.com
GNU General Public License v3.0
182 stars 41 forks source link

Cactbot Raidboss overlays identical #30

Closed NCC-Lykos closed 1 year ago

NCC-Lykos commented 1 year ago

Not sure if intended, but running IINACT on Windows with Browsingway -- The URL for the 3 Cactbot Raidboss overlays are identical, always producing Timeline and Alerts instead of being able to split them up.

frstndrd commented 1 year ago

Yeah, that seems to be an issue. Combined alerts and timeline belong to /cactbot/ui/raidboss/raidboss.html, while alerts only would be /cactbot/ui/raidboss/raidboss_alerts_only.html and timeline only would be /cactbot/ui/raidboss/raidboss_timeline_only.html. Replacing that string before the .html does the trick.

marzent commented 1 year ago

Indeed this is an issues which stems from switching to https://github.com/cking/act-overlays as overlay preset source and IINACT currently not interpreting the additional options in there

marzent commented 1 year ago

this is fixed with this implementation https://github.com/marzent/IINACT/commit/f9af4c62c1e6947a85def7afbc2c6fd5630f2837