L_A_T_E
Newbie
- May 16, 2017
- 74
- 51
how do you decompile .rpyc files? not all files are decompiled. For example: game\characters\daphne\displayables.rpycYou need it for Luna (Tutoring introduction dialogue)You must be registered to see the linksat 21:13:
and for Hermi (Luna's exam)Python:if paths.is_bought("manipulation") or paths.is_bought("fervor"): item informal_tutor: caption "Tutoring introduction" label act1_ch5_luna_dialogues.informal_tutor
You must be registered to see the linksat 19:54:
Python:if paths.is_bought("manipulation") or paths.is_bought("fervor"): face markus eyes 06 mouth 05 brows 00 blush 00 tears 00 markus "There's an exam coming, I could probably use my new skill on Luna and just take it for her..." face sally mouth 02 brows 00 sally "Now that's an incredible idea!" $ goals.complete("act1_ch5_new_skills", 1)
-
How to get Daphne scenes in the game?:
You don't have permission to view the spoiler content.
Log in or register now.
You don't have permission to view the spoiler content.
Log in or register now.