Seyhtan31

Active Member
Aug 5, 2019
525
1,250
So a lot of people (like me) asking for unlocked gallery save. Thankfully there is a way to do it by yourself (went back few pages and saw a post, but seems its not the main topic of that post so people have been missing it)

-Just go your main game folder, where .exe file exist.
-Create file named felix felicis (yes with a space between) with any extension (.txt should work just fine, it did for me)
-Open your game, click extra, then click extra tab again, there should be new button for unlocking all the memories.

Now you have it, although, its not even worth cause all this games does is blueballing you, and thats it.
 

Hikage255

Member
Aug 29, 2017
108
200
I'm getting an infinite "an exception has occurred" for Old Plot Act 1 Chapter 5, every time I just to go out at Night with the potion. Ver0.8
 

tataxx82

New Member
Jun 10, 2020
4
1
Im on version 8 Beta.

Im getting this error in act.1 Ch5 when I try go to the entrance at 22:00 with potion.

Anyone else?

Code:
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 Sep 25 12:14:20 2021
 

zaqrwe

Member
Jun 29, 2018
483
474
As a person who just started, I don't get what's the difference between old and new plot? Should I play old plot first, or just go by new plot right away?
 

Clobbertime

Member
Jan 10, 2021
281
452
I don't know how much content you saw before, but iirc now you can:
You don't have permission to view the spoiler content. Log in or register now.
You also get to fuck the old hag twice and from the looks of it you get a hand job from a house elf in the latest update. If the devs are only interested in granny sex they should have made the game about the teachers and just left the students out of it.
 

kaminodouke

Newbie
Dec 9, 2019
40
59
I discovered this game 2 years ago and wtf so far the only thing added that is worth while was Luna Toy Scenes, Sex with Daphne, Spanking Susan, and a HJ with Hermione. ummm wtf? I think chapter 1 of ORS had more content than the entire 5 year life span of this game. company actually living up to expecations. S A D C R A B. actually kinda pathetic that it's been 5 years and still no sex scenes with 3/4 of the female leads.
 

Disappearer

Newbie
Jan 14, 2018
20
3
Hey....how to you catch this fricking snitch? xD i closed the window try to chase it and click it with a mouse and i cant get it xD
 

YoruichiSh

Newbie
Feb 5, 2019
39
11
Im on version 8 Beta.

Im getting this error in act.1 Ch5 when I try go to the entrance at 22:00 with potion.

Anyone else?

Code:
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 Sep 25 12:14:20 2021
i have the same problem
 
3.00 star(s) 329 Votes