goaaats / Dalamud.CharacterSync

Dalamud Plugin that synchronizes your character data to one main character.
12 stars 13 forks source link

Update for 6.1 #14

Closed ZyphiraZircon closed 2 years ago

ZyphiraZircon commented 2 years ago

Quick fix? This should fix the "out of date" message and allow people to use it again.

fixes #12

Werns commented 2 years ago

This did not fix the outdated message.

AetherCollective commented 2 years ago

Workaround:

Edit the %AppData%\XIVLauncher\installedPlugins\Dalamud.CharacterSync\2.0.0.4\Dalamud.CharacterSync.json file and set DalamudApiLevel from 5 to 6.

I have no idea how to get this into a pull request. Can someone more knowledgeable find how this value is being created/set and update it?

DorkmasterFlek commented 2 years ago

I can't actually find DalamudApiLevel anywhere in the code. I'm guessing this is some kind of config file generated by Dalamud itself when the plugin is installed? If that's the case, I don't know why other plugins updated fine however.

AetherCollective commented 2 years ago

Yea that's the issue I ran into yesterday when I tried :/

AetherCollective commented 2 years ago

Where is Dalamud downloading the release from?

Edit: I found where it is downloading the release from, but it is missing from the repo now. Maybe it needs to be recreated?