Page 23 of 30 FirstFirst ... 13 21 22 23 24 25 ... LastLast
Results 221 to 230 of 294
  1. #221
    Player
    Arngrim_Greyashe's Avatar
    Join Date
    Feb 2016
    Posts
    849
    Character
    Grimnir Greywolfe
    World
    Balmung
    Main Class
    Dark Knight Lv 90
    Quote Originally Posted by zeylos View Post
    I would personally like this, but I think that considering it would likely cost quite a few resources it isnt thta necessary, and I'd encourage you to take it asa character you are lookign at and not yourself ^^
    Holy heck. I agree with Zeylos on something. Sound the alarms!
    (1)

  2. #222
    Player
    Skyclaw726's Avatar
    Join Date
    Nov 2013
    Posts
    111
    Character
    Tenko Hildegard
    World
    Lich
    Main Class
    Sage Lv 92
    Quote Originally Posted by CazzT View Post
    Except that's not what's being asked for here. It's already set to a binary. What's being asked for is to add duck, potatoe, pickle, gingerbread, airplane, moon, sandwich, etc.

    And what about the "genderfluid" crowd? If they cave to the made up pronouns, they're going to be beaten over the head until they cave to the genderfluids crowd (give an inch, take a mile). And if they don't, they'll be accused of hate and bigotry. That will mean creating a system that has to check every line of dialogue with a gender pronoun for the WoL, and an option that lets them choose what gender they want to be for each line of dialogue.

    This is a slippery slope. It's not worth the devs' time and it would provide zero benefit to the game.

    I have seen entire communities destroyed by this kind of thinking (not yours) i have seen people lose everything to these representation warriors.

    They demand something and when you give them it they demand more and more until you reach a breaking point and say no..then your a bigot. People are getting rightfully fed up with it including myself
    (15)

  3. #223
    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 Lunavi View Post
    Yes, I don't know how it is for other languages in all fairness, but for English this would be pretty simple.

    As I said, it strongly strongly depends on how things are coded. The only time they would have to change anything at all is in all pieces of texts including our pronouns, and if this is a variable, such as [gender], they could search out all of these with an easy search function and only look at those specific cases, which aren't too many, and add a variable [s] that appears after first verb after each [gender] (as found by manual reading of course to avoid messups) and have the same variable triggering an if/else statement for is/are they and make the same thing with . Considering the length of the story, I would say this is a process that can't take too much longer than 1-2 days IF the code is well written to support something like the search function which would make it so easy to find the snippets of dialogue that could be in need to get changed.

    I can't, however, speak for other languages if it is as easy as this, that I can agree on 100%, but they could also take help by localization team on this project to create an algorithm that helps with this process. I say help as while it would be possible to do an algorithm that did this all on its own, that one would be inaccurate sometimes which could cause unnaturally flowing text. My point is, that with some clever solutions it is possible to make this possible without having to review every single piece of dialogue manually, which would cut down the workload for this process to a very manageable one. Also, this would likely fall a lot on localization teams to do as well.
    EDIT to avoid double post:


    The problem is grammatical errors that might occur, not that the system would break down, and while this is kinda easy to fix in English, while I do not know any of the other languages save for Germany, I know from people I know who speak French that it is a heavily gendered language that could cause issues on this area, which I due to my lack of understanding of the language can't properly measure how long it would take to fix, which is what was critiqued and a point that they are fully correct on.
    1-2 days? No. Not by a long shot. It's not just in the story it's in every single quest. Even the main story would take longer than 1-2 days to rewrite all of that code to include this. And it's not as simple as just slapping in a neutral pronoun.

    This is set in a medieval world, people address us in such terms. Example 'Lord/Lady' there is not a neutral term for this. 'Master/Mistress' there is not a neutral. 'Lad/Lass' there is not a neutral term. 'Sir/Madam' there is not a neutral, not one that is used in a time like this. All of this would have to be removed/rewritten.
    (12)

  4. #224
    Player
    Jollyy5's Avatar
    Join Date
    Jan 2014
    Posts
    424
    Character
    Raul Prower
    World
    Exodus
    Main Class
    Dragoon Lv 71
    Quote Originally Posted by CazzT View Post
    Except that's not what's being asked for here. It's already set to a binary. What's being asked for is to add duck, potatoe, pickle, gingerbread, airplane, moon, sandwich, etc.
    That's what I meant, but I suppose I was being really unclear...

    What I wanted to say was that Fantasia works because all it has to do is to swap your character from the two already existing genders to another, and if you wanted to have more options than just "he" and "she", it would require some major work to a point where it's just not worth it, as it would cater to a very small minority.
    (3)

  5. #225
    Player
    Izanagi_Fiaresu's Avatar
    Join Date
    Jan 2016
    Location
    Ul'Dah
    Posts
    266
    Character
    Merrick Jaeger
    World
    Sargatanas
    Main Class
    Monk Lv 80
    Holy poopsickle. This is the best troll thread I've seen in a while. So many bites. Good Job.
    (1)

  6. #226
    Player
    Lunavi's Avatar
    Join Date
    Sep 2013
    Location
    Sweden
    Posts
    834
    Character
    Luna Nattvind
    World
    Omega
    Main Class
    Black Mage Lv 80
    Quote Originally Posted by Gwenorai View Post
    1-2 days? No. Not by a long shot. It's not just in the story it's in every single quest. Even the main story would take longer than 1-2 days to rewrite all of that code to include this. And it's not as simple as just slapping in a neutral pronoun.

    This is set in a medieval world, people address us in such terms. Example 'Lord/Lady' there is not a neutral term for this. 'Master/Mistress' there is not a neutral. 'Lad/Lass' there is not a neutral term. 'Sir/Madam' there is not a neutral, not one that is used in a time like this. All of this would have to be removed/rewritten.
    I do agree with you on this point that it would be rough. However, you seem to have a misconception, I never suggested code for English but rather to search where the variable used to determine which [gender] response they should play, or even code to be used other than as a helping tool if it would be needed for for example French, which is a more gendered language than English to make the task more manageable (and to add, I do actually after some thinking believe that some languages would be way more annoying to fix than English and yes, I can't plausible see it being done in 1-2 days even with a strong team), and I don't know if you think I thought one person would work on this or if they would set up a team of people to do this as I agree that one person alone could hardly do it in one day. Those parts would be caught by the [gender] (term used as idk what the actual variable is called) and yes, it will require some rewriting. This is also why I said this is a very code dependent task as depending on the code this might be easier or harder to perform, and knowing this game's code it is likely the later, which means that yes, this might very well not be worth it at this point in time.
    (0)
    Learn, explore, and think for yourself. Make your choices, take actions, and let yourself be free.

  7. #227
    Player
    Iscah's Avatar
    Join Date
    Nov 2017
    Posts
    14,070
    Character
    Aurelie Moonsong
    World
    Bismarck
    Main Class
    Summoner Lv 90
    Quote Originally Posted by TheRedChameleon View Post
    You mean the four supported languages? (Not counting China and Korea as theyre effectively operating on they're own system)

    It's not like swapping pronouns when a fantasia is used brings the system to a halt so I dont see what the issue is.
    Swapping pronouns post-Fantasia doesn't "bring the system to a halt" because it's still doing what it always did: checking, at the time of displaying the text, whether the player character is male or female, and applying the correct fragment of text individually programmed into that line of script. It's not fetching the right pronoun from some external listing that could be altered independently.

    Changing it to reflect additional options (even if it was just a pre-built choice of he/she/they - or even a free choice of the existing he/she) would mean changing the structure of character data to carry a new setting for pronoun choice, and potentially affecting everything that ever has to refer to that data. Then they need to find every single line of text in the game that uses pronouns or other gender-varied language, and change it to consult this new setting instead of the character's gender, plus add in new text for the 'they' option.

    Retrofitting it would be a massive undertaking, and a very different thing to including it in a game as it's being built from the ground up. Perhaps we'll see it be an option in more games in the future, but it's not something that can be added to this one.

    (Even long-term in a game where the option is built in, I doubt we would get fully-customisable pronouns without restricting the way players are addressed in the script - it wouldn't work for this one, certainly, where sometimes entire sentences are different based on the character's gender. I think it would be kept simple as he/she/they - and I think society overall will tend that way as well, picking a single 'inbetween' pronoun instead of everyone trying to establish their own.)



    Quote Originally Posted by Lunavi View Post
    I do agree with you on this point that it would be rough. However, you seem to have a misconception, I never suggested code for English but rather to search where the variable used to determine which [gender] response they should play [...]
    The thing is, there is no separate variable to determine which gender pronouns are used for the character. It uses the character's gender directly.
    (6)

  8. #228
    Player
    Lunavi's Avatar
    Join Date
    Sep 2013
    Location
    Sweden
    Posts
    834
    Character
    Luna Nattvind
    World
    Omega
    Main Class
    Black Mage Lv 80
    Quote Originally Posted by Iscah View Post
    The thing is, there is no separate variable to determine which gender pronouns are used for the character. It uses the character's gender directly.
    Then that solves that, this would make this suggestion pretty hard to implement then.
    (2)
    Learn, explore, and think for yourself. Make your choices, take actions, and let yourself be free.

  9. #229
    Player
    AxlStream's Avatar
    Join Date
    May 2017
    Posts
    902
    Character
    Axl Stream
    World
    Faerie
    Main Class
    Warrior Lv 90
    Quote Originally Posted by Izanagi_Fiaresu View Post
    Holy poopsickle. This is the best troll thread I've seen in a while. So many bites. Good Job.
    I think this is Poe's law in full effect. It's so absurd that we're not sure if it's real or satire anymore.
    (6)

  10. #230
    Player
    Vahlnir's Avatar
    Join Date
    Dec 2013
    Location
    Tent In the Middle of Nowhere
    Posts
    9,647
    Character
    Elan Centauri
    World
    Diabolos
    Main Class
    Gunbreaker Lv 100
    Quote Originally Posted by AxlStream View Post
    I think this is Poe's law in full effect. It's so absurd that we're not sure if it's real or satire anymore.
    In today's world it really is hard to tell. Even if this was a troll post initially it took on a whole new life.
    (5)
    Quote Originally Posted by Naoki_Yoshida View Post
    Personal Housing
    While I cannot give a specific date on when personal housing will be implemented, I can say that prices will be completely separate from free company housing, and, naturally, far more affordable.

Page 23 of 30 FirstFirst ... 13 21 22 23 24 25 ... LastLast