N
netkeliye
Guest
Guest
ReferI think i found a bug, where dialog doesn't match with what they are doing in the scene.
tried to find a patch in this thread but couldn't find it.
% spoilers ahead %
when Chris and Dana are having sex after theater and chris starts dirty talking about what would their father think they are doing.In dialog, dana is upset and crying at the corner of bed but in images, they are still fucking.
This is a major turn off.
I will try to fix it myself because there are appropriate images already available at "dana\danaweekendpass2" but is there a patch for this already?
I am using .058 5.3GB version.
Thank you.
@Ptolemy I have found bug were in the images triggered are duplicate images from previous dialogs in the new event with Dana in version 0.58.
I have repeated the condition and yes the bug is repeatable
I wanna make it easy to you to fix this
So attached is the save file that will trigger the exact point where the issue is
This issue seems to be again due to wrong image labels in code danalabels.rpy
Tried to edit code with notepad++ to get proper image load sequence but that did not seem to fix that as i did not compile the file (don't have renpy compiler with me also me not that good in coding)
So I did the mundane layman solution which seems to fix the issue
If you go to folder game\images\dana\danaweekendpass2 you will see the images 51 to 60 are duplicate of 41 to 50
In your danalables.rpy code you have correctly put the image sequence but the duplicate files trigger wrong images
Simple Fix is to delete image 51 to 60 and rename 61 to 51, 62 to 52 and so on till 72 -62
That puts the images in correct order with you code.
The save file is 9-4 order you can check your self bug yourself.
I originally downloaded compressed version 0.57 and then manually updated to 0.58
I don't know if this occurs in full 5+GB version of yours.
Hope it help making the game bug free
Love your work Keep Updating.