Replacing lines for "Other" gender
Moderator: GZDoom Developers
- GFD
- Posts: 347
- Joined: Mon May 31, 2010 7:42 pm
- Preferred Pronouns: He/Him
- Location: Canada
- Contact:
Re: Replacing lines for "Other" gender
Yeah, dealing with other languages in this way definitely sounds like overkill. If that were also to be addressed, the only solution I would see as reasonable would be a system that lets you use multiple strings for obituaries, depending on the genders of the two players involved.
Re: Replacing lines for "Other" gender
If something isn't broken why are we trying to fix it by breaking it?
Re: Replacing lines for "Other" gender
Because coding ZDoom is all about exploration. Innit.
Gez, how does French handle obituaries currently?
Gez, how does French handle obituaries currently?
Re: Replacing lines for "Other" gender
Poorly:
Code: Select all
OB_KILLEDSELF = "%o se tua (lui/elle)meme.";
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: Replacing lines for "Other" gender
This is why I always write obits without the pronoun aliases. It's ultimately simpler, especially if I get translations later.
Re: Replacing lines for "Other" gender
Alright, that's out of the way then.
- deathride58
- Posts: 15
- Joined: Fri Jun 26, 2015 8:07 pm
- Location: Everywhere
Re: Replacing lines for "Other" gender
I did a quick check myself, and the original idea of changing the default it/its pronouns for the "other" gender to they/them pronouns is entirely possible for anyone who can modify and compile the source code.
In P_Interaction.cpp, line 129 should be able to be changed from { "it", "it", "its" } to { "they", "them", "their" } without any negative consequences. It would be a lot better if it wasn't hardcoded, though.
Allowing modders to define custom pronouns for the "other" gender in the language lump would also be great, though I'm not exactly sure how that could be done. I know it's possible, though.
In P_Interaction.cpp, line 129 should be able to be changed from { "it", "it", "its" } to { "they", "them", "their" } without any negative consequences. It would be a lot better if it wasn't hardcoded, though.
Allowing modders to define custom pronouns for the "other" gender in the language lump would also be great, though I'm not exactly sure how that could be done. I know it's possible, though.
Re: Replacing lines for "Other" gender
The self-selves dilemma could still use a look, though.
Re: Replacing lines for "Other" gender
How many gender pronouns are in use now (mostly on Tumblr)? Like 26?
Re: Replacing lines for "Other" gender
26... sheesh.
Re: Replacing lines for "Other" gender
At least 80Eriance wrote:How many gender pronouns are in use now (mostly on Tumblr)? Like 26?
Re: Replacing lines for "Other" gender
dafuq?Gez wrote:80
Re: Replacing lines for "Other" gender
Yeah. This world can suck.