Bronya-Rand / DDModDocker

Codename: Snowrance. A WIP mod launcher integrated into DDLC/Ren'Py.
GNU Affero General Public License v3.0
21 stars 2 forks source link

Ren'Py 8 requires patched DDLC scripts.rpa to work #6

Closed Bronya-Rand closed 2 years ago

Bronya-Rand commented 2 years ago

Due to Ren'Py 8 running on Python 3, the DDLC RPA file will no longer work due to opening files converting itself to bytes instead of strings compared to how it was on Python 2.

To mitigate this, a patched DDLC RPA file is needed now than adding stuff to ml_patches.rpy which can be considered a gray area in distribution from Team Salvato. A request has been made to see if distributing the RPA with only fixes is allowed.

Bronya-Rand commented 2 years ago

Affected Branches: renpy-8

Bronya-Rand commented 2 years ago

Team Salvato has approved the modded RPA. Pushes to R8 builds can now happen