FancyText: Effects for Slow Text Display

A place for Ren'Py tutorials and reusable Ren'Py code.
Forum rules
Do not post questions here!

This forum is for example code you want to show other people. Ren'Py questions should be asked in the Ren'Py Questions and Announcements forum.
Message
Author
User avatar
yukinogatari
Newbie
Posts: 10
Joined: Thu Jul 16, 2020 5:26 am
Github: yukinogatari
Contact:

Re: FancyText: Effects for Slow Text Display

#16 Post by yukinogatari »

Hey! Been a while since I've been around. Just happened to be messing with this for work, so I updated the code on the repository for the latest versions of Ren'Py. Only did cursory tests, but everything should work now.

User avatar
Tayruu
Regular
Posts: 141
Joined: Sat Jul 05, 2014 7:57 pm

Re: FancyText: Effects for Slow Text Display

#17 Post by Tayruu »

A cursory test does appear to confirm this fixed, thanks a bunch.

User avatar
isah1221
Newbie
Posts: 14
Joined: Tue Apr 13, 2021 6:34 am
Github: isah1221
itch: isah1221
Contact:

Re: FancyText: Effects for Slow Text Display

#18 Post by isah1221 »

Hey,bro!I try your fancytext,it works.But It looks too blurry compared to normal Text displayable.Could you fix it?I will be grateful.

kappamomo
Newbie
Posts: 5
Joined: Mon Jul 03, 2023 5:42 am
Projects: the date
itch: bonsaisolo.itch.io
Contact:

Re: FancyText: Effects for Slow Text Display

#19 Post by kappamomo »

hey, so there's this error where the attribute self done or something somehow doesn't exist thus cannot work no matter what I do. Is there a fix or should I dial back to a older version?

User avatar
piinkpuddiin
Newbie
Posts: 5
Joined: Sat Dec 16, 2023 3:20 pm
Completed: Rotten Wife, Priscyllia's last night, The Succubus Won't Fuck Me
Projects: "You're so nice!", TBD, TTGH
Tumblr: piinkpuddiin
itch: piinkpuddiin
Contact:

Re: FancyText: Effects for Slow Text Display

#20 Post by piinkpuddiin »

I had an error with the call_slow_done, here's my little fix that made it work again. For anyone who happens to have the same error as me (Renpy 8.2.1)

At line 402 change:

Code: Select all

self.call_slow_done(st)
to

Code: Select all

self.slow = False
I'm no pro coder by any means so please be cautious when you try this fix!

Edit: updated the fix, as the previous fix needed two clicks of the mouse to advance.

kappamomo
Newbie
Posts: 5
Joined: Mon Jul 03, 2023 5:42 am
Projects: the date
itch: bonsaisolo.itch.io
Contact:

Re: FancyText: Effects for Slow Text Display

#21 Post by kappamomo »

piinkpuddiin wrote: Sun Mar 24, 2024 4:37 pm I had an error with the call_slow_done, here's my little fix that made it work again. For anyone who happens to have the same error as me (Renpy 8.2.1)

At line 402 change:

Code: Select all

self.call_slow_done(st)
to

Code: Select all

self.slow = False
I'm no pro coder by any means so please be cautious when you try this fix!

Edit: updated the fix, as the previous fix needed two clicks of the mouse to advance.
Thank you! I think I have a fancy text removed but I'll reinstate it and see if it works.

edit: it's works. only issue is the ctc delay.

Post Reply

Who is online

Users browsing this forum: Elckarow