yamadakun

Member
Jul 4, 2018
153
127
Something like this, sorry for expression names and spelling mistakes.

Smirk + Narrowed eyes = Purle OR Rose
Smirk + Look down = Yellow
Smirk + Look to the right = Green
Smirk + Stare stright = Pink
Blushing = Hot Pink
Closed eyes + Mad = Blue
Steady Face = Burnish
Big Smile = Red
Mad + Eyes down = Sangria
thanks fam
 
  • Like
Reactions: Zellemate

Jon Humbert

Member
Jul 30, 2018
142
159
May release
I did´t criticize the 0.3B (4/10 maybe) hoping that the next version would improve the grinding (it seems that they do not want to remove all the damn text), but it seems that finally the game will have the update that marked the end of an era of darkness and death eaters.
 

JoeBanks

Innocent Witches/Not Another Adventurer!
Game Developer
May 5, 2018
833
1,366
I did´t criticize the 0.3B (4/10 maybe) hoping that the next version would improve the grinding (it seems that they do not want to remove all the damn text), but it seems that finally the game will have the update that marked the end of an era of darkness and death eaters.
0.3.1b removes a good amount of grind with stats. It's not perfect yet though. With the text wall, you can skip chapters, I don't have a lot of current incentive (the text in the actual script is in russian) to revisit it. We are moving to going pure English inside the scripts which will allow me to move quicker through it.
 
  • Like
Reactions: VlackJack

JoeBanks

Innocent Witches/Not Another Adventurer!
Game Developer
May 5, 2018
833
1,366
sadly the folders are different on Mac, and there are no obvious save game folders.. does anybody know where the saves go on a Mac?
/Users/<YOUR USERNAME>/Library/RenPy/Innocent\ Witches\ 0.3B/
or ~/Library/RenPy/Innocent\ Witches\ 0.3B/
 
D

Deleted member 215905

Guest
Guest
Thanks for everyone's help in this thread, including The Devs.

Next question, I'm totally at a dead end in Chapter 5, the google drive guide is very vague, even more than usual, I can't pick a "waifu", I can't give the girls gifts, I can buy them, but there's no option to give them,
all I can do is summon the girls for mini games and sleep and work out, I can't even talk to my lil picture friend, what do you even do? I've tried summoning snape and everyone else official and unofficially, I've walked around the school 100 times, nothing is happening. Is this a glitch? Do I have to start over?

Also, where the tits in this Time Turner? I know it's outside at night, but all I can at night is visit Hagrid.

And Finally, there may be a glitch in Luna's Dream, when asked about what her favorite part of her swimsuit is, all 3 choices are the wrong answer and she gets made regardless of what you pick.

I'm begging for help here.
 

Jon Humbert

Member
Jul 30, 2018
142
159
How to get the boom! Achievment? I tried throwing the ethanol and potion on the fire...
And the harry achievment? Do I need to do night stuff?
 

jan.spam

Active Member
Mar 30, 2018
699
1,209
Thanks for everyone's help in this thread, including The Devs.

Next question, I'm totally at a dead end in Chapter 5, the google drive guide is very vague, even more than usual, I can't pick a "waifu", I can't give the girls gifts, I can buy them, but there's no option to give them,
all I can do is summon the girls for mini games and sleep and work out, I can't even talk to my lil picture friend, what do you even do? I've tried summoning snape and everyone else official and unofficially, I've walked around the school 100 times, nothing is happening. Is this a glitch? Do I have to start over?

Also, where the tits in this Time Turner? I know it's outside at night, but all I can at night is visit Hagrid.

And Finally, there may be a glitch in Luna's Dream, when asked about what her favorite part of her swimsuit is, all 3 choices are the wrong answer and she gets made regardless of what you pick.

I'm begging for help here.
most of the issues are known (presents, Luna swimsuits) and seemed to be fixed in 0.3.1b, lets hope. you can get the time turner if you asked Snape unofficially at night for an alternative exit, and then go at nights to the front gate. if your perception is higher than 2P, you should see it lying in the grass..
 

JoeBanks

Innocent Witches/Not Another Adventurer!
Game Developer
May 5, 2018
833
1,366
How to get the boom! Achievment? I tried throwing the ethanol and potion on the fire...
And the harry achievment? Do I need to do night stuff?
throw ALL the alcohol into the fire. I will be making it so you can do all achievements in chapter 5.

I also wrote some nasty ass python script to make everything english within the code...

Here's a snippet:
Python:
for lines in data02:
        line_int += 1
        match = re.match('\s+[hdlsngmoapdx][a-z]+\s\".*\"', lines)
        spaces = re.findall(r'^\s+', lines)
        spaces = "".join(spaces)
        spaces = unicode(spaces, "utf-8")
        lines = re.sub(r'^\s+', '', lines)
        lines = re.sub(r'\n$', '', lines)
        lines = unicode(lines, "utf-8")
        hash2 = hashlib.md5(lines.encode("utf-8")+"\r\n").hexdigest()[:8]
        for groups in mylist:
            hash3 = hashlib.md5(groups[3].encode("utf-8")+"\r\n").hexdigest()[:8]
            if groups[0] == hash2:
                new_file.write(spaces.encode("utf-8") + groups[3].encode("utf-8") + "\n")
                new_file_tl.write("# game/" + path_file + ":" + str(line_int) + "\n")
                new_file_tl.write(groups[1].encode("utf-8") + hash3 + ":\n\n")
                new_file_tl.write("    # " + groups[3].encode("utf-8") + "\n")
                new_file_tl.write("    " + groups[2].encode("utf-8") + "\n\n")
What does this mean for you? It means that we will see the text wall melt.
 

jan.spam

Active Member
Mar 30, 2018
699
1,209
Hi Joe, since you are a developer, I thought I'd make a recommendation for future updates: why is everything in chapter 5 crowed around Saturday, you can do Luna's dreams when she is nude, and call them all in for their reports. The rest of the week is almost irrelevant now. Would it not make sense to add another day (like Sunday) for the reports?
 
  • Like
Reactions: yamadakun
3.00 star(s) 322 Votes