eike2000

Member
May 9, 2017
146
70
I can't play.
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label dark_book is defined twice, at
File "_stock/home/library/_library.rpyc", line 41 and
File "_stock/home/library/scr_Dark_Book.rpyc", line 2.

The label lis_comply_train is defined twice, at
File "_stock/home/lisa_room/comply and refuse/comply_hum.rpyc", line 6 and
File "_stock/home/lisa_room/comply and refuse/comply_train.rpyc", line 3.

The label emm_comply_strip is defined twice, at
File "_stock/home/emma_room/comply and refuse/comply_strip.rpyc", line 2 and
File "_stock/home/livingroom/emma/_comply_pb_strip.rpyc", line 2.

The label lisa_hideout_leave is defined twice, at
File "_stock/town/lisa_hideout/hideout.rpyc", line 102 and
File "_stock/town/lisa_hideout/leave.rpyc", line 2.

The label milf_random_meet is defined twice, at
File "_stock/town/town_area/milfs/_trash/milf_chased.rpyc", line 1 and
File "_stock/town/town_area/milfs/_trash/milf_fucked.rpyc", line 1.

The label milf_blowjob_reward is defined twice, at
File "_stock/town/town_area/milfs/_trash/milf_chased.rpyc", line 33 and
File "_stock/town/town_area/milfs/_trash/milf_fucked.rpyc", line 269.

The label milf_blowjob is defined twice, at
File "_stock/town/town_area/milfs/_trash/milf_chased.rpyc", line 151 and
File "_stock/town/town_area/milfs/_trash/milf_fucked.rpyc", line 454.

The label milf_handjob_reward is defined twice, at
File "_stock/town/town_area/milfs/_trash/milf_chased.rpyc", line 196 and
File "_stock/town/town_area/milfs/_trash/milf_fucked.rpyc", line 620.

The label milf_handjob is defined twice, at
File "_stock/town/town_area/milfs/_trash/milf_chased.rpyc", line 314 and
File "_stock/town/town_area/milfs/_trash/milf_fucked.rpyc", line 805.

The label milf_titfuck_reward is defined twice, at
File "_stock/town/town_area/milfs/_trash/milf_chased.rpyc", line 354 and
File "_stock/town/town_area/milfs/_trash/milf_fucked.rpyc", line 962.

The label milf_titfuck is defined twice, at
File "_stock/town/town_area/milfs/_trash/milf_chased.rpyc", line 472 and
File "_stock/town/town_area/milfs/_trash/milf_fucked.rpyc", line 1147.

Ren'Py Version: Ren'Py 7.4.2.1292
Sun Aug 14 22:15:51 2022
in game directory just only save folder and archive.rpa
 
Sep 24, 2020
464
289
* UPDATE * Cheat Mod v2.7a for Lust and Power V0.43 * UPDATE *

V2.7a:
Magic spells to change outfit now works in Regular Version (Thanks Julien143 for your feedback!)

Home:


Copy dgn.rpa in the [Lust and Power]\game folder.

Features:
- restore health and power
- change submission and love (Emma, Kelly, Lisa)
- increase all skilles to maximum (Dark Power)
- get 100 of food and household items (Base Supplies)
- get 100 of ingredients (demon hearts)
- all locations on the map will be unlocked
- enable and disable magic spell (Emma, Kelly, Lisa)

Pay attention that you can't run unlocked scenes successfully anyway if you don't have enough love points or submission points of this girl.

Ps: bug reports and feedbacks are welcome.

Enjoy,
DgN
Update please version 0.44
 
  • Like
Reactions: Terrazero

Umariel

Member
Jan 21, 2019
208
163
NameError: name 'chr_door' is not defined // when trying to enter house(s) for looting or
encountering red/yellow demons. This allows demon to kill you w/o any effort. Patch it. :WaitWhat:
 

Kfirm

Newbie
Apr 15, 2019
27
10
bug
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 560, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/_screens/main_interface/inventory.rpy", line 28, in execute
  File "game/_screens/main_interface/inventory.rpy", line 28, in execute
  File "game/_screens/main_interface/inventory.rpy", line 200, in execute
  File "game/_screens/main_interface/inventory.rpy", line 205, in execute
  File "game/_screens/main_interface/inventory.rpy", line 205, in <module>
NameError: name 'd_note_sharp' is not defined

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

Full traceback:
  File "_screens/main_interface/inventory.rpyc", line 18, in script
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 560, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 2974, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", 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 3007, 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 3418, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3418, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/_screens/main_interface/inventory.rpy", line 28, in execute
  File "game/_screens/main_interface/inventory.rpy", line 28, in execute
  File "game/_screens/main_interface/inventory.rpy", line 200, in execute
  File "game/_screens/main_interface/inventory.rpy", line 205, in execute
  File "game/_screens/main_interface/inventory.rpy", line 205, in <module>
NameError: name 'd_note_sharp' is not defined

Windows-10-10.0.22000
Ren'Py 7.4.2.1292
Lust and Power 0.44
Mon Aug 15 05:02:10 2022
 

Dfgjjkl

Newbie
Jul 30, 2017
95
151
The worst thing about it is that I really like some things that he added in terms of gameplay, mechanics and the improved art so I can't completely ignore it. I consider this rework better in terms of everything but the amount of content.

This is one of the only games on here where I actually enjoyed playing the game despite the grind.

But the dev doesn't even care to fix the inventory bug so.......
 
Jul 30, 2018
457
148
* UPDATE * Cheat Mod v2.7a for Lust and Power V0.43 * UPDATE *

V2.7a:
Magic spells to change outfit now works in Regular Version (Thanks Julien143 for your feedback!)

Home:


Copy dgn.rpa in the [Lust and Power]\game folder.

Features:
- restore health and power
- change submission and love (Emma, Kelly, Lisa)
- increase all skilles to maximum (Dark Power)
- get 100 of food and household items (Base Supplies)
- get 100 of ingredients (demon hearts)
- all locations on the map will be unlocked
- enable and disable magic spell (Emma, Kelly, Lisa)

Pay attention that you can't run unlocked scenes successfully anyway if you don't have enough love points or submission points of this girl.

Ps: bug reports and feedbacks are welcome.

Enjoy,
DgN
is this going to be updated
 

kinkybastard

Member
Nov 21, 2017
126
166
And this thread has turned from everyone liking the game, to everyone asking for the incest patch, to everyone asking when is the content coming back. It's free entertainment at least.
"for every action, there is an opposing and equal reaction" it's basically newtonian, what goes around comes around ;)
 
3.00 star(s) 80 Votes