Sadowdark

Conversation Conqueror
Mar 4, 2020
7,764
11,284
853
How to past the "go back to amelia" quest?

I already hipnotized milf but when i talk to her (amelia) nothing happens.
You need to talk to Julia while she is under hypnosis so that she will tell you what is happening in the bar from her perspective, when you see what is happening in the bar through her eyes, talk to Ameila later
 

Sabaroo

Newbie
Jan 26, 2021
41
18
18
Hi Guys,
I have some open tasks for which I only have the comment "Maybe I can continue on the next update".

I can't find any more tasks, even though I should only have found 76% of the game content.
No matter where I am and at what time, I cannot find any more.
Is there an overview of where and how you can find the tasks?

Thank you for your help.
Sab
 

AmBush-UK

Member
Aug 1, 2018
463
493
198
Hi Guys,
I have some open tasks for which I only have the comment "Maybe I can continue on the next update".

I can't find any more tasks, even though I should only have found 76% of the game content.
No matter where I am and at what time, I cannot find any more.
Is there an overview of where and how you can find the tasks?

Thank you for your help.
Sab
I'm at that point too
It's most likely that you have a few yet to find, I suggest Saving game and travel to a Location and stay there (Skip time until a charecter appears) Rinse and repeat at different locations. I Suspect some activities may be triggered by time.

I've not tried it yet but will try later.
 
  • Like
Reactions: Sabaroo

Sadowdark

Conversation Conqueror
Mar 4, 2020
7,764
11,284
853
Anna and Olivia in the Teacher's Office (Two endings)-
How to get this scene ? :unsure:

This scene is connected to this scene, you must have all the keys to start this scene
[New Scene] Anna and Olivia in the Teacher's Office (Two endings)

[New Scene] Olivia in the school hall (various paths) 14:00- From Monday to Friday you must have two keys, one is in the headmistress's room, the other in the teacher's room. You have to talk to Olivia in the school corridor when you have the keys
 
Last edited:

jimbo_1234

Member
Jan 21, 2020
163
113
62
I only found the keys for the maintenance room. Gotta look for the other one, thanks broda ! (y) :cool: :giggle:
Update: found that fuckin key in the teachers office, thanks! :giggle:
 
Last edited:

Sabaroo

Newbie
Jan 26, 2021
41
18
18
@AmBush-UK

Thanks for the tip.
I almost feared something like that, but I wanted to ask first. Then I'll probably give it a try.
Maybe I'll come back to a few more attempts later.
 

Sz3x

Newbie
Aug 8, 2017
19
6
108
You need to talk to Julia while she is under hypnosis so that she will tell you what is happening in the bar from her perspective, when you see what is happening in the bar through her eyes, talk to Ameila later
I already hipnotised and talked to her, see everything from her perspective and the quest log say "go back to amelia" but when i talk to her at the bar she talks like i haven't done what she asked
 

Sadowdark

Conversation Conqueror
Mar 4, 2020
7,764
11,284
853
I already hipnotised and talked to her, see everything from her perspective and the quest log say "go back to amelia" but when i talk to her at the bar she talks like i haven't done what she asked
Try to go to the abandoned factory where Amelia lives and you trained with her
 

Sadowdark

Conversation Conqueror
Mar 4, 2020
7,764
11,284
853
the task "Explore the bar" to penetrate you need a suit, where to get it, who knows? I bought a suit in a store, nothing comes of it.
You have to buy a hood in the store, look carefully in the grille because it can be overlooked
 

cold_arctus

Devoted Member
Sep 25, 2018
8,953
10,870
897
Did you make it. I was looking for one. Thanks
Sorry didn't see the notification for this game.

I tried it, but failed misery because I'm not a coder. :LOL:

Another reason is that Dev use a different way to "define" characters and not like other devs do it.

Simply replacing Julia for Mom will break the dialogues and also not sure if it works with English translation files.

Best would be to wait for Dev to finish the game and then doing a proper incest re-writing.
 
  • Like
Reactions: Drill Sergeant

Sz3x

Newbie
Aug 8, 2017
19
6
108
Sorry didn't see the notification for this game.

I tried it, but failed misery because I'm not a coder. :LOL:

Another reason is that Dev use a different way to "define" characters and not like other devs do it.

Simply replacing Julia for Mom will break the dialogues and also not sure if it works with English translation files.

Best would be to wait for Dev to finish the game and then doing a proper incest re-writing.
Hey there, after playing the game with the 0.42icpatch and getting the errors with image names, what i did was simply making 2 pngs of each i.e: mother.png and julia.png, emma.png and aunt emma.png. That stopped the errors for me, granted its not a final solution but at least i got the errors to stop but yeah, the dialogue structure is weird.
 
  • Like
Reactions: Drill Sergeant

UnDoubleUpUhUh

Active Member
May 13, 2018
608
695
236
Game crashes right after the tutorial for me


I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/npcs/icons/Mother.png'>:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/npcs/icons/Mother.png'.

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

Full traceback:
File "kGame/tutorial.rpyc", line 556, in script
File "E:\Games\Area 69\renpy\ast.py", line 1949, in execute
self.call("execute")
File "E:\Games\Area 69\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Games\Area 69\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\Games\Area 69\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Games\Area 69\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Games\Area 69\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Games\Area 69\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\Games\Area 69\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\layout.py", line 1127, in render
st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\layout.py", line 1127, in render
st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\layout.py", line 883, in render
surf = render(d, rw, height - y, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\layout.py", line 925, in render
surf = render(d, width - x, rh, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\layout.py", line 925, in render
surf = render(d, width - x, rh, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\behavior.py", line 774, in render
rv = super(Button, self).render(width, height, st, at)
File "E:\Games\Area 69\renpy\display\layout.py", line 1127, in render
st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\Games\Area 69\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "E:\Games\Area 69\renpy\display\im.py", line 266, in get
surf = image.load()
File "E:\Games\Area 69\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "E:\Games\Area 69\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/npcs/icons/Mother.png'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Area 69 0.44
Sat Apr 10 23:39:06 2021
 

Sz3x

Newbie
Aug 8, 2017
19
6
108
Game crashes right after the tutorial for me


I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/npcs/icons/Mother.png'>:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/npcs/icons/Mother.png'.
Read my post above, what i did solve those errors for me.
 

cold_arctus

Devoted Member
Sep 25, 2018
8,953
10,870
897
Hey there, after playing the game with the 0.42icpatch and getting the errors with image names, what i did was simply making 2 pngs of each i.e: mother.png and julia.png, emma.png and aunt emma.png. That stopped the errors for me, granted its not a final solution but at least i got the errors to stop but yeah, the dialogue structure is weird.
I'm aware of that. Drill Sergeant and I were talking about an automatic incest patch which would replace Juli to Mom etc. by code.
 
3.90 star(s) 112 Votes