FirEmerald / AvatarStatsLoader

Allows loading of customized avatar stats in BoneLab
MIT License
2 stars 3 forks source link

quest 2 avatar stats settings dont show up #2

Closed MarksNewHat98 closed 8 months ago

MarksNewHat98 commented 8 months ago

image

main UserData folder does not contain a AvatarStats folder either

MarksNewHat98 commented 8 months ago

its most likely a lemon loader issue

image

what the buggy code outputs

image

what the melonloader code does (BaseDirectory is GameDirectory which is string.Copy(internal method called GetGameDirectory))

FirEmerald commented 8 months ago

did you save any avatar stats?

MarksNewHat98 commented 7 months ago

yes but all of the settings get stored in the root folder

FirEmerald commented 7 months ago

pushed a new update, version 1.2.2. try it out when it goes live. Might not do anything, all I did was swap from using string concatenation to Path.Combine which should at least fix using the wrong path separator.

MarksNewHat98 commented 7 months ago

you forgot to update the file saving and yes the folder now is located in userdata

FirEmerald commented 7 months ago

Fixed it, version 1.2.3 is now uploaded to thunderstore but will take an unknown amount of time to be visible EDIT: should now be visible. I also applied the same fix to Level Utils.