Page 1 of 1

All of this "he/him/his" stuff is bothering me.

Posted: Sat Dec 15, 2012 1:06 am
by SerTabris
I just started playing the demo, and while I'm enjoying the game so far, it kind of bugs me that the targeting for my party heals, items, and such keeps using male pronouns. Is this something that's edited in the full version? Male-as-default just kind of bothers me, and with my first two party members both being female (I'm playing as Lisa) it doesn't really make sense.

Re: All of this "he/him/his" stuff is bothering me.

Posted: Sat Dec 15, 2012 7:38 am
by jack1974
edited: ok I've read better your question :lol: yeah I can change that easily. As soon as I have a moment will do it, shouldn't take much!

Re: All of this "he/him/his" stuff is bothering me.

Posted: Sat Dec 15, 2012 6:42 pm
by Aleema
Thanks, SerTabris! :) This is an awesome post.

Re: All of this "he/him/his" stuff is bothering me.

Posted: Sat Dec 15, 2012 6:56 pm
by jack1974
Sertabris, do you remember what were the phrases ? I'm checknig the code and I see only phrases like:
"Target hero is knocked out! You can revive him/her only using the Psionic Power 'Restore' or the item 'Lifegiver'."
so at least I put "him/her". I can't find a phrase where I put only "him". Anyway I think will change it like in Loren so there's no need for the pronouns (is easier to do and won't risk adding bugs to a 2 years old code just changing the texts).
So for example the phrases would be like:
"Philipp uses First Aid Kit on Lisa healing for 15hp" or maybe better "Philipp uses First Aid Kit on Lisa: 15hp healed" :)

Re: All of this "he/him/his" stuff is bothering me.

Posted: Sat Dec 15, 2012 10:49 pm
by Aveline
you could also use "they\them\ their" instead of him\her ,it's an English stranded !!

btw, I think the phrases SerTabris are referring to located in the description of some cases like this pic for example:

Image

and so on.. :roll:

Re: All of this "he/him/his" stuff is bothering me.

Posted: Sun Dec 16, 2012 1:17 am
by SerTabris
I think there were several in equipment descriptions. I confirmed the one when targeting items on your party (like when using a first-aid kit). And thanks for considering this.

Edit: The description of the 'shocked' status (when you hover over 'S' in the battle menu) also does it, as well as the equipment failure message.

Re: All of this "he/him/his" stuff is bothering me.

Posted: Sun Dec 16, 2012 2:20 am
by Sylrissa
SerTabris wrote:I think there were several in equipment descriptions. I confirmed the one when targeting items on your party (like when using a first-aid kit). And thanks for considering this.
Thank you for bring it up SerTabris, and from what I've seen in the few months since I've been around Jack is very receptive to his community so I wouldn't worry :)

Re: All of this "he/him/his" stuff is bothering me.

Posted: Sun Dec 16, 2012 9:07 am
by jack1974
Ahh now I understand why I couldn't find it :lol: the texts of the items are in a separate file outside of the code. Ok I got it, will check all the items description and use Aveline's suggestion maybe (using they/their/them). I wanted to update the game to use the latest Ren'Py anyway (since has better support for Linux 64-bit) so that's a good excuse to work on it 8)