Search found 15544 matches

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: 4836

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: 65319

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: 56027

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: 1605

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: 4836

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: 4836

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: 3766

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: 3684

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: 4836

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: 1326

Re: script.rpy not being created

Can you post the full traceback, not a screenshot?
by PyTom
Fri Dec 22, 2023 10:30 pm
Forum: Ren'Py Questions and Announcements
Topic: Memory profiler error, Renpy 7.3.5
Replies: 1
Views: 6560

Re: Memory profiler error, Renpy 7.3.5

7.3.5 is too old to support at this point.

I believe there have been fixes.
by PyTom
Fri Dec 22, 2023 10:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Player Can Adjust Keymap?
Replies: 3
Views: 2558

Re: Player Can Adjust Keymap?

There really isn't a good way to do this yet.

I'm considering adding it, but it's a lot of work, and I don't have a great feeling as to how many people would use it.
by PyTom
Fri Dec 22, 2023 12:24 pm
Forum: Ren'Py Questions and Announcements
Topic: getting a UI error
Replies: 1
Views: 1190

Re: getting a UI error

You're calling the actions inside the screen, which is causing problems. You probably don't want that, instead, you want to write: screen amfm_radio: imagemap: ground "images/bg radio.png" idle "images/bg radio.png" hover "images/bg radio hover.png" selected_idle "...