Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Hana

Uploaded by

Hanatsuki

Virus scan

Safe to use

45 comments

  1. Hanatsuki
    Hanatsuki
    • premium
    • 50 kudos
    Locked
    Sticky
    So the Nexus is for some reason not allowing me to update the file for this mod with one with the correct version number. Everything else should work properly, but if the false update message bothers you please do the following:

    • Open the GNMTokens folder.
    • Open the "manifest.json" with any text editor.
    • Find the following line
    •   "Version": "1.0.1",
    • Change that line to:
    •   "Version": "1.0.4",


    Sorry for the inconvenience! If anyone finds any bugs or other errors please let me know!
  2. hackeysackismyhobby
    hackeysackismyhobby
    • member
    • 0 kudos
    Hi! I found a few places that were missed in the mod!

    In Penny's 8-heart event, just after she calls over the children, she says "he/she has firsthand experience.." and continues on. This seems to be the only one for that event that I've noticed.

    The second is any time you catch a legendary fish and speak to Willy. He uses the term "miss/mister". One such example: right after you catch the Mutant Carp, Willy says "You smell like you've been fishing in the sewers, miss/mister." (or something along those lines.)
    1. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      Hello!

      Penny's 8 heart cutscene has been reported already, but thank you anyway!

      Willy's dialogue I believe is new from 1.6, but I know to look for it now as well, so thank you!

      Thank you for reporting!
  3. connorhedgehog
    connorhedgehog
    • member
    • 1 kudos
    does this come with the built in 'multiple pronouns' functionality that the gender neutrality mod does? bit curious on how that's implemented code wise
    1. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      Hello! Yes, you can use the multiple pronouns functionality with this mod just like the base Gender Neutrality Mod used to offer.
      In technical terms that functionality is now handled a bit by both mods. This mod (The GNMTokens mod) accepts any input for pronouns and parses each separate pronoun based on something called a delimiter (in this case that's simply a comma) then the Gender Neutrality Mod uses Content Patcher's built in random function to select randomly between each pronoun that has been parsed by this mod.
      That's the gist of how it works without going into too much detail. However, if you're interested I can go into further detail here or in a Private Message if you'd prefer! I'm always happy to discuss modding so please feel free to ask any questions and I'll answer to the best of my ability!
  4. purplexpresso
    purplexpresso
    • premium
    • 1 kudos
    Thinking about using this in a mod I'm developing. Can we have a Mister/Ms (Honorifics in general) or is that already included?

    In general, an API reference (or better yet, source code!) would be greatly appreciated. 
    1. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      Hi there! Some honorifics are included using the token "Hana.GNMTokens/Title" but if you need to add something different/more specific please let me know!

      Also for convenience/future reference the current list of available Tokens and their default values as of 12/25/2023:
              Singular: false
              SubjectivePronoun : "They"
              ObjectivePronoun: "Them"
              PosessivePronoun: "Their"
              Title: "Mx."
              Adjective: "Gorgeous"
              SpouseNoun: "Partner"
              GenericNoun: "Person"
              AdultAntiquatedNoun: "Folk"
              AdultFamilialNoun: "Kid"
              AdultInformalNoun: "Person"
              ElderAntiquatedNoun: "Kid"
              ElderInformalNoun: "Kid"
              ElderFamilialNoun: "Child"
              ChildFamilialNoun: "Cousin"
              ServiceFormalNoun: "Esteemed Patron"
              TraderNoun: "Traveller"
              ParentalNoun: "Parent"
      These would all be prefixed with "Hana.GNMTokens/" when used in a content patcher mod with this mod as a dependency.

      I tried to put up some source code on GitHub though admittedly I don't know how to use Git or GitHub very well so I may have done it wrong (please let me know if I did it wrong) but here's the link:
      https://github.com/aeremyns/GNMTokensMod

      Also I am unsure in general how exactly create an API reference but if you could link me a tutorial or give an explanation I'd be happy to try!
    2. purplexpresso
      purplexpresso
      • premium
      • 1 kudos
      Thank you!!
  5. catsareawesome
    catsareawesome
    • member
    • 2 kudos
    What exactly does this mod do? Like does it somehow allow users to make mods compatible with gender neutrality?
    1. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      Hi there! This mod is mainly for mod makers (and the users of said mod maker's mods). It allows modders to make Content Patcher mods that will use gender neutral terms. This mod won't do anything on it's own except provide a config file. However, when a modder references this mod as a dependency in their own mod it allows them to borrow from the config file and use the same gendered (or gender neutral) language the mod user selected in this mod's config. This way it creates a unified experience between mods with gender neutral language as long as they use the GNMTokens mod. Thank you for the question, I hope this helps!
  6. Meteoritwu
    Meteoritwu
    • member
    • 0 kudos
    Does the mod support languages ​​other than English?( Russian, for examle)? :<
    1. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      I replied to you Private Message. But to be clear for any other readers: No this mod does not currently support other languages.
  7. jayjaydub911
    jayjaydub911
    • member
    • 6 kudos
    Hi! Would it be possible to get a token for parent please ? I'm working on a compat patch and it's my only hiccup.
    1. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      Hi! Yes, I can definitely make that happen. I will try to get an update as soon as possible but it may take a little bit! Sorry for the inconvenience in the meantime and thank you for using the mod!
    2. jayjaydub911
      jayjaydub911
      • member
      • 6 kudos
      It's all good, and no rush. thank you so much for the help!l, and having this mod available.
      The patch for SVE is here if it helps or something.
      https://www.nexusmods.com/stardewvalley/mods/18228
  8. Testdot204
    Testdot204
    • member
    • 0 kudos
    hi! ive been using this mod for quite a while, along with the mod expanded adverture's guild, but the characters in that mod doesn't refer to my farmer with the pronouns. is there anything i can do by myself through editing that mod's files to make it refer to me as such?

    i tried following the 'For Modders' section listed in the description, but isn't too sure what it refers to, so sorry if it's covered there!
    1. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      Hi and thank you for your comment and question!
      I'm not familiar with the expanded adventurer's guild mod but most likely you can make it compatible, if you're willing to do some work. I will look into it to make sure it's possible, but in the meantime feel free to add me on discord (username: aeremyn) or DM me here so I can give you further details on the mod's usage! Thank you again for your question!

      EDIT: Just checked and it is definitely possible to patch or edit it to make it compatible! Just message me or comment again and I can give you the details on how to do it!
    2. clownsinspace
      clownsinspace
      • member
      • 0 kudos
      I would also really like know how to fix it! thank you!!
    3. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      Alright, there is clearly enough interest (and probably some confusion) in usage of this mod so I'll go ahead and work on making an article on general usage for potential modders. I'll comment here and send a private message when the article is finished so you will be alerted! Thank you for your interest and comments!
  9. dungeondeli
    dungeondeli
    • member
    • 0 kudos
    hi! i love your mod and have been using it for some time, but lately it hasn't been working. i tried the fix where you edit the manifest.json file, but it's still calling my farmer by the incorrect pronouns and gender. are there any other fixes for this?
    1. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      Hi, I'm so sorry the mod isn't working for you. I need to ask a couple of questions to try and diagnose the problem.
      Just to confirm, have you installed both this mod (Gender Neutrality Mod Tokens) and the base mod (Gender Neutrality Mod)?
      Are you using any other dialogue modifying mods (Stardew Valley Expanded, Ridgeside Valley, etc.)?
      Did the 1 and 2 show up instead of the gender symbols on the character creation screen?
      Did you change any config settings?
      Thank you for your kind comment and sorry for the inconvenience!



      Edit: typos
    2. dungeondeli
      dungeondeli
      • member
      • 0 kudos
      could have sworn i had the gender neutrality mod installed but ig i must have skipped over it, thank you! ^__^
    3. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      Glad to help! If you have any other questions or comments please feel free to comment again! Otherwise, enjoy the mod!
  10. TheWitch7971
    TheWitch7971
    • member
    • 0 kudos
    I just wanted to ask, if you use multiple pronouns, how do you make the mod tokens do that? As in alternate pronouns? Sorry if it says somewhere, i'm having a hard time finding stuff as i'm pretty new to both stardew and modding :) ty for understanding and for ur patience!
    1. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      Hi and thank you for the kind comment!
      As for your question, most details about the mod are in the main Gender Neutrality Mod page including this but I'll go ahead and copy paste here for easy access.

      FOR MULTIPLE PRONOUNS: When adding custom pronouns/nouns you can use multiple sets of pronouns
      seperated by commas. (For Example: "He, She, They" would select randomly
      between all three of those pronouns each time they appeared.)

      Feel free to ask again if you have any more questions or anything isn't clear! And just for easy reference the main mod page is here: https://www.nexusmods.com/stardewvalley/mods/722/
      (Sorry I don't know how to hyperlink from mobile!)

      Also if you need any help with any other modding issues I'm happy to try to help! Hope all this helps and happy modding!
  11. xcinato
    xcinato
    • member
    • 0 kudos


    Hi! I don't know if anyone else has had this problem but whenever I start a new farm the icons looked bugged :c , Adding onto that, the mod doesn't seem to work and I still get called feminine or masculine gendered terms depending on which farmer I pick D:
    1. Hanatsuki
      Hanatsuki
      • premium
      • 50 kudos
      Hi! I replied to you on the main Gender Neutrality Mod comments section, so please look there! Thank you for reporting and sorry for the inconvenience!