Theme editor

  • RequestStream Movies, TV shows and anime streaming • 1 week trial
  • LewdCorner Site Cleanup Update
    A new cleanup update has been posted covering the recent Vault rework, rank changes, policy cleanup, and theme polish. The goal is to make LC cleaner, easier to understand, and safer for the site going forward. - Jack Of Blades
    Read More
Notice
Updated due to the game being leak elsewhere.
So looking at other comments here does this really use the same body model for every character? Is there any variation at all? Just wondering cause can get a bit boring banging the same carbon copy.
 
The pictures look good and make me curious. I'll try later. P.S. I like Lily (picture 7) she looks nice ^^
 
So looking at other comments here does this really use the same body model for every character? Is there any variation at all? Just wondering cause can get a bit boring banging the same carbon copy.
for the most part, yes, body models are more or less the same. The appearance of women differs by their "type of creature" and styles.

But I still felt like they are all different and not just dev's only type with different haristyles, like it is with some games.
 
thanks for the update, looks very nice and seem to have an interesting setting for the story.
 
Is it just me or do all the LI's behave like they've all got a secret agenda? I can understand if it's one or two sketchy people, but why do they all seem sketchy?
 
for the most part, yes, body models are more or less the same. The appearance of women differs by their "type of creature" and styles.

But I still felt like they are all different and not just dev's only type with different haristyles, like it is with some games.
While disappointing to hear they all have the same body type, the fact that they are all diff creatures sounds like it is still worth giving the game a shot.
 
I'd also prefer some more variety among the girls. Like, maybe add a short/smol race in future updates?
 
you are a werewolf non a vampire, but still good game
 
This game is one of favourites games just hope emily will join his harem.
 
Just come across this game. From overview and previews looks good so I'll give it a try.

Started to play this game but in two places got errors saying item not defined. Traceback below:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/cap_01/sc_10.rpy", line 134, in script
    play ch02 woman_clears_her_throat
  File "renpy/common/000statements.rpy", line 124, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "game/script/cap_01/sc_10.rpy", line 134, in <module>
    play ch02 woman_clears_her_throat
NameError: name 'woman_clears_her_throat' is not defined

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

Full traceback:
  File "game/script/cap_01/sc_10.rpy", line 134, in script
    play ch02 woman_clears_her_throat
  File "D:\Monster College\MonsterCollege-0.8.5-pc\MonsterCollege-0.8.5-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "D:\Monster College\MonsterCollege-0.8.5-pc\MonsterCollege-0.8.5-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Monster College\MonsterCollege-0.8.5-pc\MonsterCollege-0.8.5-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 124, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "D:\Monster College\MonsterCollege-0.8.5-pc\MonsterCollege-0.8.5-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Monster College\MonsterCollege-0.8.5-pc\MonsterCollege-0.8.5-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/cap_01/sc_10.rpy", line 134, in <module>
    play ch02 woman_clears_her_throat
NameError: name 'woman_clears_her_throat' is not defined

Windows-10-10.0.19041 AMD64
Ren'Py 8.2.1.24030407
 0.8.5
Wed Jun 19 16:37:47 2024
 
Last edited:
Just come across this game. From overview and previews looks good so I'll give it a try.

Started to play this game but in two places got errors saying item not defined. Traceback below:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/cap_01/sc_10.rpy", line 134, in script
    play ch02 woman_clears_her_throat
  File "renpy/common/000statements.rpy", line 124, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "game/script/cap_01/sc_10.rpy", line 134, in <module>
    play ch02 woman_clears_her_throat
NameError: name 'woman_clears_her_throat' is not defined

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

Full traceback:
  File "game/script/cap_01/sc_10.rpy", line 134, in script
    play ch02 woman_clears_her_throat
  File "D:\Monster College\MonsterCollege-0.8.5-pc\MonsterCollege-0.8.5-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "D:\Monster College\MonsterCollege-0.8.5-pc\MonsterCollege-0.8.5-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Monster College\MonsterCollege-0.8.5-pc\MonsterCollege-0.8.5-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 124, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 33, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "D:\Monster College\MonsterCollege-0.8.5-pc\MonsterCollege-0.8.5-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Monster College\MonsterCollege-0.8.5-pc\MonsterCollege-0.8.5-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/cap_01/sc_10.rpy", line 134, in <module>
    play ch02 woman_clears_her_throat
NameError: name 'woman_clears_her_throat' is not defined

Windows-10-10.0.19041 AMD64
Ren'Py 8.2.1.24030407
 0.8.5
Wed Jun 19 16:37:47 2024
I had same issue with errors. Any idea what's causing it?
 
good story, beautiful images and monster girls as hot as embers.
 
Fun story, the shapes of the girls are very similar but it was entertaining enough to keep me reading. If you like a little spooky in the mix, i would recommend.
 
The preview actually cracked me up haha. Not what I usually play but I'll give it a shot!
 
this is a fun game, just wish it was more of a harem game rather than multiple endings etc. Still good otherwise tho
 
Back
Top Bottom