1. SRPG Studio
  2. News
  3. SRPG Studio 1.289 Update Released!

SRPG Studio 1.289 Update Released!

Hello, everyone!
We have now released version 1.289.

New Features:
  • Added changeInputDevice script method to change GamePadDInput in game.ini.
    Use like root.changeInputDevice(InputDeviceType.XINPUT); or var type = root.getInputDeviceType();.
  • Added BlendMode.NORMAL. It can be specified in the setBlendBitmap method.
  • Added map-chipchanger.js, window-marshal.js, and window-gold.js to the official plugins.


Bug Fixes:
  • Fixed a bug where the options included line breaks when importing text.
  • Fixed a bug where the game would force close if the base area could not be found.
  • Fixed property bug in animation dialog.