• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

88Michele88

Bloodborn Vampire
Game Developer
Apr 22, 2018
2,891
3,019
is this game still have paywalls?
For save system no more (But I don't trust this developer, so I keep an eye on save system if ther gonna be 100 steps back int that matter).
When come on other things Combo list it alweys still under paywall.
 

VINDETTA 23333

Active Member
May 13, 2019
531
263
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/homeplace.rpy", line 231, in script
call screen world_home_wardrobe
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/homeplace.rpy", line 1499, in execute
screen world_home_wardrobe:
File "game/homeplace.rpy", line 1499, in execute
screen world_home_wardrobe:
File "game/homeplace.rpy", line 1512, in execute
hbox:
File "game/homeplace.rpy", line 1814, in execute
vbox:
File "game/homeplace.rpy", line 1821, in execute
use player_for_home(0.6, -75, -200)
File "game/character.rpy", line 3292, in execute
screen player_for_home(_zoom = 0.5, _xoffset = 0, _yoffset = 0):
File "game/character.rpy", line 3292, in execute
screen player_for_home(_zoom = 0.5, _xoffset = 0, _yoffset = 0):
File "game/character.rpy", line 3293, in execute
frame:
File "game/character.rpy", line 3300, in execute
use player_body_screen(bv, _zoom, _xoffset, _yoffset, False)
File "game/character.rpy", line 3039, in execute
screen player_body_screen(bv = 0, _zoom = 1, _xoffset = 0, _yoffset = 0, _without_cloth = False):
File "game/character.rpy", line 3039, in execute
screen player_body_screen(bv = 0, _zoom = 1, _xoffset = 0, _yoffset = 0, _without_cloth = False):
File "game/character.rpy", line 3048, in execute
if _without_cloth == False:
File "game/character.rpy", line 3051, in execute
if _penis_show_slot != None:
File "game/character.rpy", line 3052, in execute
for cl_key in range(0,len(Player.body_sort.keys())):
File "game/character.rpy", line 3054, in execute
if Player.clothing[cl] != None:
File "game/character.rpy", line 3055, in execute
if _penis_show_slot == cl:
File "game/character.rpy", line 3056, in execute
if Player.clothing[cl].__dict__.get("penis_img_name") != None:
File "game/character.rpy", line 3057, in execute
if Player.clothing[cl].penis_img_name != None:
File "game/character.rpy", line 3058, in execute
if Player.clothing[cl].penis_img_name == "standart":
File "game/character.rpy", line 3059, in execute
image Player.penis.alt_img[bv] xzoom _zoom yzoom _zoom
File "game/character.rpy", line 3059, in <module>
image Player.penis.alt_img[bv] xzoom _zoom yzoom _zoom
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
File "game/homeplace.rpy", line 231, in script
call screen world_home_wardrobe
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, 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 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3136, 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 3325, 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 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/homeplace.rpy", line 1499, in execute
screen world_home_wardrobe:
File "game/homeplace.rpy", line 1499, in execute
screen world_home_wardrobe:
File "game/homeplace.rpy", line 1512, in execute
hbox:
File "game/homeplace.rpy", line 1814, in execute
vbox:
File "game/homeplace.rpy", line 1821, in execute
use player_for_home(0.6, -75, -200)
File "game/character.rpy", line 3292, in execute
screen player_for_home(_zoom = 0.5, _xoffset = 0, _yoffset = 0):
File "game/character.rpy", line 3292, in execute
screen player_for_home(_zoom = 0.5, _xoffset = 0, _yoffset = 0):
File "game/character.rpy", line 3293, in execute
frame:
File "game/character.rpy", line 3300, in execute
use player_body_screen(bv, _zoom, _xoffset, _yoffset, False)
File "game/character.rpy", line 3039, in execute
screen player_body_screen(bv = 0, _zoom = 1, _xoffset = 0, _yoffset = 0, _without_cloth = False):
File "game/character.rpy", line 3039, in execute
screen player_body_screen(bv = 0, _zoom = 1, _xoffset = 0, _yoffset = 0, _without_cloth = False):
File "game/character.rpy", line 3048, in execute
if _without_cloth == False:
File "game/character.rpy", line 3051, in execute
if _penis_show_slot != None:
File "game/character.rpy", line 3052, in execute
for cl_key in range(0,len(Player.body_sort.keys())):
File "game/character.rpy", line 3054, in execute
if Player.clothing[cl] != None:
File "game/character.rpy", line 3055, in execute
if _penis_show_slot == cl:
File "game/character.rpy", line 3056, in execute
if Player.clothing[cl].__dict__.get("penis_img_name") != None:
File "game/character.rpy", line 3057, in execute
if Player.clothing[cl].penis_img_name != None:
File "game/character.rpy", line 3058, in execute
if Player.clothing[cl].penis_img_name == "standart":
File "game/character.rpy", line 3059, in execute
image Player.penis.alt_img[bv] xzoom _zoom yzoom _zoom
File "game/character.rpy", line 3059, in <module>
image Player.penis.alt_img[bv] xzoom _zoom yzoom _zoom
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
LustHunter 0.5.6
Tue Jul 12 18:11:36 2022
 

M4R71NCH0 90

Newbie
Jun 21, 2021
51
17
Can anyone show me how to raise the relationship please, i change all clothes and it stop at 80 no matter i rude or compliment
to be able to reach 100% of the relationship with women you have to have a lust of 100, you have to choose the outfits well and if you are a man you will have to raise some points of lust, give compliments 8 times and talk dirty 2 times, with that you reach 100%, for events he asks you for other things apart.
 
  • Like
Reactions: Steppy Thompson

GoblinSpirit

Member
Dec 31, 2019
189
98
Do all new cards really have to instantly get active on deck? Isn't there any way to keep them deactivated when you get a new one? So damn annoying having to go home and deactivate them so it doesn't mess my deck
 

Steppy Thompson

New Member
Jul 10, 2022
8
1
to be able to reach 100% of the relationship with women you have to have a lust of 100, you have to choose the outfits well and if you are a man you will have to raise some points of lust, give compliments 8 times and talk dirty 2 times, with that you reach 100%, for events he asks you for other things apart.
Thanks mate
 

Laughingfox

Active Member
Apr 2, 2017
857
818
Out of curiousity is getting creampied still locked beyond a pateron tier? Stuff like that just makes me sigh and chuck the whole mess in the recycle bin.
 

ahvikontor

New Member
May 26, 2019
2
2
Can't even get past the first choice of wether the character is a virgin or not


'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 4713, in script call
$ gg = renpy.input("Enter your name", default=persistent.uname, allow=None, exclude='{}()!@#$%*:|~`;^&?-=+"\'.,\/\\<>', length=20)
File "game/updater.rpy", line 4274, in script
$_desc = _ret["desc"]
File "game/updater.rpy", line 4274, in <module>
$_desc = _ret["desc"]
NameError: name '_ret' is not defined

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

Full traceback:
File "game/script.rpy", line 4713, in script call
$ gg = renpy.input("Enter your name", default=persistent.uname, allow=None, exclude='{}()!@#$%*:|~`;^&?-=+"\'.,\/\\<>', length=20)
File "game/updater.rpy", line 4274, in script
$_desc = _ret["desc"]
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/updater.rpy", line 4274, in <module>
$_desc = _ret["desc"]
NameError: name '_ret' is not defined
 
2.00 star(s) 53 Votes