code bug

  1. 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...
  2. 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...
  3. 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...
  4. 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