- Jul 10, 2017
- 21,613
- 26,627
The first bathroom scene where we see the gal of MC's life and there is supposed to be some looping interaction, with a button to see it again included ... but the images that are present in the folders of the game never loop.
This was the work around suggested ... it just seems to break the game.
Thank you for this great mod!
This was the work around suggested ... it just seems to break the game.
Do you reckon you could maybe include a fix in the next mod so as to make those early animations actually display the loops they were intended to?i think the bug with some renders not displaying at all, and ending 'animations' not replaying on Again button is when you jump to a label you may have scene pictures without dialogue and separated only by "pause 1" lines. i think pause doesnt work here and renpy skips all these pictures to the next one with dialogue.
what fixed it for me was adding a dummy character in script.rpy like so:
define filler = Character("")
open all rpys in np++.
then do two preliminary replacements (to avoid false hits in final stage):
pause 10 -> pause 20
pause 1.5 -> pause 1
finally replace in all rpys:
pause 1 -> filler " "
Hit Save All in np++.
Thank you for this great mod!