Modding Help Updating mods for Stardew Valley 1.4

Discussion in 'Mods' started by Pathoschild, Jul 2, 2019.

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

    minervamaga Pangalactic Porcupine

  2. TenkoKuugen

    TenkoKuugen Scruffy Nerf-Herder

    Oh, It's easy and really just a config.json edit
    you need to replace the crabs, serpents and mummy challenges and add the rex challenge
    Here's the config segments you need to override
    Code:
        {
          "ChallengeName": "Crabs",
          "RequiredKillCount": 50,
          "RewardType": 7,
          "RewardItemNumber": 810,
          "RewardItemStack": 1,
          "MonsterNames": [
            "Rock Crab",
            "Lava Crab",
            "Iridium Crab"
          ]
        },
    
        {
          "ChallengeName": "Mummies",
          "RequiredKillCount": 100,
          "RewardType": 6,
          "RewardItemNumber": 60,
          "RewardItemStack": 1,
          "MonsterNames": [
            "Mummy"
          ]
        },
    
        {
          "ChallengeName": "Serpents",
          "RequiredKillCount": 250,
          "RewardType": 7,
          "RewardItemNumber": 811,
          "RewardItemStack": 1,
          "MonsterNames": [
            "Serpent"
          ]
        },
    
        {
          "ChallengeName": "Pepper Rex",
          "RequiredKillCount": 50,
          "RewardType": 6,
          "RewardItemNumber": 50,
          "RewardItemStack": 1,
          "MonsterNames": [
            "Pepper Rex"
          ]
        },
     
      mominthevalley likes this.
    • minervamaga

      minervamaga Pangalactic Porcupine

      I more meant how to have it auto add the quests to a generated config, so as to not overwrite the user's config they already have.
       
      • TenkoKuugen

        TenkoKuugen Scruffy Nerf-Herder

        If that is possible at all I don't know how.
        Since the mod comes standarized with a config.json already so editing that is best imo. And telling people who are already using it that they have to make manual edits to the config.json and their CGC/savdata/<name,number>.json in case they claimed the respective crab/serpent/rex/mummy reward already.
        It's not optimal of course but the best I knew how to do.
         
        • SunTide

          SunTide Scruffy Nerf-Herder

          Want to request Artifact System Fixed.

          https://www.nexusmods.com/stardewvalley/mods/2761

          It's an interesting mod that does more than its title suggests. It changes the artifact system so that every time you find an artifact/mineral, the odds of that item showing up again are reduced by a factor of 0.3. This gradually filters the loot list until you start finding the ones that you actually need. It just feels good, because every artifact you find is now a type of progress, either by being new, or by reducing the odds of future repeats.

          It also fixes some spawn tables that were broken in 1.3 and were fixed in 1.4. No need for that part. But the self-adjusting loot tables were always the centerpiece for me and nothing else like that exists.
           
            libyo1 likes this.
          • Natsu40

            Natsu40 Void-Bound Voyager

            SeitenTaiseiSonGoku likes this.
          • Snyzor

            Snyzor Void-Bound Voyager

            Teh's Fishing Overhaul author said he was working slowly on updating his mod because he was busy studying / living / working. I would also like an update for it :avalicry:
             
              Natsu40 likes this.
            • Blackbird26

              Blackbird26 Scruffy Nerf-Herder

              Is there any chance that Pet Choice Perks will be getting an unofficial update since Cat Gifts got one? I'd really like to use that one.
               
                silvain likes this.
              • jakeboy1999

                jakeboy1999 Space Spelunker

              • minervamaga

                minervamaga Pangalactic Porcupine

                It is, that's how standard config schemas work. I'm just not familiar enough with C# yet to have done it with the previous update. It's on the TODO :)
                 
                • Atmogenic

                  Atmogenic Void-Bound Voyager

                • AnonymooseUser

                  AnonymooseUser Void-Bound Voyager

                  I don't suppose anyone is interested in making a fix for Luck Skill? Currently it works, but whenever you go to bed you get the level up messages... every time.
                   
                  • sashuka

                    sashuka Scruffy Nerf-Herder

                  • Pandorah

                    Pandorah Big Damn Hero

                    Unsure if this is the right thread so apologies if it's not. I use content patcher eemie's paths, and I'm not the most skilled when it comes to fully figuring things out. I prefer the darker stone pathing from this, but if I try to place any brick (I wanted to see what it looked like!), they are invisible, with random red lines. Any way to fix this? Or where to point me to to fix it?

                    Also, I get this as well.
                     
                    • Tearlow

                      Tearlow Void-Bound Voyager

                      I could be wrong here but didn't this fix it? https://community.playstarbound.com...tardew-valley-1-4.156000/page-27#post-3354384

                      A Solution for this problem is to open up your save in a text editor and search "newLevels" and delete all of the tags inside it. As always make a backup in case. Not sure the updated mod above sorts it out but leaving it here in case.
                       
                      • Thaliathemuse

                        Thaliathemuse Scruffy Nerf-Herder

                      • sashuka

                        sashuka Scruffy Nerf-Herder

                      • Mizzion

                        Mizzion Phantasmal Quasar

                        The broken loop warnings are related to "LavapulseChickens". The read errors, I'm not too sure about, it looks like Multiplayer packet messages are messing up. But I will leave that to someone who knows more about MP.
                         
                        • Mizzion

                          Mizzion Phantasmal Quasar

                        • Allayna

                          Allayna Ketchup Robot

                        Thread Status:
                        Not open for further replies.

                        Share This Page