Replacing lines for "Other" gender

Moderator: GZDoom Developers

User avatar
GFD
Posts: 347
Joined: Mon May 31, 2010 7:42 pm
Preferred Pronouns: He/Him
Location: Canada
Contact:

Re: Replacing lines for "Other" gender

Post by GFD »

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.
User avatar
Blox
Posts: 3728
Joined: Wed Sep 22, 2010 9:35 am
Location: Apathetic Limbo

Re: Replacing lines for "Other" gender

Post by Blox »

If something isn't broken why are we trying to fix it by breaking it?
Kostov
 
 
Posts: 2020
Joined: Thu Dec 26, 2013 3:26 pm

Re: Replacing lines for "Other" gender

Post by Kostov »

Because coding ZDoom is all about exploration. Innit.

Gez, how does French handle obituaries currently?
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: Replacing lines for "Other" gender

Post by Gez »

Poorly:

Code: Select all

OB_KILLEDSELF = "%o se tua (lui/elle)meme.";
User avatar
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

Post by NeuralStunner »

This is why I always write obits without the pronoun aliases. It's ultimately simpler, especially if I get translations later.
User avatar
Matt
Posts: 9696
Joined: Sun Jan 04, 2004 5:37 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Debian Bullseye
Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
Contact:

Re: Replacing lines for "Other" gender

Post by Matt »

Kostov
 
 
Posts: 2020
Joined: Thu Dec 26, 2013 3:26 pm

Re: Replacing lines for "Other" gender

Post by Kostov »

Alright, that's out of the way then.
User avatar
deathride58
Posts: 15
Joined: Fri Jun 26, 2015 8:07 pm
Location: Everywhere

Re: Replacing lines for "Other" gender

Post by deathride58 »

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.
Kostov
 
 
Posts: 2020
Joined: Thu Dec 26, 2013 3:26 pm

Re: Replacing lines for "Other" gender

Post by Kostov »

The self-selves dilemma could still use a look, though.
User avatar
Amuscaria
Posts: 6634
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: Replacing lines for "Other" gender

Post by Amuscaria »

How many gender pronouns are in use now (mostly on Tumblr)? Like 26?
Kostov
 
 
Posts: 2020
Joined: Thu Dec 26, 2013 3:26 pm

Re: Replacing lines for "Other" gender

Post by Kostov »

26... sheesh.
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: Replacing lines for "Other" gender

Post by Gez »

Eriance wrote:How many gender pronouns are in use now (mostly on Tumblr)? Like 26?
At least 80
User avatar
Amuscaria
Posts: 6634
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: Replacing lines for "Other" gender

Post by Amuscaria »

Gez wrote:80
dafuq?
Kostov
 
 
Posts: 2020
Joined: Thu Dec 26, 2013 3:26 pm

Re: Replacing lines for "Other" gender

Post by Kostov »

Yeah. This world can suck.
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”