I have it end there when just using the basic gallery mod.Using the outdated multi-mod? When it replaces the script.rpy it'll end at the spot for the version of the mod.
I have it end there when just using the basic gallery mod.Using the outdated multi-mod? When it replaces the script.rpy it'll end at the spot for the version of the mod.
More of a Manson Gambit than a Mason Gambit?Okay I couldn't take your post seriously at this
That game comes across as if the dev lived in a compound in Waco.
It comes complete with a free Helter Skelter tattoo for the foreheadMore of a Manson Gambit than a Mason Gambit?
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.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.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.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'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: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.
Well, let me be honest with you, and this is going to be a little rant: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.
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: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.
style check_button_text is gui_button_textstyle check_button_text size 28style check_button_text is gui_button_text:
size 28
Thank you for your comments.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?
Thanks, but that's not really what I'm talking about. It's more the simple stuff like for example: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):
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.Python:style check_button_text is gui_button_text: size 28
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").
text "..." use the dialogue styleLMAO... I can't even imagine ANYONE wanting to do that! Can you imagine the conversation with a woman?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
It's SO disgusting! I would be like "lick the shit off your own dick you sick fuck!"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.It's SO disgusting! I would be like "lick the shit off your own dick you sick fuck!"![]()
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!!!![]()
![]()
I've seen anal to mouth in games and anal to vaginal (good way for her to get a UTI.)
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.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.