- Jan 19, 2020
- 12,382
- 48,803
In season 7 when given the 3 options; Go to Josy, Go to Maya, Go to Quinn, and if I hit the SanchoMod: All (if requirments are met) it still makes me do Quinn when I don't have the requirments and I despise her so much that I have never made it through the scene and always go back to just doing either Josy or Maya. Is there something I am missing in the mod that makes it so I can do the Josy and Maya stay overs and not have to do Quinn?
Good morning. I will assume we're talking about this choice:Same here, the mod said that you will get the scenes with the girls that you meet the requeriments, but I don't meet the requeriments with Quinn and I still get her scene. Hope Sancho can fix that.
If so, give me a bit to open the project, review my notes as to what my original coding was attempting to achieve with the split scenes and see what's happening.
What I'm long-winded of saying is I can't recall my mindset at the time so give me a bit to review it all and sort it out. Thank you for commenting and feel free to elaborate on how YOU feel the split should work. Remember, some folks want to see everything they might have missed while others want to see only those of their interest so sometimes I have to find middle ground... BUT common sense rules supremacy in SanchoVille so let's agree upfront to take that as priority in final decision making. Again, thanks for bringing up a likely issue and feel free to further elaborate. FWIW, ping me (@ me) or reply to a post I make so you know I'll see these concerns in the future. I only happened to stumble upon your posts by incident as I'm not flagged on all new postings, if that makes sense. Regards.
_______________________
EDIT: I can see from the split code that it seems my intent was for the player to be able to see ALL of the three scenes regardless of current pathing as long as they had at least one of the paths. It appears I wrote "if requirements met" since the player would need to have to have been able to make at least ONE of the choice besides "Stay at home". In other words if the player has either "Ep6_Quinn_Lewd" OR "MayaJosyPath" then the split choice is made available, otherwise only "Stay at home" is available.
Now, since I'm good like that here's what I can do that will appease ANY player regardless of circumstance at this menu... code my split dynamic as follows:
If the player has "Ep6_Quinn_Lewd" (they would only be able to select "Go to Quinn" at this point) allow the split to see all 3 scenes. Now their total choice is see Quinn only or all 3.
If the player has "MayaJosyPath" (they would only be able to select "Go to Josy" OR "Go to Maya" at this point) allow the split 2-ways. 1) see only both Josy and Maya scenes OR see all 3 scenes. Now their total choices are: See just the one scene (default choices available) with Maya or Josey, see both Maya and Josy, or see all three Maya/Josy/Quinn.
I reckon that would solve all use cases. I can do it so that only the split choices are seen as appropriate (I can make the choice on screen reflect only the above and keep the GUI clean). It's not easy but certainly doable.
Thoughts?
Last edited: