Open Gaemfreak opened 5 years ago
it's issue of OverlayPlugincompletely, seems OverlayPlugin failing to save its own configuration...or more. Can you find your ACT directory\Config\RainbowMage.OverlayPlugin.config.xml
after quitting ACT?
Yeah, it's there in the roaming folder.
This is what I see when I open it up:
<?xml version="1.0"?>
<PluginConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<IsVisible>true</IsVisible>
<IsClickThru>false</IsClickThru>
<OverlayPosition>
<X>20</X>
<Y>20</Y>
</OverlayPosition>
<OverlaySize>
<Width>300</Width>
<Height>300</Height>
</OverlaySize>
<SortKey>encdps</SortKey>
<SortType>NumericDescending</SortType>
<Overlays>
<Overlay Type="RainbowMage.OverlayPlugin.Overlays.MiniParseOverlayConfig">
<MiniParseOverlayConfig>
<Name>Mini Parse</Name>
<IsVisible>true</IsVisible>
<IsClickThru>false</IsClickThru>
<Position>
<X>0</X>
<Y>0</Y>
</Position>
<Size>
<Width>394</Width>
<Height>262</Height>
</Size>
<Url>https://hibiyasleep.github.io/kagerou/overlay</Url>
<MaxFrameRate>30</MaxFrameRate>
<GlobalHotkeyEnabled>true</GlobalHotkeyEnabled>
<GlobalHotkey>F12</GlobalHotkey>
<GlobalHotkeyModifiers>None</GlobalHotkeyModifiers>
<GlobalHotkeyType>ToggleVisible</GlobalHotkeyType>
<IsLocked>true</IsLocked>
<SortKey>encdps</SortKey>
<SortType>NumericDescending</SortType>
</MiniParseOverlayConfig>
</Overlay>
<Overlay Type="RainbowMage.OverlayPlugin.Overlays.SpellTimerOverlayConfig">
<SpellTimerOverlayConfig>
<Name>Spell Timer</Name>
<IsVisible>false</IsVisible>
<IsClickThru>false</IsClickThru>
<Position>
<X>20</X>
<Y>520</Y>
</Position>
<Size>
<Width>200</Width>
<Height>300</Height>
</Size>
<Url>file:///D:/Program Files/FFXIV DPS/Advanced Combat Tracker/OverlayPlugin-0.3.4.0-x64-full/resources/spelltimer.html</Url>
<MaxFrameRate>5</MaxFrameRate>
<GlobalHotkeyEnabled>false</GlobalHotkeyEnabled>
<GlobalHotkey>None</GlobalHotkey>
<GlobalHotkeyModifiers>None</GlobalHotkeyModifiers>
<GlobalHotkeyType>ToggleVisible</GlobalHotkeyType>
<IsLocked>false</IsLocked>
</SpellTimerOverlayConfig>
</Overlay>
</Overlays>
<FollowLatestLog>false</FollowLatestLog>
<HideOverlaysWhenNotActive>true</HideOverlaysWhenNotActive>
<Version>0.3.4.0</Version>
</PluginConfig>
This requires me to reload the overlay in ACT until it pops up. It also doesn't save my size and location settings so when it does pop up from reloading, it needs to be rezised and and moved back to where I originally had placed it. I can't get the global hotkey for show/hide which I have binded to F12 to work with it either. It just stays visible if I press the key.