Modding Help Updating mods for Stardew Valley 1.3 [CLOSED]

Discussion in 'Mods' started by Pathoschild, Apr 15, 2018.

Thread Status:
Not open for further replies.
  1. raquel

    raquel Tentacle Wrangler

    well when i play with the smapi for beta and some mod I go to sleep to save the game and he game closes without saving the changes. I erase the mods that are not udated or broken but the issues continued,
    I dont understand so much about this things... i'm a newbie
     
      Last edited: May 19, 2018
    • f4iTh

      f4iTh Scruffy Nerf-Herder

      I'm still doing some tests on it. Seems to be working fine from what I can tell though, I'll keep you updated
       
      • frokenk

        frokenk Void-Bound Voyager

        These files saved my sanity! Thank you so much<3
         
        • STUARTVINICIUS

          STUARTVINICIUS Space Hobo

          Has Anyone got an unnoficial update for "Look up anything"?
           
          • Kuriiyo

            Kuriiyo Cosmic Narwhal

          • MaDog32

            MaDog32 Space Hobo

            Hey could someone update the CJB item spawner mod?
             
            • Kuriiyo

              Kuriiyo Cosmic Narwhal

              2 pages ago [ x ]
               
              • Mizzion

                Mizzion Phantasmal Quasar

                Attached Files:

                Last edited: May 27, 2018
              • CatCattyCat

                CatCattyCat Void-Bound Voyager

                Thanks for updating this before I got to it, I appreciate it!
                I've updated it, and I think your version has some bugs in it that are fixed in my version.
                Could you remove the file you uploaded so people don't download it by accident? Thanks :)
                 
                  Kuriiyo likes this.
                • AustSakuraKyzor

                  AustSakuraKyzor Void-Bound Voyager

                  BLESSINGS OF HORO UPON @Mizzion AND @f4iTh ! THE FRIDGE HAS RETURNED
                   
                  • HatchetLuxray

                    HatchetLuxray Void-Bound Voyager

                    I don't want to ask for much but >.>

                    The portraiture mod by Platonymous isn't changing any fan-made portrait expressions (so like when Harvey's mad, he still looks like his normal smiley self and its a bit off putting...) It's just been a while since it was looked into if maybe someone wanted to make the portraiture mod switch between the facial expressions again.

                    https://www.nexusmods.com/stardewvalley/mods/999/?
                     
                    • xJosexStylex

                      xJosexStylex Void-Bound Voyager

                      Youre just epic
                       
                      • lyssahexe

                        lyssahexe Void-Bound Voyager

                        hi,
                        i am looking for an updated version of content patcher ^^
                         
                        • francc

                          francc Space Hobo

                        • Allayna

                          Allayna Ketchup Robot

                          the current version works
                           
                          • InkyQuill

                            InkyQuill Scruffy Nerf-Herder

                            Certainly. The unofficial version was taken down. Thank you for updating the mod. ^^
                             
                            • lyssahexe

                              lyssahexe Void-Bound Voyager

                              oh ^^' thx i didnt realise it updated in the last couple of days :)
                               
                              • genman

                                genman Subatomic Cosmonaut

                                I want to modify "TimeFreeze" Mod

                                private bool ShouldFreezeTime(StardewValley.Farmer player, GameLocation location)
                                {
                                if (location.name == "Mine" || location.name == "SkullCave" || location.name == "UndergroundMine" || location.isOutdoors)
                                return false;
                                if (player.swimming)
                                {
                                if (this.Config.PassTimeWhileSwimmingInBathhouse && location is BathHousePool)
                                return false;
                                if (this.Config.PassTimeWhileSwimming)
                                return false;
                                }
                                return true;
                                }


                                But the compiler told me "undefined type NetString & NetBool"
                                I suppose if SDV changed return value from string into NetString?
                                I don't know much about C# , could anyone tell me what to do?:3
                                 
                                • Master HooDie

                                  Master HooDie Scruffy Nerf-Herder

                                  I would think with undefined type you haven't updated the NuGet Package to the beta builds for SDV 1.3.
                                  A lot of the return values did change from string to NetString, but generally it is as simple as changing the case of the return like

                                  if (location.Name == "Mine" || location.Name == "SkullCave" || location.Name == "UndergroundMine" || location.IsOutdoors)

                                  Notice the name is now Name
                                   
                                  • f4iTh

                                    f4iTh Scruffy Nerf-Herder

                                    Screenshot_1342.png
                                    I'll just leave this here while I try to fix a very minor issue with it (not game breaking or anything, it's just something that would annoy me).
                                     
                                      Dammit_Nappa likes this.
                                    Thread Status:
                                    Not open for further replies.

                                    Share This Page