Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Paritee

Uploaded by

paritee

Virus scan

Safe to use

Tags for this mod

22 comments

  1. paritee
    paritee
    • member
    • 59 kudos
    Sticky
    You guys are quick! This is a complementary mod to my "Better Farm Animal Variety" mod which lets you extend the farm animal types to things like bulls, roosters, etc. Unfortunately, the game data doesn't have a field for gender on the save files and hard-codes most of them (ex. uses the ID for pigs). If you use the BFAV mod, this removes the feminized text and icons for interactions.
  2. Jenna1210
    Jenna1210
    • member
    • 0 kudos
    stop sexualizing animals <3
    1. sleepymarcy
      sleepymarcy
      • member
      • 0 kudos
      are u daft? maybe some ppl just want to not feel bad for giving a female animal a male name. or, maybe, idk, gender isn't.. you know.. sexualizing anything? 
    2. HiroTheManly
      HiroTheManly
      • member
      • 0 kudos
      stop being an asshole <3
    3. VerinMathwin
      VerinMathwin
      • member
      • 0 kudos
      .....I think maybe you commented on the wrong mod, this is totally senseless
  3. steb0n
    steb0n
    • member
    • 0 kudos
    Why? Simply why.
    1. VerinMathwin
      VerinMathwin
      • member
      • 0 kudos
      Lots of people use Animal Husbandry mod or add male animals with BFAV. 
  4. AsraFantasy
    AsraFantasy
    • member
    • 2 kudos
    German text isn't gender neutral, "sie" is the german word for she. So Marnie still says that they are female.
  5. rjames106
    rjames106
    • member
    • 0 kudos
    I like how you worked on genders for immersive farming.. but just a little comment. Isn't "it/it's/its" more appropriate than "they/they're/their" in those dialogues since it refers to a single animal? (Maybe, except pregnancy)
    Sorry for being grammar-conscious but thanks for your mods!
    1. Wingyl
      Wingyl
      • member
      • 2 kudos
      Singular they has been valid English for hundreds of years.
  6. jecowa
    jecowa
    • member
    • 2 kudos
    I was curious about what exactly this mod did. Here it is in case others are wondering:

    * Changes the udder icon that controls reproduction into a baby bottle.
    * Changes the tool tip for the reproduction control to say "Allow reproduction" instead of "Allow pregnancy".
    * Changes so that the baby animal is "brought a baby into the world" instead of "gave birth to a baby".
    * Changes all pronouns that reference the animals to "they're" or "their" instead of "he is", "she is", "his", or "her".

    Curiously the game has references to male farm animals even though there are none except with the slimes.
    1. technopoptart98
      technopoptart98
      • supporter
      • 6 kudos
      i could have sworn i had a male pig on one of my games, i named him hamilton and everything X''D
    2. paritee
      paritee
      • member
      • 59 kudos
      It's possible for Rabbits and Pigs to be male in vanilla SDV; here's the gender (i.e. isMale()) algorithm:

      Determine Animal Gender
      if type is not "Rabbit" nor "Pig" then
      Animal is female
      else if animal's ID is an even number then
      Animal is male
      else
      Animal is female
      end
    3. jecowa
      jecowa
      • member
      • 2 kudos
      I wonder if the game has any checks to prevent male pigs from giving birth. It looks like rabbits can't give birth for whatever reason.
    4. paritee
      paritee
      • member
      • 59 kudos
      It does not have this check so yes, your male pigs could give birth on the event in vanilla SDV. Rabbits don't because Coops are excluded from the nightly check. Here's the check logic:

      Get Eligible Farm Animal for Animal Birth Event from a Barn
      If primary player and has a barn with empty spaces and a random double < # of animals that live there * 0.0055 then
      Get a farm animal from this barn
      End
      If farm animal is an adult and allows reproduction then
      Use this farm animal
      Else
      Do not use a farm animal from this barn
      End
    5. bluephoenix73
      bluephoenix73
      • member
      • 2 kudos
      paritee: where did you find the gender algorithm and how can I change it? Just looking to make it so that some of the animals added by BFAV can be male or female (I've actually only added one so far, and that's hedgehogs, but they should be able to be male or female. Also I had a hedgehog and I want so desperately to put him into my game and I'm just not experienced enough to do it without help).
  7. whxskers
    whxskers
    • member
    • 0 kudos
    But isn't the fact that they're always female to do with the fact that they can have babies? I think the real question is 'why are there no guy animals' XD I suppose this is nice for someone.
    1. jecowa
      jecowa
      • member
      • 2 kudos
      The real question is, "Who is sneaking into my barn in the middle of the night to knock up my animals?"
    2. technopoptart98
      technopoptart98
      • supporter
      • 6 kudos
      X''D
    3. fictionalsanity
      fictionalsanity
      • supporter
      • 2 kudos
      My money's on Rasmodius
  8. technopoptart98
    technopoptart98
    • supporter
    • 6 kudos
    thanks ^^
  9. eveningreen
    eveningreen
    • member
    • 0 kudos
    Thank you!