problems with the translation #99
Unanswered
robertcodex96
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to make a translation of the mod by modifying the en.json file, I managed to correctly modify several dialogs and descriptions but... when I modify the object names like the diapers the mod fails when trying to use them. I leave the error message below:
[Regression] This mod failed in the Input.ButtonPressed event. Technical details:
System.Exception: Invalid underwear choice: lavender pullup //renamed// at PrimevalTitmouse.Container.Initialize(String type, Single wetness, Single messiness, Int32 durability) in C:\Users\Mark Duda\source\repos\Stardew_Valley_Regression_Mod\Regression\PrimevalTitmouse\Container.cs:line 182 at PrimevalTitmouse.Regression.ReceiveMouseChanged(Object sender, ButtonPressedEventArgs e) in C:\Users\Mark Duda\source\repos\Stardew_Valley_Regression_Mod\Regression\PrimevalTitmouse\Regression.cs:line 361
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
I can't find the directory it mentions, I think I should modify another file but I don't know which one
how could i fix it?
All reactions