Search found 10 matches

by yukinogatari
Mon Aug 29, 2022 5:01 pm
Forum: Ren'Py Cookbook
Topic: FancyText: Effects for Slow Text Display
Replies: 20
Views: 10231

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.
by yukinogatari
Tue Jan 19, 2021 12:23 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.4.x Prereleases
Replies: 47
Views: 38091

Re: Ren'Py 7.4.x Prereleases

Frequently hitting exceptions when trying to reload or open menus in the latest prerelease. Happens in the launcher as well, when holding shift on launch to test the gamepad options. I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00keymap.rpy", l...
by yukinogatari
Thu Jan 14, 2021 12:24 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.4.x Prereleases
Replies: 47
Views: 38091

Re: Ren'Py 7.4.x Prereleases

There seem to be some lingering issues with gamepad support in 7.4.1. Possibly related to this issue , but uncertain. With gamepad support enabled, the launcher and games take ~40 seconds to fully appear, Windows showing the program as not responsive during that time. With gamepad support disabled (...
by yukinogatari
Wed Dec 30, 2020 5:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.4.0 Prereleased
Replies: 61
Views: 14922

Re: Ren'Py 7.4.0 Prereleased

7.4.0.1156) I've just made another prerelease of Ren'Py. This fixed controller support. Most notably, it uses the hidapi to talk to the most common controllers (game console controllers and close clones), which means it works with things like the Switch pro controller. Game controller support was i...
by yukinogatari
Tue Dec 08, 2020 3:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.4.0 Prereleased
Replies: 61
Views: 14922

Re: Ren'Py 7.4.0 Prereleased

yukinogatari>>> How do you hook your pro controller up to the computer? I'm picking one up to test with, and I'd like to recreate your problem. I connect via USB (a USB 2 port if that matters), using the Steam client's driver. After some experimentation, it seems that with Steam closed, the problem...
by yukinogatari
Tue Dec 01, 2020 10:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.4.0 Prereleased
Replies: 61
Views: 14922

Re: Ren'Py 7.4.0 Prereleased

On Windows 7, Ren'Py 7.4.0.1034, the launcher and games spaz out with a Nintendo Switch Pro Controller plugged in. It *seems* to think the buttons are constantly being pressed, because mousing over anything causes it to be immediately selected. It only happens with my Switch pro con, and not my Dual...
by yukinogatari
Thu Aug 06, 2020 1:13 am
Forum: Ren'Py Cookbook
Topic: FancyText: Effects for Slow Text Display
Replies: 20
Views: 10231

Re: FancyText: Effects for Slow Text Display

Good to know! I don't know a thing about writing shaders but I'll definitely have to play around with it if Ren'Py's getting some kind of custom shader support.
by yukinogatari
Wed Aug 05, 2020 1:47 am
Forum: Ren'Py Cookbook
Topic: FancyText: Effects for Slow Text Display
Replies: 20
Views: 10231

Re: FancyText: Effects for Slow Text Display

I'll probably update it for the next stable release, but I'm a bit too busy to look into the nightlies.
by yukinogatari
Thu Jul 30, 2020 4:49 am
Forum: Ren'Py Cookbook
Topic: FancyText: Effects for Slow Text Display
Replies: 20
Views: 10231

Re: FancyText: Effects for Slow Text Display

Thanks for the reports, and I'm glad you're enjoying the effects! I've pushed an update to the repository that should fix the outline issue and text reanimating. The sample script you posted appears to run as expected now~ Let me know if you run into any other issues! At some point when I have more ...
by yukinogatari
Fri Jul 17, 2020 4:02 am
Forum: Ren'Py Cookbook
Topic: FancyText: Effects for Slow Text Display
Replies: 20
Views: 10231

FancyText: Effects for Slow Text Display

What is this? FancyText is a simple drop-in module for Ren'Py 7.3.5 7.5.2/8.0.2 that lets you display text on screens with a little more pizazz than vanilla. In simpler terms, it lets you add fade-in or slide or rotation effects to slow text display . Click the image below to see a quick sample of ...