This page is out of date

You've reached a page on the Ren'Py wiki. Due to massive spam, the wiki hasn't been updated in over 5 years, and much of the information here is very out of date. We've kept it because some of it is of historic interest, but all the information relevant to modern versions of Ren'Py has been moved elsewhere.

Some places to look are:

Please do not create new links to this page.


話しているキャラクターの名前をテキストウィンドウの上に表示する

Characterクラスのshow_two_window引数により、開発者は話者の名前をテキストウィンドウ上部の固有のui.windowに表示できます。 次の写真がこれの例です。Wikipedia's article on Ren'Py

init:
    $ e = Character("Eileen", show_two_window=True)

次のコードはPyTomのもので、Lemmasoftフォーラムで公開されました。