Tool Stardew Valley Save Editor (1.3 Compatible)

Discussion in 'Mods' started by etsmsj, Mar 6, 2016.

  1. Zelnite

    Zelnite Big Damn Hero

    Yep, it updates fine now :) gj to you guys !
     
    • starseller

      starseller Intergalactic Tourist

      help me! speed doesn't work. ToT
       
      • Tetsero

        Tetsero Void-Bound Voyager

        Please update the first post with a link to the download properly.
         
        • etsmsj

          etsmsj Phantasmal Quasar

          Will do in a moment
           
          • MidgetMan

            MidgetMan Big Damn Hero

          • MidgetMan

            MidgetMan Big Damn Hero

            Anyways Good News. 0.0.9.0 Released, The Item XML Files are Unnecessary anymore thanks to the newest update, will delete on Next Run.
             
            • dintern

              dintern Astral Cartographer

              I just wanted to say thank you so much. It worked flawlessly.

              I was at level 89 in the mines when I was killed, losing all of my weapons and 11 levels. I was completely devastated, but I managed to restore them with your editor. :) Thank you.

              My only comment is that there was no option to add the Plush Bunny.

              Edit: I've returned to the mines and it looks like those 11 levels were actually not restored. ): I'm afraid that feature did not work.
               
                Last edited: Mar 26, 2016
              • MidgetMan

                MidgetMan Big Damn Hero

                Oh speaking of that you reminded me I needed to add level editing to Weapons.
                And weapons are there, just wrong sprites, need to patch.
                Plush Bunny is there in 0.0.9.0 under replace item.
                 
                  Last edited: Mar 26, 2016
                • MidgetMan

                  MidgetMan Big Damn Hero

                  Fixed the Icon Issue, thanks for noticing the Bug :)
                   
                  • Zelnite

                    Zelnite Big Damn Hero

                    It wont update .. :boo:

                    EDIT: nvm it got update i double clicked the update.exe file on the folder xD
                     
                    • MidgetMan

                      MidgetMan Big Damn Hero

                      Ahh thanks I saw the problem, forgot the proper sha256 on update.
                       
                      • Concerned Gorilla

                        Concerned Gorilla Astral Cartographer

                        u guys still needs savefile?
                         
                        • MidgetMan

                          MidgetMan Big Damn Hero

                          If it has a big veggie yeppers. Our newest editor doesn't use XML files anymore for Items.
                           
                          • Concerned Gorilla

                            Concerned Gorilla Astral Cartographer

                            u mean big vegetables ? cant seem to understand I'm already at 4th year of game
                             
                              Last edited: Mar 30, 2016
                            • MidgetMan

                              MidgetMan Big Damn Hero

                              Yeah thats what im talking about mate.
                               
                              • MidgetMan

                                MidgetMan Big Damn Hero

                                0.0.9.2 Released with a new separate updater.
                                 
                                • MidgetMan

                                  MidgetMan Big Damn Hero

                                  0.0.9.3 Map Editor Patch for Some crashes on load.
                                   
                                  • Crimson-Albedo

                                    Crimson-Albedo Space Hobo

                                    Hello. Been working on cooking recipes. Noticed there were a few missing off the list of recipes you can learn. It's missing Field Snack, Life Elixer and Oil of Garlic.

                                    Edit: Looking at it, it may be my file. They show when I load up my character in the known, but it doesn't show up in game.
                                     
                                    • Arcituno

                                      Arcituno Space Hobo

                                      Thought this might help you in the future
                                      public static List<string> getProfessionDescription(int whichProfession)
                                      {
                                      List<string> list = new List<string>();
                                      switch (whichProfession)
                                      {
                                      case 0:
                                      list.Add("Rancher");
                                      list.Add("Animal products worth 10% more.");
                                      break;
                                      case 1:
                                      list.Add("Tiller");
                                      list.Add("Crops worth 10% more.");
                                      break;
                                      case 2:
                                      list.Add("Coopmaster");
                                      list.Add("Befriend coop animals quicker.");
                                      list.Add("Incubation time cut in half.");
                                      break;
                                      case 3:
                                      list.Add("Shepherd");
                                      list.Add("Befriend barn animals quicker.");
                                      list.Add("Sheep produce wool faster.");
                                      break;
                                      case 4:
                                      list.Add("Artisan");
                                      list.Add("Artisan goods (wine, cheese, oil, etc.) worth 50% more.");
                                      break;
                                      case 5:
                                      list.Add("Agriculturist");
                                      list.Add("All crops grow 10% faster.");
                                      break;
                                      case 6:
                                      list.Add("Fisher");
                                      list.Add("Fish worth 25% more.");
                                      break;
                                      case 7:
                                      list.Add("Trapper");
                                      list.Add("Resources required to craft crab pots reduced.");
                                      break;
                                      case 8:
                                      list.Add("Angler");
                                      list.Add("Fish worth 50% more.");
                                      break;
                                      case 9:
                                      list.Add("Pirate");
                                      list.Add("Chance to find treasure doubled.");
                                      break;
                                      case 10:
                                      list.Add("Mariner");
                                      list.Add("Crab pots no longer produce junk items.");
                                      break;
                                      case 11:
                                      list.Add("Luremaster");
                                      list.Add("Crab pots no longer require bait.");
                                      break;
                                      case 12:
                                      list.Add("Forester");
                                      list.Add("Wood worth 50% more.");
                                      break;
                                      case 13:
                                      list.Add("Gatherer");
                                      list.Add("Chance for double harvest of foraged items.");
                                      break;
                                      case 14:
                                      list.Add("Lumberjack");
                                      list.Add("All trees have a chance to drop hardwood.");
                                      break;
                                      case 15:
                                      list.Add("Tapper");
                                      list.Add("Syrups worth 25% more.");
                                      break;
                                      case 16:
                                      list.Add("Botanist");
                                      list.Add("Foraged items are always highest quality.");
                                      break;
                                      case 17:
                                      list.Add("Tracker");
                                      list.Add("Location of forageable items revealed.");
                                      break;
                                      case 18:
                                      list.Add("Miner");
                                      list.Add("+1 ore per vein.");
                                      break;
                                      case 19:
                                      list.Add("Geologist");
                                      list.Add("Chance for gems to appear in pairs.");
                                      break;
                                      case 20:
                                      list.Add("Blacksmith");
                                      list.Add("Metal bars worth 25% more.");
                                      break;
                                      case 21:
                                      list.Add("Prospector");
                                      list.Add("Chance to find coal doubled.");
                                      break;
                                      case 22:
                                      list.Add("Excavator");
                                      list.Add("Chance to find geodes doubled.");
                                      break;
                                      case 23:
                                      list.Add("Gemologist");
                                      list.Add("Gems worth 30% more.");
                                      break;
                                      case 24:
                                      list.Add("Fighter");
                                      list.Add("All attacks deal 10% more damage.");
                                      list.Add("+15 HP.");
                                      break;
                                      case 25:
                                      list.Add("Scout");
                                      list.Add("Critical strike chance increased by 50%.");
                                      break;
                                      case 26:
                                      list.Add("Brute");
                                      list.Add("Deal 15% more damage.");
                                      break;
                                      case 27:
                                      list.Add("Defender");
                                      list.Add("+25 HP.");
                                      break;
                                      case 28:
                                      list.Add("Acrobat");
                                      list.Add("Cooldown on special moves cut in half.");
                                      break;
                                      case 29:
                                      list.Add("Desperado");
                                      list.Add("Critical strikes are deadly.");
                                      break;
                                      }
                                       
                                      • redheart

                                        redheart Subatomic Cosmonaut

                                        Is there any way to give yourself gold quality crops using the editor? I noticed sometimes they crop up when I use it but haven't seen anything about the stars. :<
                                        ---
                                        Oh I guess it would help if I stopped using the .4 version and used the version 2 instead.
                                         
                                          Last edited: Mar 28, 2016

                                        Share This Page