Search found 6 matches

by frankm200
Wed Mar 20, 2024 3:06 am
Forum: Ren'Py Questions and Announcements
Topic: renpy.movie_cutscene playback is choppy
Replies: 2
Views: 210

Re: renpy.movie_cutscene playback is choppy

yes, only had it inside label
updated to 8.2.1 and it actually plays well now, so I guess that seems to have fixed it, thanks
by frankm200
Tue Mar 19, 2024 3:55 am
Forum: Ren'Py Questions and Announcements
Topic: renpy.movie_cutscene playback is choppy
Replies: 2
Views: 210

renpy.movie_cutscene playback is choppy

hi, as the title suggests I play webm movies using renpy.movie_cutscene, but regardless of windowed/fullscreen, the dimensions, or encoding the movie always plays choppy, like a slideshow however if I play the same movie using image movie = Movie() regardless of the dimensions or encoding it always ...
by frankm200
Sat Feb 17, 2024 7:15 am
Forum: Ren'Py Questions and Announcements
Topic: vpunch annoying white borders
Replies: 3
Views: 301

Re: vpunch annoying white borders

yes, worked with ATL a bit, but it's not just a vpunch problem this happens with any full screen image that crosses the outer screen borders, I get white borders
seems as soon as it crosses an outer border the image gets cropped
I'm also trying a camera shake effect, getting the same issue
by frankm200
Thu Feb 15, 2024 5:43 pm
Forum: Ren'Py Questions and Announcements
Topic: vpunch annoying white borders
Replies: 3
Views: 301

vpunch annoying white borders

hi, I have a vn with a dark theme, but when I use vpunch on a full screen image it creates these annoying white borders when the image shakes... zoom in doesn't work the image seems to be cropped at the screen borders, screen black doesn't work either... any way to either have the image auto expand ...
by frankm200
Fri Apr 14, 2023 8:50 pm
Forum: Ren'Py Questions and Announcements
Topic: auto voice play narrator but no characters
Replies: 1
Views: 244

auto voice play narrator but no characters

hi, managed to setup auto voice and it's working but only partially. I have a narrator and 2 characters. The narrotor plays the lines but the characters don't. Previously I was using voice for the chars, but removed all of those calls in case they were interfering. I've checked that the ids are corr...
by frankm200
Fri Apr 07, 2023 4:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with simple lip sync based on voice over duration
Replies: 0
Views: 1010

Problem with simple lip sync based on voice over duration

Hi, trying to implement simple lip sync for now. Is Portrait system still the recommended approach? https://taylor.revasser.net/misc/renpy-portraitsysv2/ https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=30279 I did manage to get it working, but the mouth animation stops when the text stops...