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.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.
I think that scene is part of the new plot.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.
Maybe, I'm not sure. The time I played the new plot I chose Daphne as waifu, so...I think that scene is part of the new plot.
How do you put this gif under your commentary?they trying to put Live2D in those scenes so maybe in future they would have better, smoother animation
go to your signature and add whatever you likeHow do you put this gif under your commentary?
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
how do i replace the file ?Easy fix here
just follow my instruction.
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.
Access DeniedHere is a link to a guide on (0.8A)
You must be registered to see the links
I'm sorry, but an uncaught exception occurred.
Compiling ATL code at game/scripts/plot/act_1/chapter_5/menus.rpy:2862
NameError: name 'xpos' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 187, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 49, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 389, in script call
File "mechanics/inventory.rpyc", line 142, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 2748, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 2914, in script
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "game/modules/parse_utilities/main.rpym", line 1074, in wrap_call
func(self)
File "game/modules/parse_utilities/main.rpym", line 264, in wrap
return func(self, *args, **kwargs)
File "game/modules/statements.rpym", line 28, in execute
renpy.pause(delay_arg, hard=self.hard)
File "game/modules/early_definitions.rpym", line 671, in pause
rv = renpy.ui.interact(mouse="pause", type="pause", roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3518, in interact_core
i()
File "renpy/gl2/live2d.py", line 468, in update_states
d.visit_all(visit)
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>
NameError: name 'xpos' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha
Sat Oct 9 04:38:56 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 548, in execute_show_screen
renpy.show_screen(name, *args, **kwargs)
File "game/interfaces/tutorial/changing.rpy", line 392, in execute
File "game/interfaces/tutorial/changing.rpy", line 392, in execute
File "game/interfaces/tutorial/changing.rpy", line 404, in execute
File "game/interfaces/tutorial/changing.rpy", line 236, in execute
File "game/interfaces/tutorial/changing.rpy", line 236, in execute
File "game/interfaces/tutorial/changing.rpy", line 237, in execute
File "game/interfaces/tutorial/changing.rpy", line 269, in execute
File "game/interfaces/tutorial/changing.rpy", line 272, in execute
File "game/interfaces/tutorial/changing.rpy", line 404, in execute
File "game/interfaces/tutorial/changing.rpy", line 405, in execute
File "game/interfaces/tutorial/changing.rpy", line 407, in execute
File "game/interfaces/tutorial/changing.rpy", line 412, in execute
File "game/interfaces/tutorial/changing.rpy", line 416, in execute
File "game/interfaces/tutorial/changing.rpy", line 416, in <module>
KeyError: u'presets'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 187, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 49, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 389, in script call
File "mechanics/tutorial/main.rpyc", line 56, in script call
File "mechanics/tutorial/changing.rpyc", line 23, in script
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 548, in execute_show_screen
renpy.show_screen(name, *args, **kwargs)
File "renpy/display/screen.py", line 1148, in show_screen
sls.add(_layer, d, _tag, zorder=_zorder, transient=_transient, keep_st=True, name=name)
File "renpy/display/core.py", line 1105, in add
if not self.hide_or_replace(layer, remove_index, "replaced"):
File "renpy/display/core.py", line 1159, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "renpy/display/screen.py", line 493, in _hide
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/interfaces/tutorial/changing.rpy", line 392, in execute
File "game/interfaces/tutorial/changing.rpy", line 392, in execute
File "game/interfaces/tutorial/changing.rpy", line 404, in execute
File "game/interfaces/tutorial/changing.rpy", line 236, in execute
File "game/interfaces/tutorial/changing.rpy", line 236, in execute
File "game/interfaces/tutorial/changing.rpy", line 237, in execute
File "game/interfaces/tutorial/changing.rpy", line 269, in execute
File "game/interfaces/tutorial/changing.rpy", line 272, in execute
File "game/interfaces/tutorial/changing.rpy", line 404, in execute
File "game/interfaces/tutorial/changing.rpy", line 405, in execute
File "game/interfaces/tutorial/changing.rpy", line 407, in execute
File "game/interfaces/tutorial/changing.rpy", line 412, in execute
File "game/interfaces/tutorial/changing.rpy", line 416, in execute
File "game/interfaces/tutorial/changing.rpy", line 416, in <module>
KeyError: u'presets'
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha
Sat Oct 9 04:43:53 2021