Ren'Py Interactive Director 2.0 Released
Posted: Sun Feb 12, 2017 11:01 pm
I'm pleased to announce version 2.0 of the Ren'Py Interactive Director. This is a tool for adding scene, show, hide, and with statements to your Ren'Py game. It works by editing both the script file and the in-memory version of the script, without reloading (except when entering the ID for the first time.) Here's a video of my talk introducing version 1.0 at Visual;Conference, version 2.0 adds a few things beyond this.
Version 2.0 is the first version to work with a released version of Ren'Py. It also adds the director.show_tags set, which lets you specify a set of tags that are displayed with the show statement. (This is useful if there are only a few interesting character portraits in your game.) It also supports the "behind" clause, which lets you show one character behind another.
To use version 2.0, download it from the directory below, unzip it, and place it in your Ren'Py sdk. You can also copy the id.rpy file from the interactive director release into your own game, making this release suitable for use with your own projects.
The Ren'Py Interactive Director is free for non-commercial use, where commercial use includes things like kickstarters and patreon-funded games. (I want to make it available for commercial use, but I need to figure out how I'm going to do that. This version requires Ren'Py 6.99.12.3.
https://www.renpy.org/dl/id/
You can also see the source code (which isn't open source, since commercial use isn't permitted) at:
https://github.com/renpy/id
The github page also has a reasonably formatted README file that has the license in it and explains how to use things. As usual, I'm looking forward to seeing what you make with this. This is all fairly new, although I've gotten some great feedback from the community already, feedback that I've used to improve things.
Version 2.0 is the first version to work with a released version of Ren'Py. It also adds the director.show_tags set, which lets you specify a set of tags that are displayed with the show statement. (This is useful if there are only a few interesting character portraits in your game.) It also supports the "behind" clause, which lets you show one character behind another.
To use version 2.0, download it from the directory below, unzip it, and place it in your Ren'Py sdk. You can also copy the id.rpy file from the interactive director release into your own game, making this release suitable for use with your own projects.
The Ren'Py Interactive Director is free for non-commercial use, where commercial use includes things like kickstarters and patreon-funded games. (I want to make it available for commercial use, but I need to figure out how I'm going to do that. This version requires Ren'Py 6.99.12.3.
https://www.renpy.org/dl/id/
You can also see the source code (which isn't open source, since commercial use isn't permitted) at:
https://github.com/renpy/id
The github page also has a reasonably formatted README file that has the license in it and explains how to use things. As usual, I'm looking forward to seeing what you make with this. This is all fairly new, although I've gotten some great feedback from the community already, feedback that I've used to improve things.