pufmat / skillsmod

A Minecraft mod that adds a fully configurable skill system to the game.
Other
36 stars 10 forks source link

Problem with latest version -> puffish_skills-0.3.0-1.19.3-fabric.jar #12

Closed Cape-City closed 1 year ago

Cape-City commented 1 year ago

Hi,

I'm using MC 1.19.3 on fabric and when loading into the game, this message appears:

grafik

The file is created, but complete empty:

grafik

This is also shown in the log:

grafik

latest.log

Hope i don't forgot something to report.

pufmat commented 1 year ago

Thanks for reporting.

You have an outdated configuration, because you probably updated the mod. You can migrate the configuration (check wiki for more information) or remove it entirely to restore default.

However, this is still and issue because the error message is misleading, it should say the configuration is outdated. It will be fixed in the next release.

Cape-City commented 1 year ago

You're right - i thought i used a fresh profile and installed the latest mod the first time. I forgot that i tested weeks before some things within this profile and had your mod installed :/ When i delete the config everything is as it should be.

I'm a creator of a modpack on CurseForge and if people just update their profile due CurseForge, it could be a bit tricky for them to migrate something or browse into their filesystem to delete the config folder. I can bring the config for the mod within my next release, but then i overwrite existing files.

What information you're storing within these files? Do you store the reached levels and selected skills also there?

I can do the german translation for the new message, if you know what you wanna say, before you release the next version (if you want?)

pufmat commented 1 year ago

You can override config without any problem.

Player data is stored in a world folder, in file WORLD_NAME/data/puffish_skills.dat.

The message about outdated config is already implemented, but it is not shown when the file is empty. There is no translation for it, as it is only visible in game logs.

Cape-City commented 1 year ago

Everything now works as it should ;) thanx for your help!