Everyone will be seeing the poorly done transitions in the dancing scenes. They just aren't saying anything about them. For example, right after
"I can't really help it-" or "I was just trying to give you want you wanted", the transition is
broken. You are trying to show an image behind an image that is not being shown yet! You can't
do that! You should change this:
Python:
show psam_1h7 behind psam_1a2 with dissolve
show psam_1a2 with dissolve
to this:
Python:
scene psam_1h7
show psam_1a2
with dissolve
to fix it in this case. Other similar transitions will need fixing in a similar manner.
The masks is a
completely separate issue, it can always happen with separate mask files but I suspect that high system load if you're having the computer do something in the background while playing might exacerbate it. It looks like this:
View attachment 2427853
See how there's a black outline around her arm, face and ass? That's where the mask is misaligned with the video.
Every one that uses her level 2 outfit.
View attachment 2427770
See where the silhouette of the black image shows through behind it? Place your mouse over that part on any menu showing her level 2 outfit. To fix that, change
focus_mask True to
focus_mask "gallery/g_emily_b.png" and then it won't happen any more.