Events2Join

License — Ren'Py Documentation


Audio — Ren'Py Documentation

Ren'Py supports playing music and sound effects in the background, using the following audio file formats.

Reserved Names — Ren'Py Documentation

Ren'Py reserves filenames that are do not begin with a letter or number, and filenames that begin with "00". Very specifically, filenames that start with "00" ...

Styles — Ren'Py Documentation

(Setting the background property sets both the idle_background and hover_background , among others.) While Ren'Py has over 100 style properties, only a few of ...

Ren'Py 8.1.2

... doc/html/license.html: Ren'Py contains free software licensed under a number of licenses, including the GNU Lesser General Public License. A ...

Custom Text Tags — Ren'Py Documentation

Ren'Py has support for defining your own text tags. These text tags can manipulate the text and text tags defined within, including adding and removing text ...

Ren'Py 8.3.2

... doc/html/license.html: Ren'Py contains free software licensed under a number of licenses, including the GNU Lesser General Public License. A ...

Drag and Drop — Ren'Py Documentation

Ren'Py includes drag and drop displayables that allow things to be moved around the screen with the mouse.

Labels & Control Flow — Ren'Py Documentation

Label statements allow the given name to be assigned to a program point. They exist solely to be called or jumped to, either from Ren'Py script, Python ...

Movie — Ren'Py Documentation

WebM. Matroska. Ogg. AVI. Various kinds of MPEG stream. (Note that using some of these formats may require patent licenses. When in ...

NVL-Mode Tutorial — Ren'Py Documentation

In this tutorial, we will explain how to make an NVL-mode game using Ren'Py. This tutorial assumes that you are already familiar with the basics of Ren'Py.

Side Images — Ren'Py Documentation

Ren'Py calls this image a side image, and has support for automatically selecting and displaying a side image as part of the dialogue.

Special Screen Names — Ren'Py Documentation

There are two kinds of special screen names in Ren'Py. The first are screens that will be automatically displayed when Ren'Py script language commands.

Changelog (Ren'Py 6.11 - 6.99)

The interactive director had been distributed outside of Ren'Py, with a license that made it free for noncommercial use. ... Various documentation problems.

— Ren'Py Documentation

This page has been moved to ATL - Animation and Transformation Language. Built with Sphinx using a theme provided by Read the Docs. Dark theme provided by ...

Changelog (Ren'Py 7.x-)

The show_done character callback is now called and documented. The web version of Ren'Py now saves persistent data when the screen is idle for .33 seconds. The ...

Voice — Ren'Py Documentation

Ren'Py includes support for playing back voice in conjunction with dialogue. This is done through the voice statement, which gives the voice filename to play.

Index of /doc/ - Ren'Py

Index of /doc/ ../ html/ 07-Nov-2024 10:42 -

Character Callbacks — Ren'Py Documentation

Ren'Py includes the ability to execute callbacks when various events occur during dialogue. This is done by giving the callback argument to Character().

Ren'Py 6.99.11

... doc/html/license.html: Ren'Py contains free software licensed under a number of licenses, including the GNU Lesser General Public License. A ...

HTTPS/HTTP Fetch — Ren'Py Documentation

Ren'Py supports fetching information over HTTP and HTTPS using the renpy.fetch function. This function: Supports GET, POST, and PUT requests. Support POSTing or ...