Screenshot of Ren'Py 6.17

Ren'Py 6.17 "In This Decade..."

was released on February 20, 2014. It was updated to 6.17.7 on July 6, 2014. The main downloads of Ren'Py 6.17 are:

You only need to download one of these files. Each contains the full Ren'Py software development kit, with everything needed to develop Ren'Py games for the Windows, Mac, and Linux platforms; the Ren'Py tutorial; and "The Question", an example game.

Ren'Py is free to download and use for commercial and non-commercial purposes. It may be modified and distributed under the terms of its license.

Additional Downloads. When necessary, the Ren'Py SDK will automatically download additional packages, such as text editors and Android/iOS support. These packages are available for direct download at the bottom of this page.

Release History and Updates

6.17.7.521: July 6, 2014
This release updates the Android SDK to a working version, adds a low-level in-app purchasing framework, and fixes an issue with movie playback on desktop platforms.
6.17.6.512: May 7, 2014
This release adds new German and Korean translations, and works around a bug that prevented the Ren'Py launcher from starting on certain macs.
6.17.5.492: May 1, 2014
This release adds a new Arabic translation, and updates the Japanese and Spanish translations. It also fixes several bugs affecting the shift+R reload functionality, and provides several new features.
6.17.4.409: April 16, 2014
This release fixes problems with Android (especially ones caused by a missing play licensing library), adds support for the Amazon Fire TV console, allows imagemaps in viewports, and prevents large memory leaks from occurring when shift+R is pressed.
6.17.3.327: March 4, 2014
This release fixes a bug where Ren'Py would misparse properties and attributes that began with a Python operator. (For example, insensitive, which begins with in.) It also rewrites the missing image code to use styles and screens.
6.17.2.319: February 28, 2014
This release adds a new "translate <i>language</i> style <i>style_name</i>" statement, which is used to customize styles in a particular language. It also improves scanning the projects directory and fixes various other issues.
6.17.1.309: February 24, 2014
This release fixes a problem where an update could overwrite a file in the RAPT directory, preventing builds. It also updates and improves translations, and deals gracefully with improperly encoded files in the projects directory.

Announcement

As we reach the tenth anniversary of the start of Ren'Py development, I'm pleased to announce Ren'Py 6.17 "In This Decade...". Major improvements in this release include:

  • A rewrite of the Style system that should improve Ren'Py's performance.
  • A new style statement that makes it easier to define styles.
  • A rewritten shift+I style inspector lets you view those styles.
  • A new "show layer" statement that makes it convenient to apply transforms and ATL transforms to entire layers at once.
  • A new "window auto" statement that enables automatic management of the dialogue window.
  • Several other syntax improvements.
  • French and Russian translations.
  • The integration of RAPT (the Ren'Py Android Packaging Tool) with the Ren'Py SDK. Ren'Py now downloads RAPT using the Ren'Py updater - it's no longer necessary to download RAPT separately.

This release also includes several other new functions and actions, and major bugfixes that affect the Android platform.

This release has been brought to you by:

  • Koichi "vbkaisetsu" Akabe
  • CensoredUsername (C)
  • kyouryuukunn
  • Daniel Luque
  • Renoa
  • Tom "PyTom" Rothamel
  • tlm-2501

Downloads of Ren'Py 6.17 can be found at:

https://www.renpy.org/release/6.17

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

https://www.renpy.org/doc/html/changelog.html

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

https://www.renpy.org/doc/html/incompatible.html

Please also check out the credits and list of sponsors.

Editor Downloads

When first asked to edit a file, the Ren'Py launcher will prompt you to download and install an editor. As this may fail if your Internet connection is unreliable, the editors can be downloaded separately. To install, extract the contents of the editor archive to the Ren'Py directory.

Editra (Windows): renpy-6.17.7-editra-windows.zip
Editra (Mac): renpy-6.17.7-editra-mac.zip
Editra (Linux): renpy-6.17.7-editra-linux.tar.bz2
jEdit: renpy-6.17.7-jedit.zip

Android Support

When building an Android package, the Ren'Py launcher will prompt you to download and install RAPT, the Ren'Py Android Packaging Tool. As this may fail if your Internet connection is unreliable, the packages can be downloaded separately. To install, extract the contents of the archive to the Ren'Py directory. (Place the "rapt" directory into the "renpy-6.17.7" directory.)

RAPT: renpy-6.17.7-rapt.zip

Additional Downloads

Ren'Py Source Code: renpy-6.17.7-source.tar.bz2
Contains the source code of the Ren'Py distribution without any binary components.
Other Dependencies: renpy-deps-6.17.0.tar.bz2
Contains source code for the libraries that Ren'Py depends on.

We also maintain a complete list of releases.