• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

n00bi

Member
Nov 24, 2022
284
372
a lot of fucking in ch2. but the animations are rushed.
i wish devs took more time to polish the animations.
 

Crel

Member
Jun 5, 2018
190
135
Make sure no RenPy windows are open
If you're on Windows, in folder explorer go to: %APPDATA%\RenPy\tokens
make a backup copy of security_keys.txt
edit security_keys.txt and remove the actual keys
it should look like this afterwards, just the labels with no keys:

signing-key
verifying-key

Edit the file properties and make it read-only.
Try loading your save again
 

simple_human

Newbie
Dec 2, 2018
68
2,448
Made a quick incest patch.
version: Chapter 1 (if I didn't miss anything, only the first chapter mentions adoption)
feature: Eng only. Changes the intro of chapter 1, removes the conversation about adoption
pc install: Unzip it into the "game" folder.

notes:
I might have missed something, if you spot any lines that should be changed, let me know(preferably with a description of the scene and line text, a screenshot would also help).
 
Last edited:
  • Like
Reactions: bcool

MrTM

Member
May 6, 2019
127
197
Here is a simple script to rename the MC. Work so far for chapter 1 and 2.
Open RenameMC.rpy in an text editor and replace "RenameMC" with the name you want.
Place RenameMC.rpy in the game folder


Code:
init 1090 python:

    def replace_text(t1):
        t1 = t1.replace("Drematov", "RenameMC")
        t1 = t1.replace("Drema", "RenameMC")
        return t1
    config.replace_text = replace_text
example

Code:
init 1090 python:

    def replace_text(t1):
        t1 = t1.replace("Drematov", "MyNewName")
        t1 = t1.replace("Drema", "MyNewName")
        return t1
    config.replace_text = replace_text
 

Theadriel

Newbie
Mar 21, 2022
80
131
So this is the same person? :ROFLMAO:
And writing is terrible. if you're not an english native it's better to just google trad sometimes
You don't have permission to view the spoiler content. Log in or register now.
 
3.40 star(s) 13 Votes