Khan

Member
Game Developer
Apr 4, 2017
471
741
Every update the same reactions, but haters still play. :cool:(No one reads the news that describes the development process and why we do what we do. I don't see any point in explaining for the hundredth time, all questions can be asked in our discord and read the news on patreon.)
123412456.jpg
 

Khan

Member
Game Developer
Apr 4, 2017
471
741
You realize that all you're doing is coming across like a spoiled, petulant child, right? The "haters" may play, but they don't pay, so your argument has no legs to stand on. Especially when it's based on the notion that said "haters" don't immediately turn around and rip on the new content. No one is eating your cake, junior.
Go outside and take a walk, you are so dependent on writing messages in this topic that you answer literally in seconds. If you don't like the game, why are you writing something here?
 

gsuk

Member
Jul 31, 2018
135
38
Every update the same reactions, but haters still play. :cool:(No one reads the news that describes the development process and why we do what we do. I don't see any point in explaining for the hundredth time, all questions can be asked in our discord and read the news on patreon.)
Where's the hat? It's disappeared!
 
  • Sad
Reactions: Cramone

Stoyn

New Member
Apr 7, 2018
6
2
Check in the previous posts, there is one about a .txt file to create. In the regular game folder just right click, new, text document (sorry I don't know the exact term used in english for this, may be a little different) and call it "felix felicis" (without the "" but with the space betwen words) then when you launch the game you should see a "cheat activated" kind of line (after you check you're over 18).

I didn't succeed with all the "persistent" document stuff but this simple .txt method worked perfectly just a few hours ago :)
thank you very much!)
 
  • Like
Reactions: TomSawyer666

Yuuki4

Member
Jun 30, 2018
255
465
Every update the same reactions, but haters still play. :cool:(No one reads the news that describes the development process and why we do what we do. I don't see any point in explaining for the hundredth time, all questions can be asked in our discord and read the news on patreon.)
View attachment 1422863
I don't know what to tell you dude, I'm genuinely just here for the art. The game so far really just sucks.

If your patreons are happy about the game so far, great I guess. I do, however, doubt you're getting MORE patreons by putting in shitty meme-scenes with Dobby the Houseslut instead of more scenes with with Ginny, Hermionie, Daphne or Luna.

I know I'm sure as fuck not going to be a patreon with what you've been doing "so far", since 2016. Elon musk has made more shit happening with fucking SpaceX in the time you guys have out-put ....whatever this is.

I'd rather just be a patreon of the artist.
 

Yuuki4

Member
Jun 30, 2018
255
465
Had trouble getting the "Cheat" to work on Linux (assuming Mac will have trouble too)
So here is the persistent after using wine.
Thank you! That persistent file worked wonders for me!


remove the capitals
it needs to be:
felix felicis

if that doesn't work try add a space before felix and after felicis
Thanks, I got it solved by the persistent file someone posted before :)
 

evengaar

New Member
Sep 5, 2019
2
0
Every update the same reactions, but haters still play. :cool:(No one reads the news that describes the development process and why we do what we do. I don't see any point in explaining for the hundredth time, all questions can be asked in our discord and read the news on patreon.)
View attachment 1422863
Oh, hey, i missed like a year and wanted to ask - can I just start playing through new main plot line and just forget about old one?
 

RvWCaboose

Member
Oct 21, 2017
454
53
Does anyone here have a save or two, That are near end, But I can still play and get the scenes, Gallery is all well and good, But actually playing some of this, Is good too, Thanks in advance...
 

Radiffy

Newbie
Sep 10, 2017
83
43
I have an error in chapter 5 when I enter entrance gate with apparition potion after 10pm (I need to get catalogue from noticeboard)

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
Sun Sep 26 16:46:42 2021
 

Szulik

New Member
Sep 10, 2017
2
0
Have same problem after using Apparation Potion first time

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

Compiling ATL code at game/scripts/plot/act_1/chapter_5/menus.rpy:2862
  File "game/IWscripts/class_Location.rpy", line 101, in __call__
  File "game/IWscripts/AssistantFunctions.rpy", line 95, in show_image
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 2925, in script
  File "game/modules/locations.rpym", line 91, in execute
    choice = location(zone_props, *images.items(), **zones)
  File "game/IWscripts/class_Location.rpy", line 101, in __call__
  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 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/transform.py", line 628, in _hide
    self.update_state()
  File "renpy/display/transform.py", line 890, in update_state
    fr = self.execute(self, self.st, self.at)
  File "renpy/atl.py", line 542, in execute
    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-7-6.1.7601-SP1
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha
Sun Sep 26 18:27:45 2021
 
Last edited:
3.00 star(s) 322 Votes