-
Notifications
You must be signed in to change notification settings - Fork 97
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
Kagerou overlay doesn't start when launching ACT #131
Labels
Comments
it's issue of OverlayPlugincompletely, seems OverlayPlugin failing to save its own configuration...or more. Can you find |
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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: