Page 7 of 30 FirstFirst ... 5 6 7 8 9 17 ... LastLast
Results 61 to 70 of 294
  1. #61
    Player
    cinnamonoreo's Avatar
    Join Date
    Jun 2019
    Posts
    23
    Character
    Patches Sweettouch
    World
    Faerie
    Main Class
    White Mage Lv 80
    I need a citation for them programming in gender as a binary flag in this game because honestly, that's a ridiculous and resource-intensive way to go about it vs just defining a variable and calling that.
    (0)

  2. #62
    Player
    Gwenorai's Avatar
    Join Date
    Feb 2019
    Location
    Ivalice
    Posts
    1,162
    Character
    Dyslexius Nervar
    World
    Odin
    Main Class
    Reaper Lv 90
    Quote Originally Posted by cinnamonoreo View Post
    I need a citation for them programming in gender as a binary flag in this game because honestly, that's a ridiculous and resource-intensive way to go about it vs just defining a variable and calling that.
    Google 'what's a hrothgar', check the first result which should be on reddit. You will see a huge thread that shows the code. Where male and female flags exist throughout the entire code for dialogue.

    https://i.redd.it/xre7d6dnl7g21.jpg Here is an example of it. As you can see, the code does a check regarding your gender, such as 'le' and 'la'.
    Here is another example; https://i.imgur.com/4JgffXR.png
    Basically, all of this would need to be rewritten to include this, and there's a lot of it throughout this game.
    (11)
    Last edited by Gwenorai; 07-27-2019 at 04:54 AM.

  3. #63
    Player
    Ayuhra's Avatar
    Join Date
    Apr 2015
    Location
    Palace of the Dead
    Posts
    1,483
    Character
    Ayuh'ra Bajhiri
    World
    Mateus
    Main Class
    Dancer Lv 90
    Here's my totally controversial stance:

    Sure, why not.

    The biggest hurdle is recorded dialogue. Custom pronouns would not appear there. Already recorded dialogue for old content would not reflect they/them.

    But gender neutral pronouns as an option for more current content? Sure.

    Localization teams might have it rough, though, since some languages are gendered (see for example: All romance languages)
    (4)
    Last edited by Ayuhra; 07-27-2019 at 04:53 AM. Reason: spelling

  4. #64
    Player
    cinnamonoreo's Avatar
    Join Date
    Jun 2019
    Posts
    23
    Character
    Patches Sweettouch
    World
    Faerie
    Main Class
    White Mage Lv 80
    Quote Originally Posted by Barraind View Post
    It is recognized as a mental illness (Specifically a developmental disorder treated with therapy and psychotropics) by every single psychiatric organization in the world.

    As is gender dysphoria, as an aside.
    Because of the way the medical system is set up, having a diagnosis is required for treatment. That's the only reason gender dysphoria is in there. If you read the definition of it in the newest DSM, that's fairly clear because recommended treatment is social and medical transition. Until transitioning is treated less like a formal medical process and more like body modification, it's gonna stay that way. The APA and medical organizations have come out explicitly stating being transgender is not a mental illness and there's nothing wrong with that.
    (1)

  5. #65
    Player
    Shougun's Avatar
    Join Date
    Jan 2012
    Location
    Ul'dah
    Posts
    9,431
    Character
    Wubrant Drakesbane
    World
    Balmung
    Main Class
    Fisher Lv 90
    Quote Originally Posted by cinnamonoreo View Post
    I need a citation for them programming in gender as a binary flag in this game because honestly, that's a ridiculous and resource-intensive way to go about it vs just defining a variable and calling that.
    Why would a boolean be resource intensive compared to anything else as an option?

    I have no idea what the variable type is, I had just thought it was just an integer but then reading other posts figured.. not really necessary at the time of creating the game to be an integer because why for? So it probably is a boolean now that I think about it more lol.

    Obviously at this point it being an integer could help with the request (gender = 5) but then we'd still have structure problems in the sentences and likely different problems in different languages (like some words need more than just the pronoun changed to sound right, for example they in English sometimes sounds a lot better with tweaks to the rest of the sentence and cannot just be plopped in simply).
    (8)

  6. #66
    Player
    Gwenorai's Avatar
    Join Date
    Feb 2019
    Location
    Ivalice
    Posts
    1,162
    Character
    Dyslexius Nervar
    World
    Odin
    Main Class
    Reaper Lv 90
    Basically, I wouldn't get offended and insulted if this wasn't added in regards to the devs; no bigotry here or anything of the sort. Just like with the missing genders, it's probably not plausible at this time - or ever. It's just how they set up their parameters.
    (0)
    Last edited by Gwenorai; 07-27-2019 at 04:59 AM.

  7. #67
    Player
    Reimmi's Avatar
    Join Date
    Mar 2018
    Posts
    1,323
    Character
    Nia Niyah
    World
    Hyperion
    Main Class
    Dancer Lv 100
    Big waste of time, because they would have to voice act all the "her" and "him" 's going forward with these "pronouns"
    if it really bothers you just roleplay it the way you want, rather than waste dev time/resources
    (13)

  8. #68
    Player
    Cled-cat's Avatar
    Join Date
    Jan 2019
    Posts
    194
    Character
    Cledwyn Llywellyn
    World
    Omega
    Main Class
    Black Mage Lv 100
    Quote Originally Posted by NealSnow View Post
    Thank you my potatoe shaped friend lol. I have aultism myself and I myself deal with the issue's. I'm not normal, I have a illness. I just don't care! If people accept me fine, if not idc. I'm not gonna demand SE let me make my wol autistic as a result. Be happy with who you are, but don't expect the entire world to conform to your needs I say.
    That’s great and all that you can embrace your illness, but it’s a total non sequitur in this. We’re not likening identities or pronouns to autism, they’re two entirely different things, so it’s not really making sense in regards to this thread. The crucial difference you’re overlooking is that there is no set precedence for using autism related pronouns or such and that subsequent supposed impact on your life or gaming. Unlike identities, no one in the game is constantly calling you autistic or anything even remotely related to it in game. Unlike gender, which permeates the game as discussed:
    (1)

  9. #69
    Player
    cinnamonoreo's Avatar
    Join Date
    Jun 2019
    Posts
    23
    Character
    Patches Sweettouch
    World
    Faerie
    Main Class
    White Mage Lv 80
    Quote Originally Posted by Gwenorai View Post
    Google 'what's a hrothgar', check the first result which should be on reddit. You will see a huge thread that shows the code. Where male and female flags exist throughout the entire code for dialogue.

    https://i.redd.it/xre7d6dnl7g21.jpg Here is an example of it. As you can see, the code does a check regarding your gender, such as 'le' and 'la'.
    Here is another example; https://i.imgur.com/4JgffXR.png
    Basically, all of this would need to be rewritten to include this, and there's a lot of it throughout this game.
    Ah, French localization. They gender everything. Indeed, it would be a localization challenge and for that, they could keep the same overly complicated gender deal going. Given that it's in French, I'm not going to take that as definitive evidence they program it this way globally. If they do, lol.

    Still doesn't change my suggestion. Even some French people are nonbinary. They might appreciate having some agency other than modifying character appearance in terms of pronouns.

    Quote Originally Posted by Shougun View Post
    Why would a boolean be resource intensive compared to anything else as an option?

    I have no idea what the variable type is, I had just thought it was just an integer but then reading other posts figured.. not really necessary at the time of creating the game to be an integer because why for? So it probably is a boolean now that I think about it more lol.

    Obviously at this point it being an integer could help with the request (gender = 5) but then we'd still have structure problems in the sentences and likely different problems in different languages (like some words need more than just the pronoun changed to sound right, for example they in English sometimes sounds a lot better with tweaks to the rest of the sentence and cannot just be plopped in simply).
    One call to a database vs having the game individually test each case every time.
    (1)

  10. #70
    Player
    Harmonea's Avatar
    Join Date
    May 2014
    Posts
    129
    Character
    Seraph Altima
    World
    Mateus
    Main Class
    Dancer Lv 80
    Quote Originally Posted by cinnamonoreo View Post
    I need a citation for them programming in gender as a binary flag in this game because honestly, that's a ridiculous and resource-intensive way to go about it vs just defining a variable and calling that.
    Wrong on so many levels. I can't cite first-hand knowledge nor tell you how to gain that knowledge on the OF, but all you have to do is crack open the dialogue files and look for yourself to see all the checks. You'll see lines like "Flattery will get you nowhere, {if(5) (my dear) else (dear boy)}!" EVERYWHERE.

    And if you think that's resource intensive, it's because you're only considering he/she and him/her. Yes, if those were the only gender references in our dialogue, storing them as customizable plaintext would be a good idea. But it's not, and that you think it is shows your shortsightedness.

    We are called madam or ma'am and sir. Milady, milord, lady surname, lord surname. Boy and girl. Lad and lass. Some angry NPCs pick one of two b-words to describe the WoL, and several others use the gender switch to change whole sentences around to either flirt with the WoL or treat them with aloofness. For example, one popular NPC will openly confess to a female WoL that he is "quite taken with" her around level ~18. A different class quest NPC will invite a female WoL to have a drink while telling a male WoL to go away and stop scaring off the ladies.

    And again, you're ignoring the other languages, where you're the "{if(5) (Guerriere) else (Guerrier)} de tenebres." Half the sentence gets gendered if it's referring to your character.

    Storing gendered language as customizable plaintext is on no planet a less resource-intensive solution than a boolean variable.
    (31)
    Last edited by Harmonea; 07-27-2019 at 05:32 AM. Reason: Typos + additional examples

Page 7 of 30 FirstFirst ... 5 6 7 8 9 17 ... LastLast