Search found 15547 matches

by PyTom
Sat Jan 27, 2024 10:16 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Can't install libraries on 8.2
Replies: 2
Views: 473

Re: Can't install libraries on 8.2

There was an issue with the build process. I've put together a temporary fix, so you should be able to download on 8.2 now (and 7.7 soon).
by PyTom
Fri Jan 26, 2024 7:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Can hackers use Renpy code as malware?
Replies: 2
Views: 625

Re: Can hackers use Renpy code as malware?

This is true, and is true of all games, and all software you download. (And another good reason to get games from official sources and not shady sites.)
by PyTom
Thu Jan 25, 2024 6:35 pm
Forum: General Discussion
Topic: Happy LSF Anniversary!
Replies: 2
Views: 516

Re: Happy LSF Anniversary!

I already released that for the 5 year anniversary of Ren'Py.

viewtopic.php?f=8&t=4638

I wasn't able to get it to run on Windows 10, but did get it to run on Linux and Wine.
by PyTom
Wed Jan 17, 2024 2:45 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.2 and Ren'Py 7.7 Prereleases
Replies: 6
Views: 5117

Re: Ren'Py 8.2 and Ren'Py 7.7 Prereleases

8.2.0.24011701 / 7.7.0.24011701) A few more issues fixed: * An issue that would prevent transitions from terminating in some cases was resolved. * Fullscreen movies were given priority over other movies, preventing a black screen. * The emoji_font can be None during Lint. * Only hover, idle, insensi...
by PyTom
Tue Jan 16, 2024 8:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Having problems with old-game folder.
Replies: 2
Views: 70090

Re: Having problems with old-game folder.

Old-game is only used if the .rpyc in the current directory doesn't contain information about the line in question.
by PyTom
Tue Jan 16, 2024 7:35 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Issue with importing BMFonts
Replies: 1
Views: 60085

Re: Issue with importing BMFonts

You need to set the size that Ren'Py uses - just looking at this, you're setting it to 256, which Ren'Py is unlikely to use.
by PyTom
Tue Jan 16, 2024 7:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Possible for an action to trigger if a draggable touches an imagebutton??
Replies: 2
Views: 1673

Re: Possible for an action to trigger if a draggable touches an imagebutton??

No - Ren'Py doesn't support considering the alpha channel like that.
by PyTom
Mon Jan 15, 2024 2:05 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.2 and Ren'Py 7.7 Prereleases
Replies: 6
Views: 5117

Re: Ren'Py 8.2 and Ren'Py 7.7 Prereleases

8.2.0.24011408, 7.7.0.24011408) These fix two issues, a crash (involving the get_changes method) that could occur when no variables at all change, and an incompatibility between config.layer_transforms[None] and transitions. Tritory >>> I still want to see your movie file, but I didn't want to wait ...
by PyTom
Sun Jan 14, 2024 8:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.2 and Ren'Py 7.7 Prereleases
Replies: 6
Views: 5117

Re: Ren'Py 8.2 and Ren'Py 7.7 Prereleases

Can you post one, so I can check it out? Did the movies work in earlier versions of Ren'Py?
by PyTom
Sun Jan 14, 2024 4:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy does not play mp4 format for animations :-(
Replies: 2
Views: 4020

Re: Renpy does not play mp4 format for animations :-(

Some .mp4s are supported, but h264 isn't due to patent issues.

Consider using .webm, which is both high-quality and patent-free.
by PyTom
Sun Jan 14, 2024 2:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Apple Silicon Support
Replies: 2
Views: 3982

Re: Apple Silicon Support

It's handled when you build distributions.
by PyTom
Sun Jan 14, 2024 2:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.2 and Ren'Py 7.7 Prereleases
Replies: 6
Views: 5117

Ren'Py 8.2 and Ren'Py 7.7 Prereleases

I'm happy to announce that Ren'Py 8.2 and Ren'Py 7.7 have reached prerelease status. While we try to make the best prereleases we can, Ren'Py is an open source project that's free to use, and so we don't have paid testers. So we rely on the community to try our releases out, so we can find problems ...
by PyTom
Fri Dec 29, 2023 1:24 am
Forum: Ren'Py Questions and Announcements
Topic: script.rpy not being created
Replies: 2
Views: 1402

Re: script.rpy not being created

Can you post the full traceback, not a screenshot?