Hello! This update brings some bug fixes, a few improvements and a new Ren'Py plugin to support games build with the latest version of Ren'Py (8.3.2). Please check the changelog below for the changes.
Downloads
JoiPlay 1.20.540: MEGA
Ren'Py 8.3.2 Plugin 1.00.00: MEGA
RPG Maker Plugin 1.21.00: MEGA
Ruffle Plugin 1.00.40: MEGA
Changelog
JoiPlay 1.20.540:
Updated unrpyc v1 and added unrpyc v2 to support decompiling of Ren'Py 8+ games.
Added an option to RPG Settings for forcing RPG Maker XP, VX and VX Ace games to use Miniz.
Added a dummy module to NWJSAPi for path/posix which clones path module.
Added a dummy implementation for NW.js evalNWBin() method. Method evaluates the source js file if it is available and ignores compiled files.
Fixed plugin.js handling issues for RPG Maker MV and MZ games that use non-standard json scheme.
Fixed a runtime detection bug that caused crashes when there is no internet connection.
Fixed a bug that caused crashes during game type detection.
Fixed a NWJSApi init bug that caused crashes while checking game folder.
Fixed a bug that caused crashes while handling invalid game packages.
Fixed a view binding bug that caused crashes on game catalog lists.
Fixed a bug that crashes game package installer.
Ren'Py 8.3.2 Plugin 1.00.00:
Initial build.
RPG Maker Plugin 1.21.00:
Fixed a bug that caused HTTPLite.download method to ignore headers.
Added useMiniz option to config. useMiniz option forwards Ruby's Zlib::inflate and Zlib::deflate methods to Miniz when enabled.
Added some minor tweaks to improve performance.
Ruffle Plugin 1.00.40:
Updated Ruffle and third-party libraries.