EricGrey

Member
Nov 11, 2020
438
441
Hi, one questions. If I click on the basement in the mansion I go too the computerscreen in my room. Any idea how too fix that?
I had that problem too until I moved further along the story. Keep playing other storylines and eventually, it'll let you in.


:cool: Eric Grey
 
  • Like
Reactions: Jan82

Stil996

Conversation Conqueror
Jan 11, 2018
6,784
6,181
Please re-download the game from either or
The original release of 0.10 had a few bugs - including that computer from the basement glitch.
On Itch.io and SS, the 0.10.0 download is the latest bugfix (with the same update number because it was only around 5 fixes - most of which did not impact 90% of players)...

THE reason the F95 download is the pre-patched 0.10 is because when we submit a link update to the OP, it may take up to a MONTH for the refresh to show online.
Thats why you should advance the version number everytime there is a change :p. Means nobody has to guess whether the version they are playing is the one with the bug.
 
Last edited:
  • Like
Reactions: Master of Puppets

Lurkin23

Member
May 15, 2021
230
206
Please re-download the game from either or
It's been awhile for me... I guess you both gave Patreon the boot? If so, I don't blame you in the slightest. They sometimes act like a Publisher when in reality they were simply a cut taking mediator between you and the producers/customers. Guess I'll need a subscribestar acct now.
 

Jamleng

Active Member
Game Developer
Nov 6, 2018
558
1,941
What I would do is store the player's name and incest status in the persistent store, and use that when starting a replay. It's transparent to the player, no buttons required.
That's already the case, unless I've missed something?

When starting a new game the player has the chance to get a persistent name and to put on incest mode. If the player changes his mind he can do that by logging on to MC's PC later on.

By default, incest mode is always off and uses a default name as well but that's only the case if one just started the game which makes the gallery unavailable anyway.

thank you for replying to me and considering the reference I suggested and honestly I have a lot of time on my hands I'll be looking forward to then and I've been wondering why doesn't the MC have a last name or his landlady's family / his family and main storyline focuses around MC Hilda Rose Emily right? and would add deeper connection and feel more emotional attachment and specially when they choose incest path and maybe another option to give a last name to MC's family in incest path and I'm sorry:cry: if anything I wrote came out sounding the wrong way
It's all good. In general, if suggestions are asked often enough we'll consider changing them.
In this case, you're kind of the first person to ask for last names. Whether it's a good or bad idea is something I don't know.

It's not difficult to implement something like that, but I doubt it would be mentioned often in the game itself.
I personally think last names are better left up to the imagination. Maybe it's just because I'm used to playing games where the character either has no last name or where it's predetermined from the start.

It's been awhile for me... I guess you both gave Patreon the boot? If so, I don't blame you in the slightest. They sometimes act like a Publisher when in reality they were simply a cut taking mediator between you and the producers/customers. Guess I'll need a subscribestar acct now.
Not really the boot, the game got reported by some brave souls that are fine with censorship if it's something they don't like. This made Patreon check the game out and they came up with a list of some very silly changes that had to be made even though at the time the game was pretty mellow.

If Patreon applied the same logic to the other games on their platform as they did to Lewd Town Adventures they kinda have to scrap 50% of them. Guess we just got unlucky since Patreon is quite the financial loss but the upside is that we have more freedom on what we want to do. In the end, the game is mostly a labor of love/passion made to entertain the players just like we enjoy playing other games.
 

Master of Puppets

Conversation Conqueror
Oct 5, 2017
7,447
9,882
That's already the case, unless I've missed something?

When starting a new game the player has the chance to get a persistent name and to put on incest mode. If the player changes his mind he can do that by logging on to MC's PC later on.

By default, incest mode is always off and uses a default name as well but that's only the case if one just started the game which makes the gallery unavailable anyway.
Not for me, the scenes in the gallery are using the default name and don't have incest active. You can pass variables into a replay using the 'scope' keyword argument, it takes a dictionary and provides those variables in the new scope. By the way, you also don't seem to have an 'End Replay' button on your custom main menu, should really either have that or a gui element on the screen.
 
  • Like
Reactions: Jamleng

BFC 78

Member
Jan 23, 2022
393
204
That's already the case, unless I've missed something?

It's all good. In general, if suggestions are asked often enough we'll consider changing them.
In this case, you're kind of the first person to ask for last names. Whether it's a good or bad idea is something I don't know.

It's not difficult to implement something like that, but I doubt it would be mentioned often in the game itself.
I personally think last names are better left up to the imagination. Maybe it's just because I'm used to playing games where the character either has no last name or where it's predetermined from the start.
I'm glad to hear that and I'm eagerly looking forward to next update
You don't have permission to view the spoiler content. Log in or register now.
and Jamleng keep on doing what you love
 
  • Like
Reactions: jjjjj1076701

Jamleng

Active Member
Game Developer
Nov 6, 2018
558
1,941
Not for me, the scenes in the gallery are using the default name and don't have incest active. You can pass variables into a replay using the 'scope' keyword argument, it takes a dictionary and provides those variables in the new scope. By the way, you also don't seem to have an 'End Replay' button on your custom main menu, should really either have that or a gui element on the screen.
Woah, I checked it out and you're right. I had no idea that was the case.
Epic fail since I reckon it's been like that for over a year by now. Strangely there has been nobody that pointed it out in that time. I'll do my best to fix that. Thanks a lot.

I'm glad to hear that and I'm eagerly looking forward to next update
You don't have permission to view the spoiler content. Log in or register now.
and Jamleng keep on doing what you love
Thank you! The coming update will have more opportunities for sure and will have two people show a bigger belly.
In general though, pregnancy/breeding is mostly reserved for the good paths for the time being and it's up to Xo Mo how he fills that stuff in.

No comment on the dark paths as you'll have to figure out yourself who's pregnant...
 

Master of Puppets

Conversation Conqueror
Oct 5, 2017
7,447
9,882
Woah, I checked it out and you're right. I had no idea that was the case.
Epic fail since I reckon it's been like that for over a year by now. Strangely there has been nobody that pointed it out in that time. I'll do my best to fix that. Thanks a lot.
Looking at it, you put the call to set the persistent name before the player enters their name, not afterwards (and don't have a persistent incest flag, from what I can see). Also, if you put a call to it in the after_load label it would always be set to the same as the last save played, if the player has multiple saves with different variables.

Also noticed that you are setting the variable at the start of the replay, but setting it directly rather than by using a scope. There shouldn't be any real difference between these two methods, though personally I think using a scope is neater. You'd do it by creating a dictionary at the start of the gallery screen: $ replayScope = {"name": persistent.pname, "IM": persistent.IM} then passing that to the Replay action on your button:
Python:
imagebutton:
    idle "church_mary_vg21_small.png"
    insensitive "thumbnail_locked.png"
    action Replay("event_mary", scope=replayScope)
(You also don't need to manually do a test of renpy.seen_label if using the Replay action, it defaults to using if the label has been seen or not as the condition for the button)
 
  • Red Heart
Reactions: Jamleng

Psan2022

Newbie
Mar 8, 2022
67
108
Just played through Version 0.10. Suprisingly great game so far!
I have to admit I am not the biggest connoisseur when it comes to H-games and this may be a pirate site, but here are my 2 cents for what thats worth.

The story...well it is a H-game, but it delivers what it has to deliver to keep you going.
I came for the H and stayed for the story. I am currently on the dark path just to see in what shit the MC gets himself into down the road but it would also be pleasing to see him be the villain who is victorious at the end (like a Darth Vader/Sidius kind of thing). Just rule over all of them...you feel me? ;)

The H scenes...the camera is well positioned and has the action good in frame. When it comes to the H-scenes themselves I recon you use the Koikatsu standard animations and change them to your liking? I cant really put my finger on it but while playing through I thought that a very few of the sex positions seemed to bee a little bit repetitive? Its just a very subjective opinion on that. I wish there would be a few more memorable or unique sex scenes. Also depending on what choices you make. I really liked the scenes where
You don't have permission to view the spoiler content. Log in or register now.
But those moments are far and between. It would be interesting to see comepletely different animations or posibilities depending on your choices but that would only add a little bit too much of a load to a small group of developers. So I cant give you flag for that :)

In the story you are supposed to be a slave trainer in training (weird phrase but thats how I see and understand it). But actually you do very little training. Yes, you corrupt other people, but thats corruption and not really training in my opinion. I may be waaaay of here and that is not what was on your mind or going for there.

But that is all just nutpicking. I really enjoyed your game so far, the choice of music, the story and the h-scenes tie everything together. Keep it up, you guys (and maybe girls). You are going for gold here if you manage to keep the quality up :)

PS: Any rough estimate on when the 0.11 update will drop?
 

BFC 78

Member
Jan 23, 2022
393
204
Thank you! The coming update will have more opportunities for sure and will have two people show a bigger belly.
In general though, pregnancy/breeding is mostly reserved for the good paths for the time being and it's up to Xo Mo how he fills that stuff in.

No comment on the dark paths as you'll have to figure out yourself who's pregnant...
whoa nice I'm more ecstatic and you said two people show a bigger belly? I think I Know who the first one is and I not sure who is the second one but three people come to mind or maybe I'm completely wrong and I just have to wait and see
You don't have permission to view the spoiler content. Log in or register now.
Jamleng best of luck with your game
 
Last edited:
  • Like
Reactions: Jamleng

Jamleng

Active Member
Game Developer
Nov 6, 2018
558
1,941
Looking at it, you put the call to set the persistent name before the player enters their name, not afterwards (and don't have a persistent incest flag, from what I can see). Also, if you put a call to it in the after_load label it would always be set to the same as the last save played, if the player has multiple saves with different variables.

Also noticed that you are setting the variable at the start of the replay, but setting it directly rather than by using a scope. There shouldn't be any real difference between these two methods, though personally I think using a scope is neater. You'd do it by creating a dictionary at the start of the gallery screen: $ replayScope = {"name": persistent.pname, "IM": persistent.IM} then passing that to the Replay action on your button:
Python:
imagebutton:
    idle "church_mary_vg21_small.png"
    insensitive "thumbnail_locked.png"
    action Replay("event_mary", scope=replayScope)
(You also don't need to manually do a test of renpy.seen_label if using the Replay action, it defaults to using if the label has been seen or not as the condition for the button)
You're a legend! If you wouldn't have told me it would have stayed like that as I wasn't aware of it.
I'm really happy that you took a look and gave me pointers on how to solve it.

I'll get to it on my crazy coding spree which will start later this month and it will be 100% fixed for 0.11. Cheers!

Cheers for the kind words! Basically we're getting better every update so the quality definitely goes up.
But as the quality and the game size/world increases things get more complicated as well, it's a lot of fun but also a lot of work.
More big/wtf moments will be in 0.11 as well as quite a bit more training. Especially for dark path players there are some really crazy scenes that you won't find in any other game.
Basically, the last couple of versions was storybuilding and making the good/dark paths possible.
In the coming version a lot more will be done with that.

Development for 0.11 is going really smooth and there's already lots of cool stuff done.
We'll do about 3-4 weeks of rendering/animating for neutral/good paths and then we'll move on to coding/testing and all of that fun stuff. I'd reckon the early release will be out in 5 to 8 weeks depending on how things go. In any case, we're working hard on the game every single day.

whoa nice I'm more ecstatic and you said two people show a bigger belly? I think I Know who the first one is and I not sure who is the second one but three people come to mind or maybe I'm completely wrong and I just have to wait and see
You don't have permission to view the spoiler content. Log in or register now.
Jamleng best of luck with your game
Thank you! Sadly you have to wait and see as won't say anything since I never give out spoilers.
As for your suggestion, it's a good one and it will probably going to be something like that but bigger.
 

Master of Puppets

Conversation Conqueror
Oct 5, 2017
7,447
9,882
You're a legend! If you wouldn't have told me it would have stayed like that as I wasn't aware of it.
I'm really happy that you took a look and gave me pointers on how to solve it.

I'll get to it on my crazy coding spree which will start later this month and it will be 100% fixed for 0.11. Cheers!
One other thing you may or may not wish to add is a hover image for the buttons, commonly games have a variant of the thumbnail with a highlight of some kind when the mouse moves over it.
Python:
imagebutton:
    idle "church_mary_vg21_small.png"
    hover "church_mary_vg21_hover.png"
    insensitive "thumbnail_locked.png"
    action Replay("event_mary", scope=replayScope)
or just
Python:
imagebutton:
    auto "church_mary_vg21_%s.png"
    insensitive "thumbnail_locked.png"
    action Replay("event_mary", scope=replayScope)
and the '%s' will automatically be replaced with 'idle', 'hover' etc. if the matching files exist.
 

BFC 78

Member
Jan 23, 2022
393
204
Thank you! Sadly you have to wait and see as won't say anything since I never give out spoilers.
As for your suggestion, it's a good one and it will probably going to be something like that but bigger.
I'm glad to hear you like my suggestion and I'm excited to see how you can improve on it and sadly I think it's going to be a couple update before seeing it
You don't have permission to view the spoiler content. Log in or register now.
Jamleng you are awesome
 
  • Like
Reactions: Xo Mo

BFC 78

Member
Jan 23, 2022
393
204
As a big fan of The Lost Boys, it's one of the main theme songs in the film...
"Beauty Has Her Way"
by Mummy Calls
Xo Mo thank you for letting me know and kind of feel silly now I should have recognized the song and The Lost Boys is one of my favorite movies since I seen it when I was 9 years old oops I show my age lol :LOL: and Xo Mo your taste in music totally rocks
 
  • Yay, new update!
Reactions: Xo Mo

jjjjj1076701

Newbie
Sep 20, 2020
79
76
Will there be more graphical birth scenes for other girls beside
You don't have permission to view the spoiler content. Log in or register now.
?

(Probably the only non-Japanese Ren'py VN that dares to put graphical birth in along with actual pregnancy. Kudos to the dev.)
That scene has awoken something inside of me and I... I still don't know how I feel about it
 

HaveAGreatDay

New Member
May 17, 2022
2
1
I cant tell if I have finished everything on the dark path... All of the women's quests in the quest log... but I cant tell if there will be more stuff with the Don / Big Boss. It seems like there is a big conclusion I am missing at the end but I dont know how to trigger it.

UI Changes I strongly suggest to the dev for this game:
1. For repeat interactions with characters I wish there was a button to skip everything up until you need to make decision. Having to go through all of that dialog again (exp. When it is exactly the same) Is super boring and Un-Fun having to go through all of that dialog & other stuff again.

2. Choices you have have already selected would be Grayed out or whatever so you know what you already did that selection. But you can choose them again if you want.

3. Make it clearer what the hell (NTR) and other stuff like that means. I have no idea what means and I had to close out game to go look up what means. If you use stuff like that if it should be explained for the player.

4. Make the font look way more different for things being said vs things being thought. I did not understand for long what the difference was
Edit. >> #1 is already in the game, I am an idiot.
 
Last edited:
  • Thinking Face
Reactions: vilewe7570

Mommysbuttslut

Engaged Member
Feb 19, 2021
3,717
8,947
1. For repeat interactions with characters I wish there was a button to skip everything up until you need to make decision. Having to go through all of that dialog again (exp. When it is exactly the same) Is super boring and Un-Fun having to go through all of that dialog & other stuff again.
Renpy has a skip function built into the engine. Either press the skip button at the bottom of the screen, hold the control button or press the tab button.
3. Make it clearer what the hell (NTR) and other stuff like that means. I have no idea what means and I had to close out game to go look up what means. If you use stuff like that if it should be explained for the player.
NTR is the best description for it and if you're getting into adult games then it's a term you should learn. Just about anyone in these communities is going to know what it at least generally means off the top of their head and if it takes you out of the game for a few seconds to look up then that's honestly time well spent. Whether you're trying to find NTR content or avoid it it's a term you should know on these kinds of sites.

Anyway, have a great day.
 

vilewe7570

Member
Oct 5, 2021
468
661
UI Changes I strongly suggest to the dev for this game:
1. For repeat interactions with characters I wish there was a button to skip everything up until you need to make decision. Having to go through all of that dialog again (exp. When it is exactly the same) Is super boring and Un-Fun having to go through all of that dialog & other stuff again.
Have you tried Skip? It works for seen text and in settings you can also set it for all text.
On windows it's ctrl or tab.

3. Make it clearer what the hell (NTR) and other stuff like that means. I have no idea what means and I had to close out game to go look up what means. If you use stuff like that if it should be explained for the player.
Having a selection for NTR and Vanilla in the gallery would be nice :D
 
  • Like
Reactions: HaveAGreatDay

HaveAGreatDay

New Member
May 17, 2022
2
1
Thanks for the reply xomo.

Is there any answer for this part?
I cant tell if I have finished everything on the dark path... All of the women's quests in the quest log... but I cant tell if there will be more stuff with the Don / Big Boss. It seems like there is a big conclusion I am missing at the end but I dont know how to trigger it.
 
4.10 star(s) 97 Votes