JoiPlay 1.20.010 (Alpha) and Plugin Updates (Patreon)
Content
Hi guys! These are new alpha builds for JoiPlay and its plugins. This update brings some changes for Android 13 support, WebGL2 and Sprite Downscaling features for RPG Maker MV games, some bug fixes and compatibility improvements. The changes should not cause any major issues but there might be some minor bugs. Please check the changelog below to see the list of changes.
Downloads
JoiPlay 1.20.010: MEGA
RPG Maker Plugin 1.20.15: MEGA
Ren'Py Plugin 8.0.3_7.5.3_004: MEGA
Warning: These are alpha builds so there might be some unexpected bugs. Please send a message when you find a bug.
Changelog
Common Changes:
- Updated target SDK version to Android 13.
- Added language selection and themed icon support for Android 13 and above.
- Updated permissions and permission dialogs for Android 13.
JoiPlay 1.20.007:
- Added "Use WebGL2" option for RPG Maker MV games. It forces games to use WebGL2 context and transpiles shaders to GLSL ES 3.0. Unsupported extensions might cause crashes.
- Added "Downscale Large Bitmaps" option for RPG Maker MV games. It downscales images larger than maximum texture size and tries to fit images to sprites. Might cause bugs on some games.
- Added "Recompile Scripts" option for Ren'Py games. It improves compatibility in exchange for longer loading times. Also makes online patching work on more games.
- Added "Sort" button which can be used to sort games by alphabetically, date and popularity options.
- Updated default theme for Android 12 and above.
- Fixed a few bugs that cause crashes while adding games, selecting menu options in settings and showing dialogs.
- Added several patches to fix bugs in RPG Maker MV plugins.
JoiPlay 1.20.010:
- Re-implemented support for Windows cabinet files to fix extraction issues.
- Made "Downscale Large Bitmaps" option use load event to prevent empty sprites and made some changes to handle system icons better.
- Added a display framerate check to prevent abnormal gameplay speeds on RPG Maker MV games.
- Optimized the lock screen layout for landscape orientation.
- Added patches to fix issues with Olivia_OctoBattle and mv3d plugins.
RPG Maker Plugin 1.20.14:
- Added Input::release? and Input::releaseex? methods from mkxp-z.
- Added "Save Logs" button to Launcher Activity.
- Added patches to fix; text input on Pokemon Essentials v20, a crash on Pokemon Bushido and save bug on Legionwood.
- Fixed a bug that caused text rendering with wrong font when Font.default_name is set to font names. Also, added "ttc" and "otc" to supported font extensions.
RPG Maker Plugin 1.20.15:
- Added MKXP.enable_fastforward(isEnabled) method to enable/disable fast forwarding in runtime.
Ren'Py Plugin 8.0.3_7.5.3_004:
- Added native libraries required for Live2D support.
- Added "RENPY_RECOMPILE" environment variable. When available, Ren'Py re-compiles rpy files.
- Added "Save Logs" button to Launcher Activity.
- Made some changes to improve compatibility with old games.
- Added patches to fix argument order errors on some games and wrong animation positions in Hero Party Must Fall.