Search found 2 matches

by FranziVonKarma
Wed Mar 18, 2020 6:46 am
Forum: Ren'Py Questions and Announcements
Topic: Aligning text blips to syllables
Replies: 0
Views: 280

Aligning text blips to syllables

Hello guys! For my latest project, I am testing Phoenix Wright-style text blips, and so far everything is going great. The only thing that bothers me is the following issue: init: $ renpy.music.register_channel("blips", mixer=None, loop=True, stop_on_mute=True, tight=False, file_prefix='',...
by FranziVonKarma
Thu Sep 19, 2019 5:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Question about Callback for both bleeps and mouth movements.
Replies: 6
Views: 1923

Re: Question about Callback for both bleeps and mouth movements.

Hi there- if anyone is still wondering about this, I had the same issue and fixed it by putting both animation and text blips into one single callback command. Since I have different blip sounds for male and female characters (à la Phoenix Wright Ace Attorney) I made one version with the male blips...