Ready to play dirty? Command your Lust Goddess now. Play Now!
x

Dark Lord Nova

Active Member
Nov 7, 2017
584
1,216
405
To answer TerrorFromBehind's question. He says today. Lol. I got some news everybody, Lurking Hedgehog is back and he just released v0.57! I'm sure he will answer my message why he was late releasing it in few days.

TWO HOURS AGO

Lust and Power v0.57 regular is out!

Hi guys, here are the links for the update:

PC: ||
MAC: ||
Android: ||

Changelog:

- we added 3 hot scenes with Emma in the kitchen

- we added the ability to pass the time by just clicking on the clock button on the house map

- we added new interface that keeps all information that players need to play the game. Mostly useful for new players. Just click on the "Quests" sign in the right part of the screen and you'll see there all the info about the things you can or should currently do in the game. Reminders about stored food, health, energy, useful items, locations, quests, tasks, possibilities, spell upgrades and so on. Now you won't miss any important content in the game.

I'm in a big hurry at the moment and I have to leave my computer for the next two days right now so I can't answer your messages now, but when I'm back two days later I'll answer every message.

Thanks a lot for your support, you make it possible to exist for this project.
 

Rolo

Well-Known Member
Jul 14, 2017
1,923
1,834
366
i have 4 Darkness spells (all except the central one) and The Ancestor tell me "You don't need more spell"
how can i get the spell of the rock?
Lisa gives you an "Earth Spell", called Ram. this will do.
But you have to use it against demons to upgrade it enough, otherwise you cannot break this door of the witch.
Later you break every door with just one Ram.
 

Rolo

Well-Known Member
Jul 14, 2017
1,923
1,834
366
To answer TerrorFromBehind's question. He says today. Lol. I got some news everybody, Lurking Hedgehog is back and he just released v0.57! I'm sure he will answer my message why he was late releasing it in few days.
The "new interface" is great and very helpful.
 
  • Angry
Reactions: Cedrog

grahegri

out fighting regex
Donor
Feb 23, 2023
10,209
5,908
1,333
LustAndPower-0.57
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

darth_order

Member
Oct 29, 2020
133
30
141
Remove anti-cheat Post vAll (Works with every version of the game, present or future)

Was supposed to do the same as before but too much work.

Console will be enabled. Cheats protections disabled.

Instructions:
Extract this inside your "Lust_and_Power-(XXXXX)-pc" folder. //XXXXX=the version you're playing
Windows will ask you to overwrite some files.
Say yes
Start game.

You don't have permission to view the spoiler content. Log in or register now.
doesnt work in 0.57
 
  • Haha
Reactions: virus115

SVen_Krules

Newbie
Aug 14, 2017
83
160
237
How do you craft the junk armor? I already have 5 junk pieces in my inventory but whenever I click on the crafting table, It just says "Do nothing"
 

john1230

Active Member
Oct 6, 2020
959
909
185
  • Like
Reactions: Dark Lord Nova

Koliahuang

Newbie
Apr 11, 2018
26
11
158
What's wrong with it?


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/__battle/screens/interface.rpy", line 2, in execute
File "game/__battle/screens/interface.rpy", line 2, in execute
File "game/__battle/screens/interface.rpy", line 3, in execute
File "game/__battle/screens/interface.rpy", line 16, in execute
File "game/__battle/screens/interface.rpy", line 16, in <module>
NameError: name 'chr_door' is not defined

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

Full traceback:
File "_stock/town/town_area/raid_house/1_house_door.rpyc", line 45, in script call
File "__battle/battle.rpyc", line 185, in script
File "H:\HGames\Lust and Power 0.57\renpy\ast.py", line 2232, in execute
self.call("execute")
File "H:\HGames\Lust and Power 0.57\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "H:\HGames\Lust and Power 0.57\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "H:\HGames\Lust and Power 0.57\renpy\exports.py", line 3174, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "H:\HGames\Lust and Power 0.57\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "H:\HGames\Lust and Power 0.57\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "H:\HGames\Lust and Power 0.57\renpy\display\core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "H:\HGames\Lust and Power 0.57\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "H:\HGames\Lust and Power 0.57\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "H:\HGames\Lust and Power 0.57\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "H:\HGames\Lust and Power 0.57\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "H:\HGames\Lust and Power 0.57\renpy\display\core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "H:\HGames\Lust and Power 0.57\renpy\display\screen.py", line 462, in per_interact
self.update()
File "H:\HGames\Lust and Power 0.57\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/__battle/screens/interface.rpy", line 2, in execute
File "game/__battle/screens/interface.rpy", line 2, in execute
File "game/__battle/screens/interface.rpy", line 3, in execute
File "game/__battle/screens/interface.rpy", line 16, in execute
File "game/__battle/screens/interface.rpy", line 16, in <module>
NameError: name 'chr_door' is not defined

Windows-10-10.0.19041 AMD64
Ren'Py 8.0.2.22081402
Lust and Power 0.57
Sun Jun 25 15:07:38 2023
```
 

Dark Lord Nova

Active Member
Nov 7, 2017
584
1,216
405
Another relase? How much content was removed this time?
I'm going to be the one to ask this time: Have all the scenes from 0.37 been reinstated yet?
This game is such a bug filled mess. Just keeps getting worse and more broken with every update.
I know the dev haven't been consistent about every update and communication for a while but I believe they have been pretty consistent lately. Yeah they removed a lot of the content from v0.37 since the rework but doesn't mean they're not restoring all it back because they're restoring it and yes it's taking them a long time for restoring all of it I get that and they're working on new animations, renders and coding to restore it all back with new content that we didn't have in v0.37. I think some don't realize it's a long process that might take hours, days, weeks, months or years to do and it can wear you out. Of course some here think the dev is milking everything but I disagree because I've been following them a long time I don't see them doing that at all. Yes I don't know when we will have all the scenes from v0.37 all restored but I know we are a step closer getting it all back and my prediction that we might get all it back by next year if the dev keeps being consistent. People should learn some patients and stop complaining too much but I get some of you are frustrated, annoyed and want to give up on this game or hate it. You know there are other games here that you all can download and play besides Lust and Power and this isn't the only game I play. I download hundreds of games and try them out all the time. Yes Lust and Power is one of my favorites. You know what the other games that are my favorites are Raptus, The Headmaster, The Personal Assistant: Blackheart Edition, Friends in Need, Honey Select 2 (usually not a fan of anime and mostly play around in Studio NEO and download the character cards I like), House Party, Witch Trainer, Innocent Witches, Enslaver - Dark Path and The Point of No Return which I recommend some of you try them out if you enjoy some dark games. I honestly don't see a lot of bugs in this game except few bugs there and there and I've been using the same save game for a while and of course I used some cheats too, skipping some of the grinding. I play it on PC.

As always the cheat mod are already not actualisated damn lol.
doesnt work in 0.57
These are the new CHEAT COMMANDS that I posted couple of pages back that should work in v0.57.
 
Last edited:
2.90 star(s) 92 Votes