Yorma86

Member
Game Developer
Apr 23, 2021
423
1,381
Yorma86
i really liked your first realse of this new game, cant wait for the next update, will you add foot fetish content for the submisive route?
I suppose so, if there's enough demand for foot content. I'm not particularly into it myself, but I know it's a popular niche :coffee::unsure:

So your saying I get to be a pimp. Will it be easy?
Umm, mechanically it's pretty easy. At least for now, there's really nothing sexual the girls can do at the club besides flash their tits, and only if you tell them to (and if they agree to it). But yeah, it's going to be simple. Build new rooms or upgrade current rooms, assign girls to them, watch profit come in, maybe go see how they're doing during the night to see a scene or take part in an event.
 
  • Like
Reactions: 77icew

Thami_

Member
Sep 6, 2019
148
154
i like it but its very hard to see any progress, numbers goes up but dosent feel like there is much happening,
like cindy talking alot to her, and really like Serena and nanako!
 
  • Like
Reactions: warrenitro

Yorma86

Member
Game Developer
Apr 23, 2021
423
1,381
i like it but its very hard to see any progress, numbers goes up but dosent feel like there is much happening,
like cindy talking alot to her, and really like Serena and nanako!
Yeah, currently there isn't super much in the game since this is the first version. I just wanted it finally out there so I can see whether I'm doing something right or should I just switch gears. Most of the stats are also hidden, which is probably a controversial thing, so I'll consider displaying them eventually. It will require a lot changes to the character sheet to show all the different stats for the students.

And hah, you've got good taste, and I see you really like the rare ones who'll touch your penis if you ask nicely enough :BootyTime: Though eventually all of them will, but for now, the amount of penis action is quite low. There's maybe one more scene with Natalie you've missed. Go talk to her in the library and get her to like you until her quest properly starts.
 

Yorma86

Member
Game Developer
Apr 23, 2021
423
1,381
can anyone share variable names for money, stats, etc?
If you're looking to edit them, uhh, it's sadly not that easy without touching the code. The variables are stored inside objects for each character, so Ren'Py doesn't really display them nicely. This was made to help with the sandbox elements of the game and to allow multiple characters reuse the same general events.
 

Thami_

Member
Sep 6, 2019
148
154
is there any scene with cindy? and umn how do i get her to like MC without triggering the +1 dominant by the sexual comment?
 

ricchi_

New Member
Jun 30, 2021
10
5
If you're looking to edit them, uhh, it's sadly not that easy without touching the code. The variables are stored inside objects for each character, so Ren'Py doesn't really display them nicely. This was made to help with the sandbox elements of the game and to allow multiple characters reuse the same general events.
Yeah i noticed, everything seems to be blank. Until a mod comes along, i was hoping it could be edited like most renpy games
 

Yorma86

Member
Game Developer
Apr 23, 2021
423
1,381
is there any scene with cindy? and umn how do i get her to like MC without triggering the +1 dominant by the sexual comment?
Yeah, there are a few scenes for Cindy. You can just flirt with her or buy her cakes to make her like you. Then, when you take other girls out on a date to her cafe, there's a chance that she'll interrupt your date and you'll get to choose what to do with Cindy.
 

Razzar

Member
Nov 5, 2018
158
352
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/Scripts/screens/club_screen.rpy", line 8, in execute
File "game/Scripts/screens/club_screen.rpy", line 8, in execute
File "game/Scripts/screens/club_screen.rpy", line 15, in execute
File "game/Scripts/screens/club_screen.rpy", line 16, in execute
File "game/Scripts/screens/club_screen.rpy", line 29, in execute
File "game/Scripts/screens/club_screen.rpy", line 115, in execute
File "game/Scripts/screens/club_screen.rpy", line 130, in execute
File "game/Scripts/screens/club_screen.rpy", line 158, in execute
File "game/Scripts/screens/club_screen.rpy", line 159, in execute
File "game/Scripts/screens/club_screen.rpy", line 165, in execute
File "game/Scripts/screens/club_screen.rpy", line 166, in execute
File "game/Scripts/screens/club_screen.rpy", line 166, in keywords
File "game/Scripts/screens/club_screen.rpy", line 167, in <module>
AttributeError: 'NoneType' object has no attribute 'fname'

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "day_change.rpyc", line 16, in script call
File "Scripts/locations/location.rpyc", line 169, in script call
File "Scripts/locations/location.rpyc", line 169, in script call
File "Scripts/locations/location.rpyc", line 169, in script call
File "Scripts/locations/location.rpyc", line 169, in script call
File "Scripts/locations/location.rpyc", line 169, in script call
File "Scripts/Characters/Natalie/natalie.rpyc", line 78, in script call
File "Scripts/Characters/Natalie/natalie.rpyc", line 184, in script call
File "Scripts/Characters/Natalie/natalie.rpyc", line 218, in script call
File "Scripts/locations/location.rpyc", line 202, in script
File "day_change.rpyc", line 16, in script call
File "Scripts/locations/location.rpyc", line 169, in script call
File "Scripts/locations/location.rpyc", line 169, in script call
File "Scripts/locations/location.rpyc", line 169, in script call
File "Scripts/locations/location.rpyc", line 169, in script call
File "Scripts/locations/location.rpyc", line 169, in script call
File "Scripts/Characters/Natalie/natalie.rpyc", line 78, in script call
File "Scripts/Characters/Natalie/natalie.rpyc", line 184, in script call
File "Scripts/Characters/Natalie/natalie.rpyc", line 218, in script call
File "Scripts/locations/location.rpyc", line 202, in script
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/Scripts/screens/club_screen.rpy", line 8, in execute
File "game/Scripts/screens/club_screen.rpy", line 8, in execute
File "game/Scripts/screens/club_screen.rpy", line 15, in execute
File "game/Scripts/screens/club_screen.rpy", line 16, in execute
File "game/Scripts/screens/club_screen.rpy", line 29, in execute
File "game/Scripts/screens/club_screen.rpy", line 115, in execute
File "game/Scripts/screens/club_screen.rpy", line 130, in execute
File "game/Scripts/screens/club_screen.rpy", line 158, in execute
File "game/Scripts/screens/club_screen.rpy", line 159, in execute
File "game/Scripts/screens/club_screen.rpy", line 165, in execute
File "game/Scripts/screens/club_screen.rpy", line 166, in execute
File "game/Scripts/screens/club_screen.rpy", line 166, in keywords
File "game/Scripts/screens/club_screen.rpy", line 167, in <module>
AttributeError: 'NoneType' object has no attribute 'fname'
 

Thami_

Member
Sep 6, 2019
148
154
asked cindy for kiss after the kill there was error i ginored buttoned it and then hannah apperntly turned into natalie
 

AL.d

Well-Known Member
Sep 26, 2016
1,578
5,239
Oh boy, if even BaasB comes into the NTR debate this early on I really have my doubts now.
I mean Dev. mentioned its "totaly optional" but then "its not really NTR" (which I heard thousands of times). So what it is now ?
I agree that Harem and NTR dont mix well, never did and never will tho.

I played it and the models are good. So are the Renders. MC dosent look like a Teacher at all but it wont bother me much. (Perhaps he is a fresh new Teacher ?)
Story is decent one and has some nice elements like the first "character" creation.
- Reform the Deliquens (Gyaru only :devilish:) + Romantic Relationship with students (plural :devilish:)
You don't have permission to view the spoiler content. Log in or register now.


AL.d mentioned that we have like 10 girls and can only pick 7 ? What ? "Harem" definitions these days get weirder and weirder but it seems stopping them from whoring them out is not possible.
That was an example of how you can have both harem and prostitution tags in the same game. Haven't played this yet
 

RottenPlum

Well-Known Member
Jun 17, 2017
1,157
564
This game has huge potential, hopefully development would continue. It kinda reminds me of ''Annie school days'' by the setting itself and this game already has large cast of characters. What i would like is more older MILF characters like female teachers and such that would be also whoring at the club, maybe not at the start but having an option to corrupt them to do so.
 
  • Haha
Reactions: Cernunnos.

Meridian

Active Member
Jan 24, 2018
972
3,397
This is a pretty good first release. Production quality is noticeably above average.

Sandbox is as annoying as you would expect though. A lot of pointless clicking around since hints in journal are too vague. Because certain options are locked behind stats I found myself rolling back all the time to pick dialogue options associated with stats I wanted. An option to show potential stat gain in dialogue selection is greatly needed. Also delays between sentences in textbox are annoying. And when we see greyed out options they should show what stats they need to unlock.

Overall though I think this game is worth playing only if you enjoy femdom and/or brothel management. 3 of 4 scenes I found had femdom options so its probably gonna be a big chunk of the lewd content. As for brothel/sharing part it also promises to be a huge chunk of that too. Judging by the scene from prologue the mc is an average guy who is gonna be juxtaposed against gigachads with dicks 2 times his size so its a bit meh. Going through that sandbox gameplay for vanilla/maledom content which is probably gonna be less than 50% of lewd content is not very tempting. :unsure:

People who love combination of pimping out girls, femdom and romance will have a blast with this game. (y)
 
Last edited:
4.00 star(s) 26 Votes