FancyText: Effects for Slow Text Display
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.
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.
- yukinogatari
- Newbie
- Posts: 10
- Joined: Thu Jul 16, 2020 5:26 am
- Github: yukinogatari
- Contact:
Re: FancyText: Effects for Slow Text Display
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.
- isah1221
- Newbie
- Posts: 14
- Joined: Tue Apr 13, 2021 6:34 am
- Github: isah1221
- itch: isah1221
- Contact:
Re: FancyText: Effects for Slow Text Display
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.
-
- Regular
- Posts: 39
- Joined: Mon Jul 03, 2023 5:42 am
- Projects: the date
- itch: bonsaisolo.itch.io
- Contact:
Re: FancyText: Effects for Slow Text Display
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?
- piinkpuddiin
- Newbie
- Posts: 6
- Joined: Sat Dec 16, 2023 3:20 pm
- Completed: The Succubus Won't Fuck Me
- Projects: LHSLC
- Tumblr: piinkpuddiin
- itch: piinkpuddiin
- Contact:
Re: FancyText: Effects for Slow Text Display
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: to
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.
At line 402 change:
Code: Select all
self.call_slow_done(st)
Code: Select all
self.slow = False
Edit: updated the fix, as the previous fix needed two clicks of the mouse to advance.
-
- Regular
- Posts: 39
- Joined: Mon Jul 03, 2023 5:42 am
- Projects: the date
- itch: bonsaisolo.itch.io
- Contact:
Re: FancyText: Effects for Slow Text Display
Thank you! I think I have a fancy text removed but I'll reinstate it and see if it works.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:toCode: Select all
self.call_slow_done(st)
I'm no pro coder by any means so please be cautious when you try this fix!Code: Select all
self.slow = False
Edit: updated the fix, as the previous fix needed two clicks of the mouse to advance.
edit: it's works. only issue is the ctc delay.
-
- Newbie
- Posts: 2
- Joined: Fri Oct 25, 2024 2:29 pm
- Contact:
Re: FancyText: Effects for Slow Text Display
Hello! Is there a way to implement this in nvl mode?
-
- Regular
- Posts: 58
- Joined: Fri Dec 13, 2024 7:54 am
- Projects: The Shadow Over Willowtown
- Organization: VNCraft
- itch: VNCraft
- Location: US
- Contact:
Re: FancyText: Effects for Slow Text Display
Nice, I was just experimenting by making a user defined displayables and text modification classes to simplify them for my writer....level up!
Thanks for the new concept code to play with and keeping up with the forums for fixes. I'll definitely check it out if I ever get some sleep
I came across one that gradients text colors at one point and I've been meaning to hunt that back down too, I must have came across this git at the same time (and promptly lost both links as I kept reading lol), because I thought it was that at first.
I'll check it out and if I can ever wrap my head around it all to make additions i'll drop in and let you know. Because if I can, I certainly will...regardless if I want to or not
I made text that looks like the 360 rotation except it repeats in a spiral so it looks like a sideways barbers pole without the colors (for lack of a better word to describe it atm) using one of the default text shaders in ren'py for my current project, but making my own shaders without any sort of example was beyond me when I figured that out.
Much appreciated
Thanks for the new concept code to play with and keeping up with the forums for fixes. I'll definitely check it out if I ever get some sleep
I came across one that gradients text colors at one point and I've been meaning to hunt that back down too, I must have came across this git at the same time (and promptly lost both links as I kept reading lol), because I thought it was that at first.
I'll check it out and if I can ever wrap my head around it all to make additions i'll drop in and let you know. Because if I can, I certainly will...regardless if I want to or not
I made text that looks like the 360 rotation except it repeats in a spiral so it looks like a sideways barbers pole without the colors (for lack of a better word to describe it atm) using one of the default text shaders in ren'py for my current project, but making my own shaders without any sort of example was beyond me when I figured that out.
Much appreciated
The Shadow Over Willowtown
▪︎ C/TC++/VC++ ▪︎ Q/V/Basic ▪︎ Python/Ren'Py ▪︎
I blame the other guy for being here
▪︎ C/TC++/VC++ ▪︎ Q/V/Basic ▪︎ Python/Ren'Py ▪︎
I blame the other guy for being here

- nemesis_visual
- Newbie
- Posts: 3
- Joined: Sat Jan 04, 2025 11:19 pm
- Completed: WWCA, WWCA: Definitive Version
- Projects: WWCA DLC, The Ill ♰ Angel
- itch: https://nemesis-visu
- Discord: xoxo_nemesis
- Contact:
Re: FancyText: Effects for Slow Text Display
Cool!
“The truth does not change according to our ability to stomach it.”
— Flannery O’Connor

When Winter Comes Again
— Flannery O’Connor
When Winter Comes Again