Gerfenikss

Member
Dec 24, 2017
199
234
I find it funny in future tags it says cheating(not NTR) like they are different, yes I know technically they are different but the thing people dislike about NTR still happens in cheating making them pretty much the same thing in the end. If you dislike ntr you aren't going to like cheating either so I hope it is avoidable
Let the retarded NTR arguing begin! Once again, this time it's even unnecessary, but these whiners are always on alert and ready to shit in the comments: "OH, THE DEV SAYS THERE WON'T BE ANY NTR BUT I STILL FEEL LIKE COMPLAINING ABOUT IT AND HOPE THERE WON'T BE ANY NTR, OR IT WILL BE AVOIDEBLE". :WeSmart:

Let everyone speak for themselves - i'm not a fan of ntr, but i'm ok with cheating tag. And who are you to assume otherwise? And since cheating stands for MC cheating on others and you dislike it, it's only your problem.
 
Last edited:

Lapsudit

Member
Sep 13, 2017
138
284
I find it funny in future tags it says cheating(not NTR) like they are different, yes I know technically they are different but the thing people dislike about NTR still happens in cheating making them pretty much the same thing in the end. If you dislike ntr you aren't going to like cheating either so I hope it is avoidable
some of you guys are incredible not a single mention of NTR and yet here we are
 

Spyderwraith

Well-Known Member
Jul 21, 2017
1,139
885
a bunch of errors
first one when selling supplies at the achemy shop

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

While running game code:
File "game/locations.rpy", line 125, in script call
call expression renpy.random.choice(["monsterhunt2","monsterhunt3"]) from _call_expression_2
File "game/locations.rpy", line 125, in script call
call expression renpy.random.choice(["monsterhunt2","monsterhunt3"]) from _call_expression_2
File "game/locations.rpy", line 47, in script
jump alchemist_shop
ScriptError: could not find label 'alchemist_shop'.

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

Full traceback:
File "game/locations.rpy", line 125, in script call
call expression renpy.random.choice(["monsterhunt2","monsterhunt3"]) from _call_expression_2
File "game/locations.rpy", line 125, in script call
call expression renpy.random.choice(["monsterhunt2","monsterhunt3"]) from _call_expression_2
File "game/locations.rpy", line 47, in script
jump alchemist_shop
File "renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'alchemist_shop'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Hell Keeper Demo
Thu Apr 13 01:54:42 2023
```

then this one when looking at stats after the first error from the shops


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

While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/script.rpy", line 99, in execute
screen StatsUI:
File "game/script.rpy", line 99, in execute
screen StatsUI:
File "game/script.rpy", line 100, in execute
frame:
File "game/script.rpy", line 106, in execute
hbox:
File "game/script.rpy", line 119, in execute
vbox:
File "game/script.rpy", line 121, in execute
text "%s" % (time_list[time]) size 40
File "game/script.rpy", line 121, in <module>
text "%s" % (time_list[time]) size 40
IndexError: list index out of range

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
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 "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
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/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/script.rpy", line 99, in execute
screen StatsUI:
File "game/script.rpy", line 99, in execute
screen StatsUI:
File "game/script.rpy", line 100, in execute
frame:
File "game/script.rpy", line 106, in execute
hbox:
File "game/script.rpy", line 119, in execute
vbox:
File "game/script.rpy", line 121, in execute
text "%s" % (time_list[time]) size 40
File "game/script.rpy", line 121, in <module>
text "%s" % (time_list[time]) size 40
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Hell Keeper Demo
Thu Apr 13 01:50:57 2023
```
 
  • Like
Reactions: Skargaroth

Bossk

Newbie
Jun 13, 2020
66
340
a bunch of errors
first one when selling supplies at the achemy shop

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

While running game code:
File "game/locations.rpy", line 125, in script call
call expression renpy.random.choice(["monsterhunt2","monsterhunt3"]) from _call_expression_2
File "game/locations.rpy", line 125, in script call
call expression renpy.random.choice(["monsterhunt2","monsterhunt3"]) from _call_expression_2
File "game/locations.rpy", line 47, in script
jump alchemist_shop
ScriptError: could not find label 'alchemist_shop'.

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

Full traceback:
File "game/locations.rpy", line 125, in script call
call expression renpy.random.choice(["monsterhunt2","monsterhunt3"]) from _call_expression_2
File "game/locations.rpy", line 125, in script call
call expression renpy.random.choice(["monsterhunt2","monsterhunt3"]) from _call_expression_2
File "game/locations.rpy", line 47, in script
jump alchemist_shop
File "renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'alchemist_shop'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Hell Keeper Demo
Thu Apr 13 01:54:42 2023
```

then this one when looking at stats after the first error from the shops


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

While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/script.rpy", line 99, in execute
screen StatsUI:
File "game/script.rpy", line 99, in execute
screen StatsUI:
File "game/script.rpy", line 100, in execute
frame:
File "game/script.rpy", line 106, in execute
hbox:
File "game/script.rpy", line 119, in execute
vbox:
File "game/script.rpy", line 121, in execute
text "%s" % (time_list[time]) size 40
File "game/script.rpy", line 121, in <module>
text "%s" % (time_list[time]) size 40
IndexError: list index out of range

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
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 "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
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/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/script.rpy", line 99, in execute
screen StatsUI:
File "game/script.rpy", line 99, in execute
screen StatsUI:
File "game/script.rpy", line 100, in execute
frame:
File "game/script.rpy", line 106, in execute
hbox:
File "game/script.rpy", line 119, in execute
vbox:
File "game/script.rpy", line 121, in execute
text "%s" % (time_list[time]) size 40
File "game/script.rpy", line 121, in <module>
text "%s" % (time_list[time]) size 40
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Hell Keeper Demo
Thu Apr 13 01:50:57 2023
```
same here
 

Zod666

Member
Nov 1, 2020
110
199
do devs even play their own games? why make this massive text box taking up 1/4 of the screen and not add opacity slider?
also game seems to be completely bugged and impossible to unlock any scenes.
 
Last edited:

Skargaroth

Active Member
Oct 19, 2020
687
972
Yeah, so, so many errors. Game has potential.

I'd like to suggest adding to the game for the purposes of breaking the prisoner/s of using the basic corruption level tree, need X corruption and Y energy (or whatever parameter you want to use) to do Z corruption

Hopefully you'll be adding the ability to buy upgrades for the keep/castle/hideout etc, using any gold you earn.

Also need to add a way back out of the keep/castle/hideout once you go back there

Maybe adding reputation or something for getting allies or, like in some other games, thirsty female followers/worshippers, to come and "attend" you
 

Inner Sin / Malice

Newbie
Game Developer
Jan 8, 2023
15
84
Hey Y'all! I want to thank you guys for the awesome feedback! I understand the game has some nasty bugs and they are being fixed, it's my first time doing this and I'm not that good with coding, so I ask a little bit of patience. The bugfix is attached here.
I see some people are concerned about the cheating, rest assured, you're the one doing it and the girls are the ones cheating on their partners.
For those who don't like the demonic appearence during the sex scenes, a option to transform in the human form will be added later on.
 

Fazed

Well-Known Member
Nov 21, 2018
1,693
3,610
Ok so I get this is a monster game but damn that form is ugly. Also there is zero chance of that fitting anywhere inside a human. I had the same problem with "Ravager". Even though I liked some aspects of it I really wish there was a "reasonably" humanoid form for sex scenes. Anybody would be literally dead after being impaled like that.

Ok, maybe not zero, I've seen some crazy women with insane dildo sizes, but still. Ugly monster sex just isn't for me I guess.
 
  • Like
Reactions: User1230 and DrFree
2.40 star(s) 8 Votes