TerraCustom
TerraCustom copied to clipboard
Miscellania(GoldensMisc) seems to break TerraCustom 0.6.1
TerraCustom crashes when Miscellania is loaded, it is pointing to the Config Migration System but TModLoader has no problem with it or at least doesn't complain.
I could not replicate, maybe because I don't have any exiting config files for that mod.
Try with v0.6.2, it could help.
client.log still happens even after i have deleted the old config.
K, the problem is that mod is not using ModConfigPath and is instead using Path.Combine(Main.SavePath, "Mod Configs"), there is nothing I can do about it, but you can try checking if Terraria/Mod Config/ exists and delete that folder if it exists, and manually deleting other Miscellania config files in Terraria/ModLoader/Mod Config/ if they continue to cause issues.
Ok, it gets past loading if you delete Terraria/Mod Config/Miscellania.json didn't know it was saving it there.