Comments

Log in with itch.io to leave a comment.

(+3)

Very cool tool! Great idea and well executed!

I have two suggestions, in case you are still working on this:

1, it might be nice to have a pronunciation guide to the pronouns. I could definitely use the guidance! XD

2, it feels a bit odd to have Dracula referred to as “a man” even when using a non-masc pronoun. I’m guessing this is probably part of the original text, but replacing it even with “human” could make things much smoother reading.

In all cases, thanks for making this!

(+2)

Thanks so much! I didn't even notice I'd left 'man' in the Dracula text, I'll edit that as soon as I get the chance.

(+1)

Thank you for this tool, I think it's a good and useful program!

I was wondering, what method did you use to make all the passages? Is it a find and replace script or something similar? The reason I ask is I've been looking for ways to change the genders, names and pronouns of characters in playscripts.

(+2)

I used variables, so an example of the code which sets the pronoun to 'they/them' after clicking on the link is:

(link-reveal: "they/them")[(set: $title to "Mx")(set: $psubject to "they")(set: $Psubject to "They")(set: $pobject to "them")(set: $Pobject to "Them")(set: $possessivepro to "theirs")(set: $possessiveadj to "their")(set: $preflexive to "themself")(set: $Possessiveadj to "Their")(go-to: "start")]

And then the actual text before the player chooses a variable looks like this:

"When $psubject reached home, $psubject found $possessiveadj servant waiting up for $pobject."

Oh, you are the one who made the space flags?! That's awesome! I've used them for my desktop background before, they look so cool.

Yes that was me! I'm so glad you liked them :)

(+6)(-14)

Welcome to the end of the world.

(+3)(-11)

The inmates are running the asylum now...  ;-)

(+1)

This is really fun and interesting, good to practise reading aloud :D

Thank you! :)