WirelessDemon

Member
Mar 2, 2018
105
244
I thought so.
But there are questions.
1. Where(when) to use Fervor?
2. Where(when) to use Legilimency?
You don't have permission to view the spoiler content. Log in or register now.
In what situations can they be used? Or they are automatically activated.
You need it for Luna (Tutoring introduction dialogue) at 21:13:
Python:
if paths.is_bought("manipulation") or paths.is_bought("fervor"):
    item informal_tutor:
        caption "Tutoring introduction"
        label act1_ch5_luna_dialogues.informal_tutor
and for Hermi (Luna's exam) at 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)
 
Last edited:
  • Like
Reactions: L_A_T_E

L_A_T_E

Newbie
May 16, 2017
74
51
You need it for Luna (Tutoring introduction dialogue) at 21:13:
Python:
if paths.is_bought("manipulation") or paths.is_bought("fervor"):
    item informal_tutor:
        caption "Tutoring introduction"
        label act1_ch5_luna_dialogues.informal_tutor
and for Hermi (Luna's exam) at 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)
perhaps the use of these abilities will be added in the future... I hope
 

Splatter_1

Member
Mar 30, 2018
172
124
I would like to say I Finally got passed the swimsuit fiasco. For some reason I was missing Hermione's red swimsuit.... I know why, I picked it up but it was not there. Once I had that I was able to modify the other 3 girls swimsuits and continue with the story line.
I am now looking at Hermione's "challenges" and I must say Why? I dislike slide puzzles or any type of puzzles for that matter where I am timed or fail. I literally SUCK at these types of things, so Yes I like the game/Story I really wish I could just bypass the puzzle part. I have looked and I have not seen a way to do this even though it was mentioned here that there was. I enjoy reading the text and think the visuals are cool, So hats off to the Dev for that. These are the reasons I initially started this game. But I fear I may have to give up as I truly do dislike the puzzle parts of the game. For me it ruins it.
 
  • Like
Reactions: SamHaim and TNTed

whatevsbro

New Member
Sep 3, 2017
13
9
For some reason, I can't get the console to open. Trying both of these methods:
Is something different in 0.5a?
 

WirelessDemon

Member
Mar 2, 2018
105
244
For some reason, I can't get the console to open. Trying both of these methods:
Is something different in 0.5a?
Edit Innocent_Witches-0.5A-pc\game\modules\nondeveloper\main.rpym:
Python:
# Copyright В© 2017-2019 All rights reserved.
# Sad Crab Company. Contacts: mailto:sadcrabcom@yandex.ru
# License: https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode

init python:
    config.console = True
    renpy.load_module("modules/nondeveloper/screens")
    renpy.load_module("modules/nondeveloper/tools")
    renpy.load_module("modules/nondeveloper/traceback")
Add some file with the .rpy extension to the Innocent_Witches-0.5A-pc\game\ directory with the following content:
Python:
init -999 python:
  config.console = True
 

bull1991

Newbie
Nov 27, 2019
81
98
thanks but i still have another msg error with console ;; class activities
I removed the content of the file main.rpy and past
Python:
init -999 python:
config.console = True
 

Katyxxx

New Member
Jul 21, 2019
7
1
I had such an Error, I clicked on the first line three times in a row and the fourth time the game accepted my password and I saw a scene with a Moon .
 
  • Like
Reactions: user125

rfsniper

Member
Nov 25, 2017
243
313
There is a bug where when I ask little Sally about classroom activities (little Sally is prompted to share a portrait inside the classroom), the game crashes.

Edit: totally did not just see the posts above
 

CursedFlame91

Slightly Helpful Asshat
Donor
Jul 7, 2018
893
1,805
I'm not sure if this is a bug or intentional game mechanic but.


After using the diadem for the first time Helena takes it away, yes?
For some reason if you check again in the place you picked it up you can grab it again.

For the sake of watching the scene again with a different girl is kinda nice but story wise it wouldn't make much sense.

Important note, Helena has to take the diadem for you to be able to grab it again, it doesn't work if you store it in the closet.
 
3.00 star(s) 322 Votes