waffel

Member
Donor
Aug 29, 2017
467
552
This looks good, but I gotta ask is this game or at least the name in reference to something because I swear I have heard at least the games name or something almost exactly the same somewhere else.
It's the High school's name from the Korean series Hierarchy... I don't know if you watch those tho... -__-'
 
Mar 13, 2023
82
11
Having skill ranks require a money to rank up kind of forces a strong need to find a way to maximize wealth gains over anything else. Slowing down skill growth and removing the rank up money cost seems like the more logical way to go about things.
 
  • Like
Reactions: Kalabuhin
May 29, 2024
36
28
I rather like what I've played of this so far. It's nice that it lets me just be, if you'll pardon my bluntness, an abusive shitbag towards my student who works her like a slave by day and rapes her every night. I would not be surprised if this leads into some kind of bad end, but I know what kind of ride I signed up for.

I'm hoping to see a bit of expansion on your ability to be a shitbag. If Euna can sell you drugs to reduce lust and nymphomania, she should also be able to sell one that increase them. Especially if you can then use them on Kyoko and Niwair to corrupt them. Arguably, you should be able to use them on Euna and Suzumi as well, but I don't think it's necessary because Euna already seems like she's down for this kind of thing (she's willing to sell you a potion of mind breaking and is okay with lying to Suzumi to drug her with the futa potion, she is absolutely not a good person), and you can just rape Suzume as much as you want.

When Ast tells you what she has planned for Suzume, it'd be nice to say "but that's what I was going to do" or something, or perhaps when Suzume tells you what was happening to her, rather than "thanks for telling me" or "what a waste of time," you could say "that sounds hot." But as much as a "join Ast" route sounds fun, I suspect that that's asking a bit much, and is a long-term plan at best.

I like that the futanari semen is apparently an addictive and potent aphrodesiac (although the sex scenes do tend to refer to "rubbery cock" afterwards; I suspect that this is a bug), but the fact that it's sterile is less ideal. Hopefully there is a way to alter that later. Why stop at corrupting and breaking my student when I can breed her too?
 

Alvir

Member
Game Developer
Sep 18, 2022
292
321
Same error happen when i defeat the robbers or the tentacles at gremlin distric
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 33, in script call
$ UIreturn = renpy.call_screen("mainUI")
File "game/scripts/core/Scheduler.rpy", line 55, in script call
call check_day from _call_check_day
File "game/scripts/Events/Schedule/Exploration.rpy", line 296, in script call
call EXEV_gDistrict_strayTentacle from _call_EXEV_gDistrict_strayTentacle
File "game/scripts/Events/Schedule/ExplorationScenarious/gDistrict_strayTentacle.rpy", line 24, in script call
call EXEV_gDistrict_strayTentacle_battle from _call_EXEV_gDistrict_strayTentacle_battle
File "game/scripts/Events/Schedule/ExplorationScenarious/gDistrict_strayTentacle.rpy", line 175, in script
"You have defeated [curEnemy.niceName]!"
File "game/scripts/screens/battleScreen.rpy", line 961, in execute
screen battleAnnounce:
File "game/scripts/screens/battleScreen.rpy", line 961, in execute
screen battleAnnounce:
File "game/scripts/screens/battleScreen.rpy", line 999, in execute
imagebutton:
File "game/scripts/screens/battleScreen.rpy", line 999, in keywords
imagebutton:
File "game/scripts/screens/battleScreen.rpy", line 1002, in keywords
if mainBattle.activeChara.weapon == None:
File "game/scripts/screens/battleScreen.rpy", line 1002, in <module>
if mainBattle.activeChara.weapon == None:
AttributeError: 'NoneType' object has no attribute 'weapon'

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

Full traceback:
File "game/script.rpy", line 33, in script call
$ UIreturn = renpy.call_screen("mainUI")
File "game/scripts/core/Scheduler.rpy", line 55, in script call
call check_day from _call_check_day
File "game/scripts/Events/Schedule/Exploration.rpy", line 296, in script call
call EXEV_gDistrict_strayTentacle from _call_EXEV_gDistrict_strayTentacle
File "game/scripts/Events/Schedule/ExplorationScenarious/gDistrict_strayTentacle.rpy", line 24, in script call
call EXEV_gDistrict_strayTentacle_battle from _call_EXEV_gDistrict_strayTentacle_battle
File "game/scripts/Events/Schedule/ExplorationScenarious/gDistrict_strayTentacle.rpy", line 175, in script
"You have defeated [curEnemy.niceName]!"
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1249, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 901, in do_display
**display_args)
File "renpy/character.py", line 647, in display_say
rv = renpy.ui.interact(mouse='say', type=type, 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 3315, 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 3735, 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 3735, 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/scripts/screens/battleScreen.rpy", line 961, in execute
screen battleAnnounce:
File "game/scripts/screens/battleScreen.rpy", line 961, in execute
screen battleAnnounce:
File "game/scripts/screens/battleScreen.rpy", line 999, in execute
imagebutton:
File "game/scripts/screens/battleScreen.rpy", line 999, in keywords
imagebutton:
File "game/scripts/screens/battleScreen.rpy", line 1002, in keywords
if mainBattle.activeChara.weapon == None:
File "game/scripts/screens/battleScreen.rpy", line 1002, in <module>
if mainBattle.activeChara.weapon == None:
AttributeError: 'NoneType' object has no attribute 'weapon'

Windows-10-10.0.22621
Ren'Py 7.4.10.2178
Noblesse Oblige 0.3.5
Sun Jul 14 11:56:16 2024
This error was fixed in 0.3.6 update if you begin with new save
 
  • Like
Reactions: Eve de Rothchild

Alvir

Member
Game Developer
Sep 18, 2022
292
321
I rather like what I've played of this so far. It's nice that it lets me just be, if you'll pardon my bluntness, an abusive shitbag towards my student who works her like a slave by day and rapes her every night. I would not be surprised if this leads into some kind of bad end, but I know what kind of ride I signed up for.

I'm hoping to see a bit of expansion on your ability to be a shitbag. If Euna can sell you drugs to reduce lust and nymphomania, she should also be able to sell one that increase them. Especially if you can then use them on Kyoko and Niwair to corrupt them. Arguably, you should be able to use them on Euna and Suzumi as well, but I don't think it's necessary because Euna already seems like she's down for this kind of thing (she's willing to sell you a potion of mind breaking and is okay with lying to Suzumi to drug her with the futa potion, she is absolutely not a good person), and you can just rape Suzume as much as you want.

When Ast tells you what she has planned for Suzume, it'd be nice to say "but that's what I was going to do" or something, or perhaps when Suzume tells you what was happening to her, rather than "thanks for telling me" or "what a waste of time," you could say "that sounds hot." But as much as a "join Ast" route sounds fun, I suspect that that's asking a bit much, and is a long-term plan at best.

I like that the futanari semen is apparently an addictive and potent aphrodesiac (although the sex scenes do tend to refer to "rubbery cock" afterwards; I suspect that this is a bug), but the fact that it's sterile is less ideal. Hopefully there is a way to alter that later. Why stop at corrupting and breaking my student when I can breed her too?
More abusive shitbag content will be added ;)

And yes, futanari dialogues and scenes need a lot of work, but with every update, futa content gets better and better~
Futa semen will be upgradable with quests!
 

Timpy

New Member
Jul 28, 2020
1
1
On version 0.3.6 I am getting an issue where after catching her masturbating at night and punishing by slapping her ass, I get an error when trying to do any 'Main Act' during intimacy at night.

You don't have permission to view the spoiler content. Log in or register now.


Also trying to punish brutally results in an error right away.

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Alvir

Alvir

Member
Game Developer
Sep 18, 2022
292
321
On version 0.3.6 I am getting an issue where after catching her masturbating at night and punishing by slapping her ass, I get an error when trying to do any 'Main Act' during intimacy at night.

You don't have permission to view the spoiler content. Log in or register now.


Also trying to punish brutally results in an error right away.

You don't have permission to view the spoiler content. Log in or register now.
Thank you for your bug report! this issue was fixed in the next version which will become available on the 12th of August ^_^
 
  • Like
Reactions: Timpy

randomname2243

Active Member
Oct 26, 2017
596
633
l am an old player here, for chastity belt and other virgin(both to for protagonist and protege) related content, how l can get up to speed to them? l had to restart my game because something was going wrong with old saves and don't want to waste time building everything up. Also futa content too l am interested.
Can you explain to me the love stat?
 
  • Like
Reactions: Alvir

Alvir

Member
Game Developer
Sep 18, 2022
292
321
l am an old player here, for chastity belt and other virgin(both to for protagonist and protege) related content, how l can get up to speed to them? l had to restart my game because something was going wrong with old saves and don't want to waste time building everything up. Also futa content too l am interested.
Can you explain to me the love stat?
So~
You can get a chastity belt in the Nymph district, it will protect your character or your protege's virginity and add new reactions to events. You may turn your character or your protege into a futa if you complete a few quests for Euna? and help her with a body-altering potion. Futa content is in development so there is still much to add in this department.
Love stat can be improved in events and in evening interaction - Discuss. Soon there will be more ways to increase or decrease it. It influences some events and unlocks new actions in intimacy evening interaction.
 

randomname2243

Active Member
Oct 26, 2017
596
633
l see that when you become futa and have sex, female protagonist loses her Virginity, l bet protege would suffer the same right?
 

Alvir

Member
Game Developer
Sep 18, 2022
292
321
l see that when you become futa and have sex, female protagonist loses her Virginity, l bet protege would suffer the same right?
It all depends on the act, but yes, the protege usually also loses virginity. If she hadn't it's a bug ^_^
 

WebtoonFreaks

Newbie
Aug 21, 2020
56
53
This looks good, but I gotta ask is this game or at least the name in reference to something because I swear I have heard at least the games name or something almost exactly the same somewhere else.
Unironcally I was thinkin the same thing I swore I've played this game before as a teen or something
 
4.10 star(s) 8 Votes