G315t

New Member
Dec 4, 2019
10
9
Can someone tell me where the savegames of this game are stored? Its NOT the Saves folder in the game folder. I deleted the whole game and extracted it new from the patron ZIP and all old saves are still available.


Found it. Saves are hidden in this folder
C:\Users\Username\AppData\Roaming\RenPy\
 
Last edited:

G315t

New Member
Dec 4, 2019
10
9
Changelog v.0.26.a
- added + 3 hot scenes with Cherry. Now you can make her take off her dress, pose for you or play with her tits. Pay attention: all your previous progress with Cherry was probably lost. Well, she had only one scene in previous versions, so it's not much to restore actually.
- added + 3 hot scenes with Jessica (Patron's choice during the November poll). Now you can make her take off her panties, play with her pussy (can be launched only outside) or feed her in the kitchen (can be launched only when she's in her room) like a real dog.
- added the possibility to use Jessica's "undress" group of options not only outside the house, but in her room too. It was nesessarily in order to let you watch her "kitchen" scene not only when she's fully clothed but also when she's undressed the way you like.
- added the possibility to tell Cherry compliments or discipline her, or use your skills on her, but actually it doesn't have any sighificant effect on her, so you may not pay much attention to these options.
- we also fixed text error: when you come back home from your raids without any demon hearts in your bag, but the game still mentions leaving demon hearts in the fridge.

(Bugfix not working in my game)
 

Splettman

Newbie
May 13, 2018
34
28
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "renpy/common/00voice.rpy", line 360, in voice_interact
if _menu:
NameError: global name '_menu' is not defined

also came up
 
May 25, 2017
190
42
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/ww/w_gag.png'>:
File "game/__sys/interface_inventory.rpy", line 6, in script
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/ww/w_gag.png'.

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

Full traceback:
File "game/__sys/interface_inventory.rpy", line 6, in script
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\ast.py", line 1706, in execute
self.call("execute")
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\ast.py", line 1724, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\statements.py", line 145, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\exports.py", line 2526, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\core.py", line 2883, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\core.py", line 1955, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)
rv = render(root, width, height, 0, 0)
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\screen.py", line 623, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\behavior.py", line 707, in render
rv = super(Button, self).render(width, height, st, at)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\layout.py", line 1081, in render
st, at)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\im.py", line 473, in render
im = cache.get(self)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\im.py", line 200, in get
surf = image.load()
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\display\im.py", line 524, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "E:\Patreon\Lurking Hedgehog\Lust_and_Power-0.26.a-pc\renpy\loader.py", line 543, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/ww/w_gag.png'.

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Lust and Power 0.26.a
 

YanOtt

Member
Nov 26, 2018
289
124
How can I unlock the last option in the bathroom with Emma? All is maximum, but this scene is locked.
 

Highland_Hunter

Well-Known Member
Aug 26, 2019
1,342
554
Any content to this?
Yeah, so, I've been over at the "Cheat Mod" thread for this game, (as found on OP page).

That Mod, currently isn't working with the last version, (or even last few versions) of the game , and hasn't been up-dated in a while, which is a shame.

I wanted to try it, but, not if it will "break" the game, as it looks to have some very good, needed, features, (and cheats, that could be handy).
Hopefully, "someone" else can "fix and up-date" it, if the "original dev" has no plans to return to it ?

Knowing this forum, I'm kinda surprised there's no incest mod/patch, considering the game started with incest as a "feature", (and the characters as a family, not strangers).

Kelly acts more like a bitchy, entitled, disrespectful teen sister, (who thinks it's your job, as big brother, is to protect her, (even though your a "perv"), from the Demons, outside the house), than a unknown teen girl , fearful of getting raped & ravaged by those Demons !


So, BIG Question is, as it's not "tagged" as abandoned, can we expect further up-dates anytime soon ?

Also, is there a "walk-through", or a place to find, hints, tips, solutions, for playing this game ?
So far, it seems "food" has been the major, pain-in-the-Ass problem, as to it being poorly?, weighted /balanced, in the RNG engine.

I'd prefer to be able to change the "%" rate chance of finding the food, than "out-right", cheating Max food, or "add xx amount to storage/frig" cheat.
( I don't know if that Cheat Mod, had that as a feature, or not)

I'm thinking of trying the game this one was "rebuilt" from, just to see, even though read the CG graphics were "terrible" (?) .

EDIT: - Well, I was going to try the other "Build/Game", with this same story & Dev., but can't find a working download for it :oops: :(.
 
Last edited:

vincent13

Active Member
Game Developer
Apr 12, 2018
701
680
when I make a smoke bomb it does not appear in my inventory, does anyone know how to fix this bug?
 
3.00 star(s) 83 Votes