Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Purrowpet and MS Paintdra

Uploaded by

Purr0wpet

Virus scan

Safe to use

5 comments

  1. o0MrPro
    o0MrPro
    • premium
    • 23 kudos
    for anyone looking for a bear sound to match this mod
    here you go Pig To Bear Sound
  2. Bangjoga
    Bangjoga
    • member
    • 1 kudos
    Hi, thank you so much for making this content pack!
    I really want to get immersive experience with this magical bear so i added some lines in yourcontent.json as follows:
    (and maybe if anyone interested, you can copy this)
    {
    "Format": "1.23.0",
    "Changes": [
    // Sprite
    {
    "Action": "Load",
    "Target": "Animals/Pig",
    "FromFile": "assets/Pig.xnb"
    },
    {
    "Action": "Load",
    "Target": "Animals/BabyPig",
    "FromFile": "assets/BabyPig.xnb"
    },
    {
    "Action": "EditImage",
    "Target": "LooseSprites/Cursors",
    "FromFile": "assets/PigIcon.png",
                "FromArea": {
                    "X": 0,
                    "Y": 0,
                    "Width": 19,
                    "Height": 16
                },
                "ToArea": {
                    "X": 7,
                    "Y": 480,
                    "Width": 19,
                    "Height": 16
                }
    },
    // English
    {
    "Action": "EditData",
    "Target": "Data/FarmAnimals",
    "Fields": {
    "Pig": {
    "4": "rabbit",
    "25": "Bear"
    }
    },
    "When": {
    "language": "en"
    }
    },
    {
    "Action": "EditData",
    "Target": "Strings/StringsFromCSFiles",
    "Entries": {
    "Utility.cs.5948": "Bear",
    "PurchaseAnimalsMenu.cs.11346": "These domesticated bears are trained to find truffles!"
    },
    "When": {
    "language": "en"
    }
    }
    ]
    }

    Details of what i did:

    • For the baby pig sprite, i just copied the "Pig.xnb" in the assets folder then rename it "BabyPig.xnb"
    • I also added my icon replacement for the tile shop in Marnie's Ranch. It can be downloaded here, then copy it to the "assets" folder.
    • At first, i intended to replace pig sound with "grunt" but it turns out more noisy than it's default sound, so i changed it to "rabbit"
    • the rest is just strings replacement.
  3. LiarsPride
    LiarsPride
    • member
    • 3 kudos
    Why is it more acceptably vegan to have bears dig up the truffles, rather than pigs? Just curious.
    1. Nitrobutch
      Nitrobutch
      • supporter
      • 0 kudos
      the bears are vegan bc they eat hay instead of you lol
    2. Purr0wpet
      Purr0wpet
      • member
      • 2 kudos
      I have no idea - I just thought it was cute and used the same language the original creator did.