- Apr 12, 2018
- 227
- 97
i wish i couldThen write a better one, and offer it here for free?
i wish i couldThen write a better one, and offer it here for free?
Not sure if that was a taunt, mocking or kindness from you. I've not been using bad language or being sarcastic. Heck I even praised the work Dev's putting out for us and very recently I thanked your Donor "Hyperserver" for answering my question well.vX_Phoenix All BS aside this is the best I can do for you brother: I'll add a bonus scene in SanchoGallery named in your honor that is not available in the original scene gallery at all.
How do you like them apples?
Hmmm..No bud, this was no taunt... I physically coded a new scene into the mod's gallery that is not in the VN's gallery and named it after you. I meant it sincerely, most folks would be quite tickled to be named in a SanchoMod so I thought I'd do you a solid. It surely isn't meant to offend unless you think my mods suck of course.Not sure if that was a taunt, mocking or kindness from you. I've not been using bad language or being sarcastic. Heck I even praised the work Dev's putting out for us and very recently I thanked your Donor "Hyperserver" for answering my question well.
But if I missunderstood that diss, then thanks to you as well. Let's not make a hen from a feather here. I'll leave it as is.
uhm well i've been with both yes...but all was ight except this mixed scene...like in interrupted the yuki scene to let me see stepsister hotel scene before returning home...and to be honest..temporal is off too..shoulkd be night so how can i be in bed at night with sister too?? really don't understand but no big issue anyway..the rest went smooth only some phrase being repeated ...no big dealcould it be that you have both paths on? or changed them recently?
If yes, then you know why your issue happened.
so you basicially have have a broken game for whatever reason and you now wonder why by replay the same same error occured again?I overplayed from the beginning, the same shit. I don't trust your opinion. And I don't care about the high-quality version. I want compressed one. No space at all for all of them.
well - i recommend to turn one path off if you toggle another on.uhm well i've been with both yes...but all was ight except this mixed scene...like in interrupted the yuki scene to let me see stepsister hotel scene before returning home...and to be honest..temporal is off too..shoulkd be night so how can i be in bed at night with sister too?? really don't understand but no big issue anyway..the rest went smooth only some phrase being repeated ...no big deal
hopefully it will be the last update without ashleyAs disappointing an update as the last DMD one.
Well, I'm almost done updating SanchoMod and can tell you that the scenario you describe is simply impossible. Your installation is not only fucked up but your scripts have been altered incorrectly by a third party. There's no way in this update you can be on Yuki's path, sleep with her, and get a shower with Sis since after Yuki's scene it's "a few days later" in game. What have you done with your installation?there is an error a bug i guess...was with Yuki, she asked me to sleep with her, MC says he textr MC stepsister to warn her, after Yuki goes to bathroom, we see MC at hotel searching for stepsister , in the shower she find her and have sex, after this scene,MC is again in bed with Yuki, she tanking him for staying the night......so scene are messed up...mied up each other...
mc "(Hmm… I’ll message [s_name] now before I forget to and deal with any consequences later…)"
...
jump lb_w7eow_01_mc_morning # This jumps to the "A Few Days Later" screen, not the same day's "sis shower scene"
No harem ending, which kinda removes some of the fun. Nice game, great art, so why no harem ending? Why even make the extra characters if the possibility for beinginvolved with them is completely removed? I am not expecting the dev to answer [I'd actually be surprised if they did], but it just seems like opportunity squandered. I think a lot of players would enjoy being able to have an ending where multiple hookups happen on the regular.well - i recommend to turn one path off if you toggle another on.
Some scenes are mutually exclussive to each other. If you mess with the character menu and turn paths on which shouldn't be on the same time, it likely will mess up your gameplay.
It will get worse from now on, as the paths slowly lead towards the different endings - and there will be NO HAREM ending.
All those who will try to forcefully keep all paths open, will mess up their game at all.
Just make different savegames - problem solved.
MrDots games are never harem.No harem ending, which kinda removes some of the fun. Nice game, great art, so why no harem ending? Why even make the extra characters if the possibility for beinginvolved with them is completely removed? I am not expecting the dev to answer [I'd actually be surprised if they did], but it just seems like opportunity squandered. I think a lot of players would enjoy being able to have an ending where multiple hookups happen on the regular.
he hasn't done anything wrong - except playing with the ingame path toggling.Well, I'm almost done updating SanchoMod and can tell you that the scenario you describe is simply impossible. Your installation is not only fucked up but your scripts have been altered incorrectly by a third party. There's no way in this update you can be on Yuki's path, sleep with her, and get a shower with Sis since after Yuki's scene it's "a few days later" in game. What have you done with your installation?
This is the code at the end of Yuki:
View attachment 2051301Python:mc "(Hmm… I’ll message [s_name] now before I forget to and deal with any consequences later…)" ... jump lb_w7eow_01_mc_morning # This jumps to the "A Few Days Later" screen, not the same day's "sis shower scene"
you can toggle paths ingame by using character menu on your tablet.Is there a way to change the relationship stats?
If the player was manually changing variables I wasn't aware from what was posted and, well, if that's the case then it's very easy to resolve: Write the conditional code to abate the issues. Now that you bring it up I can certainly do it. In other words if one uses "if", "if", "if" as the basis of conditionals then each will fire off as the conditionals are met (like if someone is changing variables manually in between the course of the conditional processing), but correctly using "if","elif","else" will only fire off the very first conditional that is true and the others are ignored.he hasn't done anything wrong - except playing with the ingame path toggling.
It's confirmed that this happens when you:
a) turn sis path off, Yuki path on
b) start yuki scene
c) turn sis path on but leave Yuki path also on
e.) continue playing
f.) at the end of yuki scene, and both paths on, EXACTLY that scenario happens - we've managed to reproduce several times
But it's not an issue, as turning paths on and off at any point WILL break your gameflow and cause some weird situations.
As it's not intended to switch paths on and off manually, we don't care to fix that.
People should see the path toggles like a debug feature and not use this as primary tool trying to force the game into situations which aren't supposed to happen. Like harem - this is NOT a harem game - forcing harem by overriding flags manually WILL mess the game up.
and it was the amount of money they want to use a mod that put me off so i dont have that kind of money laying aroundi wish i could
i now - MrDots is not the absulute best on coding.If the player was manually changing variables I wasn't aware from what was posted and, well, if that's the case then it's very easy to resolve: Write the conditional code to abate the issues. Now that you bring it up I can certainly do it. In other words if one uses "if", "if", "if" as the basis of conditionals then each will fire off as the conditionals are met (like if someone is changing variables manually in between the course of the conditional processing), but correctly using "if","elif","else" will only fire off the very first conditional that is true and the others are ignored.
In other words there is a way and it's not complex nor technical. I only write this to be informative, I'm not trying to debate or argue so take it for what it's worth... I've traveled this road more times than most tbh.