BlasKyau

Devoted Member
Jun 26, 2018
8,046
10,600
I have seen that the rape tag has disappeared. Does that mean there is no longer in the game?
 

loner0125

Member
Jan 31, 2018
100
47
downloaded the game, but am unable to get the game to load. is this supposed to unpack this way? it has a WiZarD and a WiZarD-32 in the file , , I looked in my earlier game file and there is only a WiZarD file in it . .
 
Last edited:

ROMANXXX

Newbie
Nov 6, 2019
39
10
downloaded the game, but am unable to get the game to load. is this supposed to unpack this way? it has a WiZarD and a WiZarD-32 in the file , , I looked in my earlier game file and there is only a WiZarD file in it . .
Same here, can not start the game.
 

VirusPro1985

Newbie
Mar 19, 2019
16
3
Hi,
Fresh start game and my shop Melina is error.

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

While running game code:
Exception: Showing 'milena' is ambiguous, possible images include: milena f_i_1, milena scene_bed_1, milena scene_bed_m

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

Full traceback:
  File "script/location.rpyc", line 1154, in script
  File "renpy/ast.py", line 1182, in execute
    show_imspec(self.imspec, atl=getattr(self, "atl", None))
  File "renpy/ast.py", line 1152, in show_imspec
    atl=atl)
  File "renpy/exports.py", line 720, in show
    new_what = renpy.game.context().images.apply_attributes(layer, key, name)
  File "renpy/display/image.py", line 943, in apply_attributes
    return self.choose_image(nametag, required, optional, name)
  File "renpy/display/image.py", line 1003, in choose_image
    raise Exception("Showing '" + " ".join(exception_name) + "' is ambiguous, possible images include: " + ", ".join(" ".join(i) for i in matches))
Exception: Showing 'milena' is ambiguous, possible images include: milena f_i_1, milena scene_bed_1, milena scene_bed_m
 

VirusPro1985

Newbie
Mar 19, 2019
16
3
Missing BG 1.17.3
1608681532942.png
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
KeyError: u'g1_mom_ru'

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

Full traceback:
  File "dialogues/sis_d.rpyc", line 4138, in script
  File "renpy/ast.py", line 706, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1384, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1164, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=True))
  File "renpy/character.py", line 1153, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'g1_mom_ru'
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'icons/tp.png'>:
IOError: Couldn't find file 'icons/tp.png'.

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

Full traceback:
  File "dialogues/sis_d.rpyc", line 4435, in script
  File "renpy/ast.py", line 1633, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1029, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1265, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2960, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3459, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2342, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1156, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/text/text.py", line 2026, in render
    renders[i] = renpy.display.render.render(i, width, self.style.size, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 603, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 268, in get
    surf = image.load()
  File "renpy/display/im.py", line 647, in load
    filelike = renpy.loader.load(self.filename)
  File "renpy/loader.py", line 766, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'icons/tp.png'.
 
Last edited:

AdmiralPanda

Active Member
Game Developer
Dec 2, 2018
643
1,166
Missing BG 1.17.3
View attachment 952231
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
KeyError: u'g1_mom_ru'

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

Full traceback:
  File "dialogues/sis_d.rpyc", line 4138, in script
  File "renpy/ast.py", line 706, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1384, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1164, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=True))
  File "renpy/character.py", line 1153, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'g1_mom_ru'
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'icons/tp.png'>:
IOError: Couldn't find file 'icons/tp.png'.

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

Full traceback:
  File "dialogues/sis_d.rpyc", line 4435, in script
  File "renpy/ast.py", line 1633, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1029, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1265, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2960, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3459, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2342, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1156, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/text/text.py", line 2026, in render
    renders[i] = renpy.display.render.render(i, width, self.style.size, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 603, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 268, in get
    surf = image.load()
  File "renpy/display/im.py", line 647, in load
    filelike = renpy.loader.load(self.filename)
  File "renpy/loader.py", line 766, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'icons/tp.png'.
Thanks for your feedback, I corrected everything over the weekend and will upload the corrected version. These are not critical errors, you can simply skip them.
 

Oh my

Member
Dec 25, 2019
360
436
Your mother has left for 2 weeks.
Typical.

So... no mother then?


Yeah, nothing for me here.
The mother's line isn't up yet.

You have to get with the sister in order to get with the mom ~50 days later: or however long the sister's line takes.
I'm not into sisters or promiscuity, so the internal dialogue and story are very annoying because you can't go platonic.
If you could go platonic, I would be much more engaged in the story.
Since you can't, I speed through and ignore it to the very best of my ability.
The best writing and art in the world wouldn't make a difference.

If this mysterious, absent mother with a debt, living in the tavern, is somehow the world's cum-dumpster again; and the incest is explained away with magic or some other shit, thereby cutting out the meat of the genre, please tell me now.
 
Last edited:

Sylvar

New Member
Jul 16, 2020
3
0
Hello, I'm stuck at 75% of Amelia's quest, I must meet her at lunchtime at Amelia's.
Did you know where it is or continue the quest ?
 

antonio1508

Member
Mar 25, 2020
334
181
wow ive just seeing now the game have restart from the begin :eek: , why remake all the game like this ? the game was already cool . And it will take too much time to remake fully.
 
  • Like
Reactions: Gilgamesh_Dinger

berkut28

New Member
Dec 9, 2018
11
9
I played the current upload and then based on the comments, went back to try the old one. After 70 in-game days in the older game the MC has so far:
  • Tied up two attractive women in dungeons because they don't listen to him enough
  • Yelled at another attractive woman until he's driven her off
  • Bought a slave and treated her like dirt
  • Simped after another woman who largely wants money and favours
  • Accidentally turned his apprentice into a tiny fairy and told her she can stay that way
All this without getting much action. Conversations with male characters are an odd kind of bluster. So far the only characters the MC seems to be trying to ingratiate himself with are the girl who needs neverending favours and the one-handed male Orc who runs the bar?
 

Almighty

Engaged Member
Jan 27, 2017
2,551
2,975
sighs is this the 2nd or 3rd remake? Everytime I take a long break I see everything changed again.
 
2.80 star(s) 49 Votes