Thousands of Models Streaming Live — Join Free! Click Here!
x

cager

Newbie
Aug 2, 2017
88
91
176
Curious

I loaded the 8.5 files, used SanchoModRemoved-SaveFileFix.rpyc, loaded a modded save and played the game.
I got to the kitchen scene and got the Rachel scene with Ellie appearing in the background but no Jada and no Ellie joining in.
I then uploaded the save file provided above and using that as my starting point I got Rachel, Ellie and Jada joining in.

Was there a trigger I hadn't noticed earlier in the game to enable this second version? Or is it a fault of the mod?
 

Jorund

Member
Jun 10, 2018
337
564
278
Curious

I loaded the 8.5 files, used SanchoModRemoved-SaveFileFix.rpyc, loaded a modded save and played the game.
I got to the kitchen scene and got the Rachel scene with Ellie appearing in the background but no Jada and no Ellie joining in.
I then uploaded the save file provided above and using that as my starting point I got Rachel, Ellie and Jada joining in.

Was there a trigger I hadn't noticed earlier in the game to enable this second version? Or is it a fault of the mod?
I did use the SanchoModRemoved-fix and still got the scene. Not saying it can't be the mod/fix but it wasn't for me.
 
  • Like
Reactions: cager

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,346
23,309
871
Curious

I loaded the 8.5 files, used SanchoModRemoved-SaveFileFix.rpyc, loaded a modded save and played the game.
I got to the kitchen scene and got the Rachel scene with Ellie appearing in the background but no Jada and no Ellie joining in.
I then uploaded the save file provided above and using that as my starting point I got Rachel, Ellie and Jada joining in.

Was there a trigger I hadn't noticed earlier in the game to enable this second version? Or is it a fault of the mod?
You need to be on harem route and with Rachel and Jade for it to trigger.
 
  • Like
Reactions: cager

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,508
892
Curious

I loaded the 8.5 files, used SanchoModRemoved-SaveFileFix.rpyc, loaded a modded save and played the game.
I got to the kitchen scene and got the Rachel scene with Ellie appearing in the background but no Jada and no Ellie joining in.
I then uploaded the save file provided above and using that as my starting point I got Rachel, Ellie and Jada joining in.

Was there a trigger I hadn't noticed earlier in the game to enable this second version? Or is it a fault of the mod?
I concur with recreation above, any scene trigger has nothing to do with the mod as I don't alter scene code other than that included within SanchoGallery. There is a stat for the "harem" choice in all the stat screens so you can see as soon as you load a save if it was previously chosen or not. If you'd like to change that stat without replay then see SanchoCheats for that option. Regards.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,508
892
I know about that. The easy solution is to just click on the color you like, or click at the top and then drag down.
As you probably guessed, I haven't coded the color picker and it was never meant for what it's used here. My coding skills are barely enough to get it working with text, and it works "good enough" for me to keep it.
If you have a solution, feel free to send me a message or post here if you prefer that.
I'll see what I can do but I'm on limited time due to my current work stack. If it were me (and obviously it's not) since you're title is on Steam and an unbuggy experience is the #1 goal especially on that platform, I'd remove the "Text Size Scaling" (it's implemented incorrectly and adjusts ALL text due to it altering the base gui variable(s), not just dialogue text) and the "Line Spacing Scaling" which is really a RenPy accessibility feature but is known to make all text throughout the VN wonky. If you like both then by all means keep them, it's just a suggestion. Then pay attention to the screen balance, sizing and spacing of option text/labels, and graphical images sizes. A quick cup of coffee and some sorting and this is what I came up with as a balanced options (settings) screen. Disregard the mod volume slider, it was not removed prior to making this screen grab:
1686060630383.png
In my opinion (yours and everyone else's may differ of course) this is much cleaner and more balanced to the eye although I'd take it further (this was just a one coffee rough draft)... including that new "picker" which I sorted image and text sizing as appropriate. I also removed all the "return" functions at the end of all your reset actions as those drove me nuts... I don't recommend using return in a button action for the purposes of changing screens... use show/hide if that's your true intention otherwise the action acts differently while in-game versus the Main Menu, etc.

Just some thoughts, and solely my opinions on the matter. Regards.
 

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,346
23,309
871
I'll see what I can do but I'm on limited time due to my current work stack. If it were me (and obviously it's not) since you're title is on Steam and an unbuggy experience is the #1 goal especially on that platform, I'd remove the "Text Size Scaling" (it's implemented incorrectly and adjusts ALL text due to it altering the base gui variable(s), not just dialogue text) and the "Line Spacing Scaling" which is really a RenPy accessibility feature but is known to make all text throughout the VN wonky. If you like both then by all means keep them, it's just a suggestion. Then pay attention to the screen balance, sizing and spacing of option text/labels, and graphical images sizes. A quick cup of coffee and some sorting and this is what I came up with as a balanced options (settings) screen. Disregard the mod volume slider, it was not removed prior to making this screen grab:
In my opinion (yours and everyone else's may differ of course) this is much cleaner and more balanced to the eye although I'd take it further (this was just a one coffee rough draft)... including that new "picker" which I sorted image and text sizing as appropriate. I also removed all the "return" functions at the end of all your reset actions as those drove me nuts... I don't recommend using return in a button action for the purposes of changing screens... use show/hide if that's your true intention otherwise the action acts differently while in-game versus the Main Menu, etc.

Just some thoughts, and solely my opinions on the matter. Regards.
Well, let me be honest with you, and this is going to be a little rant:
If renpy wouldn't make every single change of the UI so goddamn hard, the menu would look completely different, but every time I want to add a feature, or change something in the UI, it feels like I'll have to fight renpy. The way renpy's UI is setup is just awful, unflexible, even stupid in times. So many times I had to spend hours searching for undocumented stuff, even simple stuff that should be included by default.
If I had the time I'd create my own UI like I did with the main menu, but even that already took way too much time.
I'm not a coder, and I have updates to work on, so having to fight renpy every single time I want to change something, or add something, is really annoying and frustrating. That's one of the reasons why it took until last update until I changed the settings menu.
Btw I was actually looking into making a slider for only the dialogue, but I was already struggling with the color picker, so after a few attempts I just gave up. Probably will pick that up again with the next update.
I was thinking about removing line spacing already, but didn't because I didn't want to spend any more time with the UI, and yes, I know it's just one slider.
/rant

That said, take your time, no need to rush, I won't touch the game until I've finished the update for my other game.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,508
892
Well, let me be honest with you, and this is going to be a little rant:
If renpy wouldn't make every single change of the UI so goddamn hard, the menu would look completely different, but every time I want to add a feature, or change something in the UI, it feels like I'll have to fight renpy. The way renpy's UI is setup is just awful, unflexible, even stupid in times. So many times I had to spend hours searching for undocumented stuff, even simple stuff that should be included by default.
If I had the time I'd create my own UI like I did with the main menu, but even that already took way too much time.
I'm not a coder, and I have updates to work on, so having to fight renpy every single time I want to change something, or add something, is really annoying and frustrating. That's one of the reasons why it took until last update until I changed the settings menu.
Btw I was actually looking into making a slider for only the dialogue, but I was already struggling with the color picker, so after a few attempts I just gave up. Probably will pick that up again with the next update.
I was thinking about removing line spacing already, but didn't because I didn't want to spend any more time with the UI, and yes, I know it's just one slider.
/rant

That said, take your time, no need to rush, I won't touch the game until I've finished the update for my other game.
If I may, a way to envision the base GUI variables in every gui script... remember, they are just variables nothing more. That said they are designed to be the baseline for the rest of your VN to build off of meaning if you need a new style/var for any screen/scene (for this example let's randomly use Preferences screen and specifically checkboxes) then one would create new styles that use the gui basline for the initial setup then change any other screen specific as needed. This is why in this example for "check button text" you'd start by bringing in the baseline of the main gui's overall button/text styling:

style check_button_text is gui_button_text

Then you could alter just the specific attribute that you feel needs to be different from the gui baseline, let's say the size for example so after the above parent inheritance you'd need just one additional line added:

style check_button_text size 28

To make it even simpler you can combine the two as well. This way you don't have to keep rewriting the same baseline code over and over (that's why there is gui variables to begin with, to make things efficient):
Python:
style check_button_text is gui_button_text:
    size 28
So I don't add confusion, just think of the entire UI variable system is setup like a hierarchy or pyramid. This is so you don't have to repeat code over and over again, you can just inherit from a baseline style/var bank and simply change only the specific items needed. It's actually a clever system once you wrap you head around the inheritance system.

Wall of text, apologies but just hoping to help a bit.

BTW, I have the picker working correctly. Edit: I've even sorted it so if "reset" that the sample color and associated hex/rgb data reflects the reset default color/data. It'll all be okay bud, I know it can be overwhelming at times... I feel that way at times too. When struggling just walk away for a bit, clear your mind, then attack it fresh keeping it basic and simple so you don't get yourself going in circles (which is easy to do, our minds start playing the code problems we face in loops and creating "tunnel vision").
 
Last edited:

cager

Newbie
Aug 2, 2017
88
91
176
Curious

I loaded the 8.5 files, used SanchoModRemoved-SaveFileFix.rpyc, loaded a modded save and played the game.
I got to the kitchen scene and got the Rachel scene with Ellie appearing in the background but no Jada and no Ellie joining in.
I then uploaded the save file provided above and using that as my starting point I got Rachel, Ellie and Jada joining in.

Was there a trigger I hadn't noticed earlier in the game to enable this second version? Or is it a fault of the mod?
Thank you for your comments.
Sancho1969 - recreation - Jorund

Bugger me, it was my fault after all!:rolleyes::eek:

I have done several restarts to try various options and it wasn't until I started looking back at my saves that I realised I had entitled one "restart - no harem".
 

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,346
23,309
871
If I may, a way to envision the base GUI variables in every gui script... remember, they are just variables nothing more. That said they are designed to be the baseline for the rest of your VN to build off of meaning if you need a new style/var for any screen/scene (for this example let's randomly use Preferences screen and specifically checkboxes) then one would create new styles that use the gui basline for the initial setup then change any other screen specific as needed. This is why in this example for "check button text" you'd start by bringing in the baseline of the main gui's overall button/text styling:

style check_button_text is gui_button_text

Then you could alter just the specific attribute that you feel needs to be different from the gui baseline, let's say the size for example so after the above parent inheritance you'd need just one additional line added:

style check_button_text size 28

To make it even simpler you can combine the two as well. This way you don't have to keep rewriting the same baseline code over and over (that's why there is gui variables to begin with, to make things efficient):
Python:
style check_button_text is gui_button_text:
    size 28
So I don't add confusion, just think of the entire UI variable system is setup like a hierarchy or pyramid. This is so you don't have to repeat code over and over again, you can just inherit from a baseline style/var bank and simply change only the specific items needed. It's actually a clever system once you wrap you head around the inheritance system.

Wall of text, apologies but just hoping to help a bit.

BTW, I have the picker working correctly. I'm now sorting it so if "reset" that the sample color and associated hex/rgb data reflects the reset default color/data. It'll all be okay bud, I know it can be overwhelming at times... I feel that way at times too. When struggling just walk away for a bit, clear your mind, then attack it fresh keeping it basic and simple so you don't get yourself going in circles (which is easy to do, our minds start playing the code problems we face in loops and creating "tunnel vision").
Thanks, but that's not really what I'm talking about. It's more the simple stuff like for example:
- why does text "..." use the dialogue style
- why does the whole UI need to be refreshed when I want a single variable to change within the menu (I know the answer, but it's one of the reasons I hate the UI)
- why does the UI have to have a static size
- why does renpy generate images for the ui, when it could just use color codes

There's so much more, a lot of illogical things and barely anything documented. I don't remember much specific atm, because it's late and I'm tired, so I better go to bed, otherwise I'll rant the while night.
 
  • Like
Reactions: jaw1986baby

lolzw00t

Member
Sep 12, 2021
123
110
109
Sooo Kath is just exploiting this family isnt she? exploiting rachel mostly, i mean shes aware Ellie is hiding the fact she can speak, she never tells that to rachel, she keeps coming for years, pushing ellie to try and speak and pretty much JUST that no other "therapy" session is done. and she charges each session every week with nothing to show for it.
 

Areyouken

Member
Jun 24, 2018
428
525
222
that last scene was great. MC should have put his dick in Rachel's ass and let Ellie taste it in case he wanted to see how far she'd go
 

Kassan06969

Well-Known Member
Apr 14, 2022
1,679
2,470
274
It's SO disgusting! I would be like "lick the shit off your own dick you sick fuck!" :)
Well, it needs to be cleaned out first, like by enema before anal like in porn. I learned from a gay friend they usually use douche. That's nasty if the shit's still up there.
 

Yngling

Well-Known Member
Nov 15, 2020
1,627
3,527
394
LMAO... I can't even imagine ANYONE wanting to do that! Can you imagine the conversation with a woman?

Man: I just pulled my dick out of an ass, please taste it!
Woman: Guess again!!! :ROFLMAO: :LOL:
I've seen anal to mouth in games and anal to vaginal (good way for her to get a UTI.)
Well, it needs to be cleaned out first, like by enema before anal like in porn. I learned from a gay friend they usually use douche. That's nasty if the shit's still up there.
I guess it is some kind of power fantasy: "see what I can make this slut do to me". But Kassan06969 is right, it's a good way to get infections. I doubt that an enemy / douche will be sufficient to prevent it though.
 
  • Like
Reactions: Night Hacker
4.30 star(s) 216 Votes