If you want to edit find the dialogues used in the game just extract scripts.rpa and decompile the dialogues.rpyc
You will have to find the relevant dialogues.rpa you want to edit
e.g at the start of the game Jenney says "Shouldn't you be at school"
That line of dialogue is in \game\scripts\locations\home\entrance\hallway\dialogues.rpy
line 6 - jen "Shouldn't you be at school?"
Though it would probably be better if instead of modifying each file one by one you did something similar to the old incest patch which is basically a "replace with" patch
e.g "Ugh, yeah. Too nice if you ask me." : "Ugh. What have I done to deserve a {b}younger brother{/b} like you...",
So instead of Jenny saying "Ugh, yeah. Too nice if you ask me."
The line becomes Jenny: "Ugh. What have I done to deserve a
younger brother like you...",
Maybe you should look through the
You must be registered to see the links
and see how it works?? It may help you.