Ottermandias / GatherBuddy

Dalamud-based FFXIV addon to simplify gathering.
Apache License 2.0
93 stars 93 forks source link

Where are FishTimer coordinates stored? #36

Closed IrrepressableEire closed 2 years ago

IrrepressableEire commented 2 years ago

Apologies for the question. I have a laptop/dock setup where the size of the monitor used for FFXIV changes, with an according change in resolution. As such, currently I need to reposition the Fish Timer whenever I swap from laptop to docked mode or vice versa.

I've looked, but neither dalamudConfig.json nor GatherBuddy.json seems to store the screen position of the Fish Timer. I'd like to be able to swap configurations in and out when changing setups like I do with the game client (moving addon.dat) and ACT (RainbowMage). Is this positioning stored in a file or in the registry?

Ottermandias commented 2 years ago

In pluginConfigs is not only the GatherBuddy.json but also a folder GatherBuddy, in there are the fish timings.

IrrepressableEire commented 2 years ago

Actually it wasn't the fish timings I was looking for, so much as the physical position of the fish timer window. That said, in my efforts to find where you said it was, I did find it somewhere else - in dalamudUI.json.

Ottermandias commented 2 years ago

Oh, yeah.

IrrepressableEire commented 2 years ago

Thank you all the same!