JavidPack / TerraCustom

Custom world generation for Terraria.
https://forums.terraria.org/index.php?threads/terracustom-for-1-3.35346/
86 stars 15 forks source link

Miscellania(GoldensMisc) seems to break TerraCustom 0.6.1 #25

Open Pop000100 opened 4 years ago

Pop000100 commented 4 years ago

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.

JavidPack commented 4 years ago

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.

Pop000100 commented 4 years ago

client.log still happens even after i have deleted the old config.

JavidPack commented 4 years ago

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.

Pop000100 commented 4 years ago

Ok, it gets past loading if you delete Terraria/Mod Config/Miscellania.json didn't know it was saving it there.