renpytom.bsky.social
@renpytom.bsky.social
1.1K followers 87 following 130 posts
I make Ren'Py.
Posts Media Videos Starter Packs
renpytom.bsky.social
Just posted the new article to the Ren'Py Patreon, talking what's coming in Ren'Py 8.5.

www.patreon.com/post...
renpytom.bsky.social
Visited a nearby federal courthouse to see a museum there, and had the lovely experience of helping a family of new Americans take a group photo together.

(Public pic zoomed in to protect their privacy.)
renpytom.bsky.social
There's still a bit to do - right now it's leaking memory - but it's nice to see it working for the first time.
2/2
renpytom.bsky.social
My project for the last week has been integrating Live2D Cubism SDK for Web with Ren'Py's web platform support. I've had some success, you can see the first working version at:

share.renpy.org/l2dw...
1/2
renpytom.bsky.social
A quick question - is anyone playing Ren'Py games on a gsync-enabled monitor? If so, are you having any problems?
renpytom.bsky.social
The name visual novel is a clue that literary and artistic merit is an aspiration of the medium. It's pretty rare to get both in one package - part of what drew me to VNs in the first place.
renpytom.bsky.social
Just added that config variable. (It'll be in 8.5.)
renpytom.bsky.social
Ren'Py 8.5 is planned for late this year.
2/2
renpytom.bsky.social
First new feature of Ren'Py 8.5 is config.image_directories, which lets you have multiple image directories. For example:

define config.image_directories = [ "dlcimages", "images" ]

would let you have dlc images that have priority over non-dlc images.
1/2
renpytom.bsky.social
The new Patreon article is up. It goes over July's work - including the two big releases. It also has a new displayable that lets you display taps on the screen.

www.patreon.com/post...
renpytom.bsky.social
Right now you can rewrite 00images.rpy, but I should probably just change things to allow more than one.
renpytom.bsky.social
I suspect this could be made easier by having two images directories, with the game picking the patch image if present and using its non-patch equivalent if not.
renpytom.bsky.social
Had a great conversation with the University of Dayton Game Dev club, about Ren'Py and balancing life with engine development. I appreciate them having me.
renpytom.bsky.social

A full list of changes to Ren'Py can be found at:

www.renpy.org/doc/ht...

A list of changes that may require you to update your game can be found at:

www.renpy.org/doc/ht...
renpytom.bsky.social
I'm happy to announce the release of Ren'Py 8.4.1. This release addresses multiple issues, including a problem that prevented creators on Windows from creating new games in non-English languages.

Downloads of Ren'Py 8.4.1 can be found at:

www.renpy.org/releas...
renpytom.bsky.social
I will say - thinking about this after a night's sleep - that I don't think the steam/itch teams had much of a choice in how they acted. It was losing some games, or lose every game.

So please, be kind to them when expressing your frustration.
renpytom.bsky.social
The goal would be you'd get your own key, and then you'd have your own 10GB to play with.
renpytom.bsky.social
I'm leaning towards putting together a tool to upload games to Cloudflare's hosting, which has a 10GB free tier.
2/2
renpytom.bsky.social
Steam and Itch taking down games they host is a problem for game preservation - and of course, I'm not a fan of people trying to censor what creators can express.

This is one of the many reasons Ren'Py is free, and why its license means I can't censor what is made with it.
1/2
renpytom.bsky.social
I've made the first prerelease of the Ren'Py 8.4.1. You can find it at:

www.renpy.org/releas...

with the list of changes at:

www.renpy.org/dev-do...

You can update using the update button in the launcher.
renpytom.bsky.social
Even ones that don't ship with source code can usually be run by the SDK.
renpytom.bsky.social
I'm looking at making a prerelease of Ren'Py 8.4.1 later today. Should have some important fixes, especially one for an issue that's been preventing the creation of new non-English-language projects.
renpytom.bsky.social
Ren'Py 8.4 is the result of over nine months of work by myself and the other Ren'Py developers and testers. I can't wait to see what's made with it.
renpytom.bsky.social
Ren'Py 8.4 increases the minimum system requirements for Ren'Py and games. The Windows version now requires Windows 10 or later. Linux now requires Ubuntu 20.04 or later, the Steam "soldier" runtime, or a similar Linux distribution. 32-bit ARM Linux is no longer supported.
renpytom.bsky.social
* Ren'Py now supports OpenType features, enabling the use of ligatures, stylistic sets, and other typographic enhancements.
* When a traceback error occurs, the game's state is automatically saved. This save file can be sent to teammates to help diagnose the issue.