Pr0GamerJohnny
Devoted Member
- Sep 7, 2022
- 8,258
- 12,800
yes, use a custom dictionary filter like this:Literally the only differences were a single word like "caretaker" instead of "mom" and "roommate" instead of "sister". There wasn't anything that didn't make sense. The game was fine and enjoyable. All I'm asking is if there's a way to revert the incest like previous chapters had. Simple as that. I'm not knocking you for liking having sex with your mother or sister. I'm just saying it's not for me.
Code:
init python:
import re
def word_replace(text):
"""
take a text and replace words that match the key in a dictionary
with the associated value, return the changed text
"""
def translate(match):
word = match.group(0)
return replace_dict.get(word, word)
return re.sub(r"\b[A-Za-z_]\w*\b", translate, text)
# create a dictionary of key_word:replace_with pairs
replace_dict = {
"mom" : "guardian",
"Mom" : "Guardian",
"sister" : "friend"
}
define config.say_menu_text_filter = word_replace
This is such a lazy sentiment you see tossed around often here, and it's completely vapid- obviously when a player looks at a tag list they dont anticipate the relative weighting to be one way or another. For example, this game has a "drugs" tag. Obviously, one would be understandably surprised if they played the game and it ended up being a singular sex scene (which encompassed the other tags), then 8 hours of gameplay involving different girls sticking needles in their arms.I'm gonna be honest here. If you don't like incest or at least arent ok with it even if it's not a kink you like, then don't play a game with the incest tag on this site. Most of the games I've seen on this site with an incest tag make absolutely no sense with it with very few excepts. Even in the older chapters the dialogue was always super awkward and strange without the patch and the story didn't really make a lot of sense.
To think that someone would react to that player's concerns with "What?? it's in the tags, if you dont like it dont play it." is the height of intellectual dishonesty. All I really see when I read these type of comments is "I like the genre which is well-represented by this game, I see you dont like this genre, thus I'm going to condescend to you"