- Nov 14, 2017
- 68,908
- 34,937
but why`?If it's worth anything, I also don't much care for "Lust Time".![]()
but why`?If it's worth anything, I also don't much care for "Lust Time".![]()
I think it makes the sex scenes more robotic and it's also much more restrictive, writing wise.but why`?![]()
true that.I think it makes the sex scenes more robotic and it's also much more restrictive, writing wise.
i'd guess so.Pardon my ignorance, lust time is the three sex speeds?
Yep.Pardon my ignorance, lust time is the three sex speeds?
it's not that bad except there's delay between options.Yep.
I second this, it is due to these rewrites that my first attempt at Sadie only path ended in a brake up i believe as when i went prior to this and replayed it then i got her ending. It is always best to start over, especially when a final update for a game gets released because that usually tends to add new scenes and/or rewrites to the story as they wrap it all up so for sure highly recommended to just start overFYI... if you're loading a save rather than a fresh restart for E10 then I HIGHLY suggest you load one BEFORE Ep9/Day 26. The ending of Day 26 has a massive rewrite of dialogue (over 7,000 lines of code) that you'll likely want to experience for the story.
All of Day 27 was basically rewritten as well (another 5,500 lines of code). So, if you're going to load an old save then I suggest it being no later than mid-Day 25. Considering there are many conditional changes and variable introductions a new playthrough is always best but I reckon you'll survive if you don't want to do that.
You do you...again, just an FYI. I'm back to it.
I assume it is there to show how Mia has matured and changed over this couple years when she shuts it down. Still think its better to chose the option straight up to decline it as that will make Mia happy and respect you even more i would sayOption for foursome but there is no foursome. Why did you even put that there if its not happening. Mia fucked him in the first game so why not in the second one?
Hm, my reading skills are truly shit cause was sure She aborted a kid from season one
Oh well, thanks for this kind anon.
That song was specifically made for this game, me thinks, because it's baked into the intro/main menu video.Anyone know the song in the intro?
# SanchoNote: this is fine, a clean migration of LustyVerse code...no problem here (but see the below code snippet)
init python:
def hide_angler():
renpy.hide_screen("angle_button")
renpy.hide_screen("angler")
def hide_nc():
renpy.hide_screen("nc_screen")
renpy.hide_screen("nc_button")
def hide_s_angler():
renpy.hide_screen("s_angle_button") # SanchoNote: see issue in below code snippet
renpy.hide_screen("s_angler")
# SanchoNote: Dev, you fucked up here. Either change the screen name to "s_angle_button"
# and change its reference throughout the entire VN ... OR... (my suggestion for easiest fix):
# change the tag to "slut_angle_button" and change the above code snippet in the function "def hide_s_angler():"
# to be "renpy.hide_screen("slut_angle_button")"
screen slut_angle_button:
tag s_angle_button # SanchoNote: the tag does not match any screen since "screen s_angle_button" doesn't exist anywhere.
zorder 1
$ temp = renpy.get_showing_tags(layer='master')
$ current_scene_name = temp.pop()
...
This is gibberish to me, so what exactly does this fix?Inceton fucked up when he migrated his latest LustyVerse Slut/Angle button code into Mia2...
3 hours on my end wasted finding the culprit but if one of y'all are a supporter and have access to his discord, share this with him if you want (I don't care really, I've already fixed it for the pending mod update)
This won't make sense to most folks but it most certainly will make sense to him.... ugh.
Python:# SanchoNote: this is fine, a clean migration of LustyVerse code...no problem here (but see the below code snippet) init python: def hide_angler(): renpy.hide_screen("angle_button") renpy.hide_screen("angler") def hide_nc(): renpy.hide_screen("nc_screen") renpy.hide_screen("nc_button") def hide_s_angler(): renpy.hide_screen("s_angle_button") # SanchoNote: see issue in below code snippet renpy.hide_screen("s_angler")
Python:# SanchoNote: Dev, you fucked up here. Either change the screen name to "s_angle_button" # and change its reference throughout the entire VN ... OR... (my suggestion for easiest fix): # change the tag to "slut_angle_button" and change the above code snippet in the function "def hide_s_angler():" # to be "renpy.hide_screen("slut_angle_button")" screen slut_angle_button: tag s_angle_button # SanchoNote: the tag does not match any screen since "screen s_angle_button" doesn't exist anywhere. zorder 1 $ temp = renpy.get_showing_tags(layer='master') $ current_scene_name = temp.pop() ...
Inceton fucked up when he migrated his latest LustyVerse Slut/Angle button code into Mia2...
3 hours on my end wasted finding the culprit but if one of y'all are a supporter and have access to his discord, share this with him if you want (I don't care really, I've already fixed it for the pending mod update)
This won't make sense to most folks but it most certainly will make sense to him.... ugh.
Python:# SanchoNote: this is fine, a clean migration of LustyVerse code...no problem here (but see the below code snippet) init python: def hide_angler(): renpy.hide_screen("angle_button") renpy.hide_screen("angler") def hide_nc(): renpy.hide_screen("nc_screen") renpy.hide_screen("nc_button") def hide_s_angler(): renpy.hide_screen("s_angle_button") # SanchoNote: see issue in below code snippet renpy.hide_screen("s_angler")
Python:# SanchoNote: Dev, you fucked up here. Either change the screen name to "s_angle_button" # and change its reference throughout the entire VN ... OR... (my suggestion for easiest fix): # change the tag to "slut_angle_button" and change the above code snippet in the function "def hide_s_angler():" # to be "renpy.hide_screen("slut_angle_button")" screen slut_angle_button: tag s_angle_button # SanchoNote: the tag does not match any screen since "screen s_angle_button" doesn't exist anywhere. zorder 1 $ temp = renpy.get_showing_tags(layer='master') $ current_scene_name = temp.pop() ...
is this to do with how when you are in "slut mode" and you press hide screen the game goes back to the original image instead . i hope this is cause this has been a issue since day 1 and exists in all of their games .This button type in particular...
View attachment 3049435
No bud... all Slut buttons/Angle buttons always revert back to the original image... they always have even in his other VN's. It's due to their layers on the Master stack. When you hide the interface via "h" button the master stack rolls to the top image.is this to do with how when you are in "slut mode" and you press hide screen the game goes back to the original image instead . i hope this is cause this has been a issue since day 1 and exists in all of their games .