Ren'Py 7.7.1 "32bit Sensation"

は2024.3.4にリリースされました。 Ren'Py 7.7.1 のメインダウンロード元はこちらです。 :

これらのダウンロードファイルから好きな物を 1 つダウンロードするだけです。 それぞれに Windows、Mac、Linuxプラットフォームに向けたRen'Pyゲームを開発す るのに必要とされる完全な Ren'Py の開発キット;チュートリアル;サンプルゲーム "The Question" が含まれています。

Ren'Py は無料でダウンロードでき、商業、非商業利用できます。ライセンスの元、変更して配布できます。

追加ダウンロード 必要なら Ren'Py SDK はテキストエディターや Android/iOS サポートのような追加のパッケージを自動的にダウンロードします。これらのパッケージはのこのページの下部から直接ダウンロードできます。

Announcement

Ren'Py 7.7.1 を発表します。このリリースは、Ren'Py 7 の最新版です。 Ren'Py 7.7 は、Python 2 をサポートしつつ 8.2 の新機能を取り入れていますが、 Python3を要求する機能もあるため、すべての新機能をサポートします。新規ゲームに既存のゲームの更新にはv8を推奨します。

  • For 8.2 only, integration with the Harfbuzz text shaping library, which supports more languages and more complex text shaping than Ren'Py supported before. This adds support for Brahmic/Indic scripts, with an appropriate font.
  • Support for displaying Emoji in color, simply by typing it into your game. 🎉
  • Support for OpenType variable fonts.
  • Improvements to the text interpolation system to allow expressions to be used, similar to Python's f-strings.
  • The ability to show multiple speech bubbles at once, and to have speech bubbles animate in and out.
  • Changes to Transform and ATL Transforms to be able to (in most cases) interpolate between absolute and relative positions.
  • A new HTTPS/HTTP fetch function that properly pauses Ren'Py as the fetch occurs, and works with the web platform.
  • Several new accessibility properties.
  • Improvements to loading translations. Loading translations is roughly 2/3rds faster, and it's possible to defer loading translations for languages not in use.
  • The ability to specify a transition that runs after each sequence of scene, show, and hide statements.
  • A modernization of the Android build process, which now can use (and requires) the supported Java 21.
  • The ability to create an Android game that can download its data from a web server, allowing the creation of games that are more than 2GB in size.
  • Improvements and fixes to Web support, especially fullscreen modes.
  • A complete rewrite of the Ren'Py updater to use a new format that works better with modern web servers.

But with so many changes, it's hard to list them all. For a full list, see the changelog.

There is two behavior changes I want to call out:

  • The first is that Ren'Py 7.7 and 8.2 will attempt to remember and restore the window position, so you can expect that it may pop up in the last place you left it.
  • The second is that config.gl2 is now ignored, and the only way to use the soon-to-be removed first-generation GL renderer is for the player to select it.

Ren'Py 8.2.1 と 7.7.1 の飜訳された完全な更新内容は後述の変更履歴のページを参照してください。

Ren'Py 7.7.1 のダウンロードは以下で見つけられます。:

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

Ren'Py の完全な変更履歴は以下にあります。:

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

ゲームを更新しなければならない変更点は以下にあります。:

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

クレジットスポンサーリスト もチェックしてください。

非推奨事項

Python 2 と Ren'Py 7 のサポートは Ren'Py 8.1 がリリースされた1年後の2024年5月に終了します

Credits

Ren'Py 7.7.1 のリリースは以下の人々によって届けられました:

  • Abdul
  • Andy_kl
  • Asriel Senna
  • Ayowel
  • Brainos
  • Daniel Brookman
  • Denys
  • Dipesh Aggarwal
  • Do10HM
  • Elckarow
  • Gouvernathor
  • Helmut K. C. Tessarek
  • ImJustAQ
  • JamiesonC
  • Joseph Boyd
  • Joshua Fehler
  • KagariSoft-Dev
  • Kassy
  • Lezalith
  • Mal Graty
  • Michael
  • Morgan Willcock
  • Moshibit
  • Ren'Py Bot
  • Tichq
  • Vladya
  • brainos233
  • iivusly
  • jsfehler
  • kyouryuukunn
  • midgethetree
  • shawna-p
  • symegac
  • the66F95
  • zedraxlo
  • ねゆんせ

そしてこのリリースをテストしたすべての人々と私自身、 Tom "PyTom" Rothamel.

エディターダウンロード

初めてファイルを編集しようとすると Ren'Py ランチャーはエディターをダウンロー ドしてインストールするか尋ねます。インターネット接続が信頼されていなければ これに失敗するので、エディターは別途ダウンロードできます。インストールには エディターの圧縮ファイルを Ren'Py のディレクトリーに展開します。

VS Code: Editor, Ren'Py Language extension.
Ren'Pyの外にインストールされた VS codeを使用するには "Visual Studio Code (System)" エディターを選択してください。

Android および iOS サポート

Android および iOS, Web パッケージのビルド時に Ren'Py は RAPT (Ren'Py Android Packaging Tool) や Renios (Ren'Py iOS Support), Renpyweb (Web Platform Support) をダウンロードするように促します。 これらのダウンロードはインターネット接続が信頼されていなければこれに失敗するので、 個別にダウンロードできます。インストールには圧縮ファイルを Ren'Py のディレクトリーに展開します。 ("renpy-X.X.X" ディレクトリーの "rapt", "renios", "web" ディレクトリーに配置してください)

Android Support (RAPT): renpy-7.7.1-rapt.zip
iOS Support (Renios): renpy-7.7.1-renios.zip
Web Platform Support (Renpyweb): renpy-7.7.1-web.zip

追加ダウンロード

Ren'Py Source Code: renpy-7.7.1-source.tar.bz2
バイナリなしの Ren'Py のソースコードを含みます。
Pygame_SDL2 Source Code: pygame_sdl2-2.1.0-for-renpy-7.7.1.tar.gz
現行バージョンの Ren'Py の実行に必要なバージョンの pygame_sdl2 のソースコードを含みます。これは他のリリースバージョンの pygame_sdl2 よりおそらく新しです。
その他依存ファイル: https://www.renpy.org/doc/html/license.html
Ren'Py は GNU Lesser General Public License を含む いくつかのライセンス下の フリーソフトウェアを含んでいます。ソフトウェアの完全なリストとそのソフトウェアが ダウンロード可能なgithub レポジトリへのリンクが上記となります。
Checksums: checksums.txt
Ren'Py の様々な配布ファイルのチェックサムです。

リリースの完全なリストはこちらです。