DDLC Mod Template Python 3 Beta 1
Pre-release
Pre-release
Bronya-Rand
released this
23 May 21:13
·
178 commits
to python-3
since this release
Welcome to the new DDLC Mod Template!
This Python 3 beta release is the first beta release to support Python 3 support within the upcoming Ren'Py 8.
Features
- New Reworked Gallery
- Language Options
Fixes
- Fixed a crash where the poemgame was unable to split the words due to it being read in byte mode.
Changes
- Readjusted a few lines of Python code to Python 3 equivalents.
- Moved all RPY imports to a file named
__imports__.rpy
. - Changed Linux BSOD to fit the new Python 3 changes.
- Removed a few patches due to them being specific to Ren'Py 7.
- Added
exceptions.rpy
to control better error management in splash.rpy and lockdown_check.rpy.
Github Changelog (for those who want it)
Full Changelog: 3.0.1...Py3-Beta1
As always, this is a beta. This mod template, nor Ren'Py 8 should be used to make a final mod. Please wait until a actual release of Ren'Py 8 and the mod template is released.