bombten

Newbie
May 22, 2017
74
76
I recently started playing this game again to see where it's at. This time with the New Storyline. Will you get your Waifu back in this version, or is the one I choose out of the game? (Meaning, should I chose the one I like the LEAST as Waifu?).
 

Deviton123

Active Member
Dec 9, 2021
953
2,404
So would I be able to choose go exclusively for the milf characters or do I have to go through other characters first?
 
Mar 18, 2019
304
586
So would I be able to choose go exclusively for the milf characters or do I have to go through other characters first?
Game doesn't really work like that. It's fairly linear in terms of story with extra bits depending on which of the 4 main girls you chose.
 

Mezeto

Member
May 31, 2020
211
211
When I start a new story, it gives me this garbage

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/screens.rpy", line 2882, in execute
File "game/screens.rpy", line 2882, in execute
File "game/screens.rpy", line 2885, in execute
File "game/screens.rpy", line 2886, in execute
NameError: Name 'Ren'Py' is not defined.

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

Full traceback:
File "script.rpyc", line 111, in script call
File "scripts/plot/plot_menu.rpyc", line 230, in script call
File "scripts/plot/act_1_new/act1_menu.rpyc", line 18, in script call
File "scripts/plot/act_1_new/chapter_1/menus.rpyc", line 91, in script call
File "scripts/plot/act_1_new/chapter_1/dialogues.rpyc", line 297, in script
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "game/modules/parse_utilities/main_ren.py", line 1043, in wrap_call
File "game/modules/parse_utilities/main_ren.py", line 208, in wrap
File "game/modules/statements_ren.py", line 41, in execute
File "game/modules/renpy_redefines_ren.py", line 121, in pause
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 3499, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 3969, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 3969, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 2882, in execute
File "game/screens.rpy", line 2882, in execute
File "game/screens.rpy", line 2885, in execute
File "game/screens.rpy", line 2886, in execute
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\text\text.py", line 1633, in __init__
self.set_text(text, scope, substitute) # type: ignore
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\text\text.py", line 1763, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'Ren'Py' is not defined.

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Innocent Witches version(0, 10, 5, beta)
Thu Jan 11 15:25:46 2024
```
 
3.00 star(s) 321 Votes