ChiefZ

New Member
Sep 14, 2020
9
1
How to Fix !! Side Quests, Baker's delight, and Anything's possible if you've got -enough nerve.
Copy core.py in the \Innocent_Witches-0.7.3-alpha-pc\renpy\display and then replace the core.py of Innocent_Witches-0.8-alpha-pc\renpy\display.Don't forget to save the original copy of the core.py

core.py version 0.7.3 beta
Mega
Yo! is there a fix like this for the android version?
 

Dinotech

Active Member
Nov 28, 2019
766
1,293

Dinotech

Active Member
Nov 28, 2019
766
1,293
Same bugs for me...
Another bug !!This one...Or that one?..
Copy minigames.rpa in the \Innocent_Witches-0.7.3-alpha-pc\game and then replace the minigames.rpa of Innocent_Witches-0.8-alpha-pc\game.Don't forget to save the original copy of the minigames.rpa.
 
Last edited:
  • Like
Reactions: moborius

summom

Newbie
Dec 2, 2018
91
45
Another bug !!This one...Or that one?..
Copy minigames.rpa in the \Innocent_Witches-0.7.3-alpha-pc\renpy\display and then replace the minigames.rpa of Innocent_Witches-0.8-alpha-pc\renpy\display.Don't forget to save the original copy of the minigames.rpa.
Can't find 0.7.3
 

Wizard_Shiryuu

Engaged Member
Sep 6, 2019
2,812
6,021
It shouldn't. Going back when there's not enough content isn't going to fix the problems with Innocent Witches. Retroactively changing things will only delay new content.
You're right, but I care more about well implemented content that just sex scenes just for the sake of sex scenes. This is supposed to be a corruption game, and corruption games are slow with long setups and character development. For instance, Daphne's sex scene completely screwed up the mutual teasing and sexual tension Daphne and the MC had, that's how you don't do things, so having that reworked is a good thing.
 

doble77

Newbie
Feb 24, 2018
76
68
You're right, but I care more about well implemented content that just sex scenes just for the sake of sex scenes. This is supposed to be a corruption game, and corruption games are slow with long setups and character development. For instance, Daphne's sex scene completely screwed up the mutual teasing and sexual tension Daphne and the MC had, that's how you don't do things, so having that reworked is a good thing.
I think that scene is part of the new plot.
 
  • Like
Reactions: Wizard_Shiryuu

Wizard_Shiryuu

Engaged Member
Sep 6, 2019
2,812
6,021
I think that scene is part of the new plot.
Maybe, I'm not sure. The time I played the new plot I chose Daphne as waifu, so...

The thing is I'm not against the scene itself (I didn't like that you were forced to be submissive, but that's a personal preference). What I didn't like about the scene wasn't the scene per se, was the build up. Instead of the usual teasing and chemistry they both had it escalated from 0 to a hundred in a moment, it didn't follow their usual dynamic. With a proper setup and build up I could see that scene in.

Susan's spanking scenes have a better build up. Heck, in this case the strange thing is that they didn't end up fucking, it would have made better sense than the just backing out at the last second.
 

Etshy

Member
May 22, 2018
105
34
Hi everyone. First time playing, old plot (if I remember right) I choose hermione as first girl to "conquer" and I'm stuck in "solve girl meeting problem".
I have to take "hermione specialm swimsuit", but no matter how much time I go to gryf dorms and take the underwear/swimsuit, I seems to never get the good one.
i go to the dorms with minerva, maybe there is another way to go, to get the swimsuit ?

Edit : It's good, I continued to go there for a few days and eventually I found the good one ...
 
Last edited:

Dankness23

Newbie
Aug 2, 2017
38
24
Can anyone help with bug game crashes when i try to play the game with susan its the cup game where you have to guess where the cake is.


Code:
I'm sorry, but an uncaught exception occurred.

Compiling ATL code at game/minigames/threecardmonte/code.rpy:200
  File "game/IWscripts/AssistantFunctions.rpy", line 95, in show_image
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script.rpyc", line 63, in script call
  File "scripts/plot/plot_menu.rpyc", line 193, in script call
  File "scripts/plot/act_2/act2_menu.rpyc", line 13, in script call
  File "scripts/plot/act_2/chapter_1/menus.rpyc", line 771, in script call
  File "locations/cabinet/logic.rpyc", line 119, in script call
  File "mechanics/person_menu.rpyc", line 38, in script call
  File "mechanics/person_menu.rpyc", line 69, in script call
  File "mechanics/person_menu.rpyc", line 149, in script call
  File "mechanics/person_menu.rpyc", line 137, in script call
  File "scripts/plot/act_2/chapter_1/susan_dialogues.rpyc", line 695, in script call
  File "minigames/threecardmonte/code.rpyc", line 306, in script call
  File "minigames/threecardmonte/code.rpyc", line 357, in script
  File "renpy/ast.py", line 1192, in execute
    show_imspec(self.imspec, atl=getattr(self, "atl", None))
  File "renpy/ast.py", line 1162, in show_imspec
    atl=atl)
  File "game/IWscripts/AssistantFunctions.rpy", line 95, in show_image
  File "renpy/exports.py", line 770, in show
    sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)
  File "renpy/display/core.py", line 1135, in add
    thing.visit_all(lambda d : None)
  File "renpy/display/core.py", line 558, in visit_all
    for d in self.visit():
  File "renpy/atl.py", line 603, in visit
    block = self.compile()
  File "renpy/atl.py", line 510, in compile
    block = self.atl.compile(self.context)
  File "game/modules/ATL.rpym", line 91, in compile
    statements = [ i.compile(ctx) for i in self.statements ]
  File "renpy/atl.py", line 953, in compile
    value = ctx.eval(expr)
  File "renpy/atl.py", line 260, in eval
    return eval(expr, renpy.store.__dict__, self.context) # @UndefinedVariable
  File "<string>", line 1, in <module>
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha
Wed Oct  6 23:40:39 2021
 
  • Like
Reactions: onepiece987
3.00 star(s) 334 Votes