Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

MissMcCloud

Uploaded by

MissMcCloud

Virus scan

Safe to use

22 comments

  1. RubyRedChaos
    RubyRedChaos
    • member
    • 2 kudos
    This looks great, it looks like it still works, will there be varents for the new digging spot type? That would be usefull.
  2. pegfingers
    pegfingers
    • member
    • 0 kudos
    is this still working in 1.6?
  3. BioKraze
    BioKraze
    • member
    • 2 kudos
    The sprout is lovely and very suitable for the game's vanilla graphics. Plus the bouncing animation is cute, to boot!

    ...except in winter, when it's pretty darn obvious where the greenery is. Could a winterized version be made, or if you're open to contributions, would you mind if I made a winterized version of it for you?

    It's not the end of the world, of course, but it'd be a nice QoL thing to do. ^^

    Either way, downloaded, endorsed and likely to stay firmly in my mod list! ^^
    1. MissMcCloud
      MissMcCloud
      • member
      • 0 kudos
      Thank you and apologies for the late reply! ^^

      I was actually considering making seasonal variants of the sprout that appear in different seasons while making this mod, but I unfortunately don't have the coding skills to figure out how to do so. :P

      Maybe I could make a toggle that allows the user to switch between different sprouts in the config menu, but I think switching between the sprouts manually everytime the season changes could be a bit tedious... Either way, thank you for the endorsement and support! :D
    2. BioKraze
      BioKraze
      • member
      • 2 kudos
      It's actually a lot easier than it seems! You can use Content Patcher to seamlessly switch between seasonal variants of the sprout without needing a user-controlled toggle. I'd be happy to throw together a working example content.json for you! ^^
    3. MissMcCloud
      MissMcCloud
      • member
      • 0 kudos
      That would be fantastic, thank you!
    4. BioKraze
      BioKraze
      • member
      • 2 kudos
      Here's a sample code, using four different sprites. It can actually be pared down to a single image with 4 sprites, but for ease of reading I left it at "each season gets its own sprite image".

      Spoiler:  
      Show
      {
        "Format": "1.27.0",
        "ConfigSchema": {
          "Enable": {
            "AllowValues": "true, false",
            "Default": "true"
          }
        },
        "Changes": [
          {
            "Action": "EditImage",
            "Target": "LooseSprites/Cursors",
            "FromFile": "assets/sprout_spring.png",
            "FromArea": {
              "X": 0,
              "Y": 0,
              "Width": 64,
              "Height": 16
            },
            "ToArea": {
              "X": 368,
              "Y": 32,
              "Width": 64,
              "Height": 16
            },
            "When": {
              "Enable": true,
              "Season": "spring"
            }
          },

          {
            "Action": "EditImage",
            "Target": "LooseSprites/Cursors",
            "FromFile": "assets/sprout_summer.png",
            "FromArea": {
              "X": 0,
              "Y": 0,
              "Width": 64,
              "Height": 16
            },
            "ToArea": {
              "X": 368,
              "Y": 32,
              "Width": 64,
              "Height": 16
            },
            "When": {
              "Enable": true,
              "Season": "summer"
            }
          },

          {
            "Action": "EditImage",
            "Target": "LooseSprites/Cursors",
            "FromFile": "assets/sprout_fall.png",
            "FromArea": {
              "X": 0,
              "Y": 0,
              "Width": 64,
              "Height": 16
            },
            "ToArea": {
              "X": 368,
              "Y": 32,
              "Width": 64,
              "Height": 16
            },
            "When": {
              "Enable": true,
              "Season": "fall"
            }
          },

          {
            "Action": "EditImage",
            "Target": "LooseSprites/Cursors",
            "FromFile": "assets/sprout_winter.png",
            "FromArea": {
              "X": 0,
              "Y": 0,
              "Width": 64,
              "Height": 16
            },
            "ToArea": {
              "X": 368,
              "Y": 32,
              "Width": 64,
              "Height": 16
            },
            "When": {
              "Enable": true,
              "Season": "winter"
            }
          }
        ]
      }
  4. KlydPH
    KlydPH
    • member
    • 0 kudos
    XNB version pleasee
  5. cindyexe
    cindyexe
    • supporter
    • 7 kudos
    This is so cute. I love it :)
    1. MissMcCloud
      MissMcCloud
      • member
      • 0 kudos
      Thank you so much! Happy to hear you're enjoying it! :)
  6. Sophresh64
    Sophresh64
    • supporter
    • 2 kudos
    my favourite dig spot mod by FAR the worms have always been way too difficult for me to see and this one is just so cute
    1. MissMcCloud
      MissMcCloud
      • member
      • 0 kudos
      Thank you so much! I'm glad to hear my mod has been helpful to you. ^^
  7. stardewsweetheart
    stardewsweetheart
    • premium
    • 5 kudos
    I've gone through so many dig spot replacements and only this one makes sense! So much love. Thank you!
    1. MissMcCloud
      MissMcCloud
      • member
      • 0 kudos
      Thank you so much! I wanted it to be simple and cute but still make sense in the Stardew Valley world. Glad to hear you're enjoying it! :)
  8. Rajyrr
    Rajyrr
    • premium
    • 0 kudos
    I don't know why, but that little sprout is both visually appealing and delicious. I mean looks delicious. I mean looks cute. I didn't eat it I swear.
    1. MissMcCloud
      MissMcCloud
      • member
      • 0 kudos
      Hehe! Your comment made me smile! :) Glad to hear you're enjoying it! ^^
  9. LadyGrimstress
    LadyGrimstress
    • supporter
    • 1 kudos
    It's cute! Been needing more dig spot choices for awhile. I love this one. 
    1. MissMcCloud
      MissMcCloud
      • member
      • 0 kudos
      Thank you! ^^
  10. shenwei9s
    shenwei9s
    • member
    • 0 kudos
    i love this mod!!!!
    1. MissMcCloud
      MissMcCloud
      • member
      • 0 kudos
      Aww, thank you! I'm glad you're enjoying it! ^^