Skip to content

DDLC Mod Template Python 3 Beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Bronya-Rand Bronya-Rand released this 30 May 19:47
· 138 commits to python-3 since this release

Welcome to the new DDLC Mod Template!

This new beta release for the upcoming Ren'Py 8 release adds the following

Fixes

  • Fixed a bug associated with the enabling/disabling feature of Discord Rich Presence.
  • Fixed a bug related to certain effects to due depreciating arguments.

Changes

  • Converted LiveComposite and im.Composite to Composite.
  • Converted size(x,y) to xysize(x,y).
  • Removed a compatibility layer from Gallery used only in Ren'Py 6.
  • Adjusted imports and time they are imported to Ren'Py.
  • Updated exception wording.

Github Changelog

Full Changelog: Py3-Beta2...Py3-Beta3