Ren'Py 4.3 Released

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Ren'Py 4.3 Released

#1 Post by PyTom »

I'm pleased to announce the release of Ren'Py 4.3 "Birthday Present". This release contains a number of requested features and bug fixes. As usual, you can download Ren'Py from its official website:

http://www.bishoujo.us/renpy/

Upgrading a script from Ren'Py 4.2 to 4.3 is as simple as unpacking 4.3 and copying over your old game directory. If your script contains a line setting library.file_page_length, delete it.

This is a maintainence release of Ren'Py, containing a number of enhancements and bug fixes suggested by members of this forum. As I'm working on my game, there probably won't be another release for some time, assuming this release proves to be stable.

Please post on this forum, email, or IM me if you have any questions, problems, comments, or suggestions.

What's New in Ren'Py 4.3

Now, when the library first starts up, it tries calling the "splashscreen" label, if it exists. The splashscreen will not be called in the case of a full reset (known to the user as a return to the main menu).

Added a new text property, antialias, that controls the antialiasing of text. Also made the font property optionally take a comma-separated list of font names, which are searched for in the

Added a new class, DynamicCharacter, which is now the preferred way of having a character with a changable and/or user-input name.

A new random number generator has been implemented as renpy.random. This random number generator cooperates with rollback, always producing the same random numbers when a rollback occurs.

Added a set of UI functions, that allow the user to build up a user interface themselves. These could be useful when implementing more complex games, such as those that require the user to schedule a day in advance. Also new is a new imagebutton, a button consisting of two images.

Sticky postions have been implemented. Enabling this (using the variable config.sticky_positions) cause the at clause corresponding to a given character to be remembered, allowing the character to change emotion without changing places on the screen (or requiring a second at clause).

Rewrote the implementation of preferences, to clean up the code. Moved it into its own file, preferences.rpy. Also, made it possible for a user to add his own preferences into the system, although that isn't really recommended.

The various imagemap functions now have a new parameter, unselected, which gives an image to use when a hotspot is present but not hovered. This lets us distinguish between between hotspots that are present and exist, and hotspots that are totally absent. This could be used to implement something like an image gallery that only displays unlocked images.

Implemented config.keymap, which allows the changing of keys and mouse buttons that trigger various Ren'Py events.

There's now a new look for loading and saving games, that allows 10 saves to be presented at once. I strongly recommend removing the library.file_page_length line at the start of your game scripts, if it exists.

Fixed a bug in sound.init that lead to crashes in some cases.

Fixed a bug in ast.Node.predict that was causing an exception when config.debug was turned on.

Post Reply

Who is online

Users browsing this forum: IrisColt