code bug

  1. Solved Item's name become bunch of code [Windows]

    Hello guys, I'm new on this game. I used MOD to play the game in my mother language but as the game went on I realize some items (pickles) become a bunch of code. Can someone please help me how to fix this?
  2. W1ll0w

    Farmer portraits are not working

    Hello, I downloaded SMAPI and a few mods for the game but the only one that is currently running without issues is the slightly cuter seasonal npc portrait one. I really would like the seasonal farmer portrait one to work as well but I don't know what I am doing wrong. I already read up on the...
  3. KK_SushiWolf

    Coding Help Event bug???

    I'm trying to mod my character into the events but I came across this problem: [game] Event 'festival_spring13' has command 'loadActors Set-Up' which reported errors: 'Set-Up_additionalCharacters' festival field has invalid additional character entry 'Vanessa 32 53 2Sans 33 65 2': required...
  4. JuliaStar

    Switch Switch 1.6.15.2 Bugs

    Just updated to 1.6.15.2 and have two bugs so far 1. String of code instead of counts for the monster slayer quest (incomplete) 2. Crash when opening artifact troves at Clints shop (happened twice in a row with nearly the same string of events during the day). Crash details "software...
  5. Windows Duplicate myID of ClickableComponent in CharacterCustomization

    I was writing code to create a mod for a cursor snap move when I encountered a strange behavior. The cause was that the "Pants Style" component in the rightSelectionButtons of the CharactorCustomization was set to 517, the same as the "Acc" one. It would have been set to 630 if it had followed...
  6. Windows Iron and Copper Ore in Skull Cavern

    Not sure if this is a bug or intended behaviour. The code to choose stone type has the following code which is used to pick between iron and copper. double chanceForIron = Math.Min(0.5, 0.1 + (double)(this.mineLevel - Math.Min(200, skullCavernMineLevel)) * 0.005); But as...
  7. Issue Trouble with operating SAMPI (Mac)

    Hi all! I'm having a lot of trouble making SAMPI (and by proxy, the rest of my mods work). I've been playing Stardew for three years, and this is the first time this has ever happened. I'm playing on a mac. Every time I open the page that usually downloads SAMPI, I get a code in terminal that...
  8. PC Possible Train Code Bug

    While working on a mod I noticed that the value of the variable trainTimer in the class Railroad.cs can go to -8 while counting down. The code to start the train looks for trainTime <=0, which works fine and the train appears. However, nothing sets the value to 0 and the code to launch the...
Top