yuukiw / StardewValleyMM

32 stars 5 forks source link

Every time "Refresh" is clicked on the SMAPI Mods tab all XNB mods are duplicated #13

Closed RoboGH closed 7 years ago

RoboGH commented 7 years ago

This doesn't create new files, just entries. After pressing it twice:

sdvmm issue

Restarting the Manager fixes the issue until Refresh is pressed again.

yuukiw commented 7 years ago

could you post the xnb ini ? (settings - open ini folder)

RoboGH commented 7 years ago

Here you go:

[XNB Backup paths] Animal Sprite - Calico Cat - cat.xnb=D:\Games\Steam\SteamApps\common\Stardew Valley\Content\Animals\cat.xnb Animal Sprite - Bordercollie Dog - dog..xnb=D:\Games\Steam\SteamApps\common\Stardew Valley\Content\Animals\dog.xnb Character Sprite - Genderswap Alex - Alex.xnb=D:\Games\Steam\SteamApps\common\Stardew Valley\Content\Characters\Alex.xnb Character Sprite - Genderswap Wizard - Wizard.xnb=D:\Games\Steam\SteamApps\common\Stardew Valley\Content\Characters\Wizard.xnb Portrait - Genderswap Wizard - Wizard.xnb=D:\Games\Steam\SteamApps\common\Stardew Valley\Content\Portraits\Wizard.xnb Portrait - Genderswap Alex - Alex.xnb=D:\Games\Steam\SteamApps\common\Stardew Valley\Content\Portraits\Alex.xnb

yuukiw commented 7 years ago

and it adds another entry everytime you press refresh?

RoboGH commented 7 years ago

Yeah, here it is after pressing several times:

capture

yuukiw commented 7 years ago

okay. Silly error on my end. Forgot the add an check against double entries in the xnb part of the code. Did the update fix it?

RoboGH commented 7 years ago

It doesn't seem to want to update. It says my version is 2.8b. Is that correct?

yuukiw commented 7 years ago

SDVMM.zip

RoboGH commented 7 years ago

Yes, that fixed it.