1. SRPG Studio
  2. News

SRPG Studio News

SRPG Studio 1.223 Update Released!

Hello, everyone!
We have now released version 1.223.

New Features:
  • The game.ini file can now support "NonActiveAnimationStop".
    If you set it to 1, the game animation will not stop when the window becomes inactive.
    You can do other work until the enemy AI is processed.
    Currently you edit by selecting "Open game.ini" from the "File" menu.
  • A pop-up is now displayed when the application is started for the first time.
    This illustration makes it easy to understand the lead to the sample game.
    The startup information is saved in option.dat after the test play is executed.
Bug Fixes:
  • Fixed a bug when opening the Terrain tab after deleting the map chip file.

SRPG Studio 1.222 Update Released!

Hello, everyone!
We have now released version 1.222.

New Features:
  • Added "Display Help Button in Title Bar of Dialog Box" to Tools/Options/Editor. You can easily access the manual by pressing the help(question) button.
  • Added "Open Sani File" item to "Resources Menu/Animation File/Import" dialog. If your computer can't detect drag and drop, you can open the .sani file with this menu item.
  • The right-click menu can now be displayed when grouping sprites in the animation dialog. If you select "Copy to Next Frame", you can copy the grouped sprites to the next frame.
  • Added LoadSaveManager.syncInterruptionFile method.
  • The text export feature now supports the "Choice Show" event command.
Bug Fixes:
  • Fixed a bug when root.saveScreenShot was executed by the event command.
  • Fixed a bug where the state was not displayed above the map guest unit in the battle prep scene.

SRPG Studio 1.220 Update Released!

Hello, everyone!
We have now released version 1.220.

New Features:
  • Updated "Database / Config / Original Data" button. You can specify negative values for the Value1 to Value6 fields.
Bug Fixes:
  • Fixed "UnitCommand.PlaceCommand.isCommandDisplayable" method.
  • Fixed "HpDecoration.addHp" method.

SRPG Studio 1.218 Update Released!

Hello, everyone!
We have now released version 1.218.

New Features:
  • Added config-automode2.js to the official plugin. This plugin can change the auto mode while the event is running.
Bug Fixes:
  • Fixed "Probability.getProbability" method.
  • Fixed "Database / Classes / Custom Parameters" button.

SRPG Studio 1.216 Update Released!

Hello, everyone!
We have now released version 1.216.

New Features:
  • You can now use'-1' or'-2' for color variations in image files.
    For example, you can use water.png, water-1.png, water-2.png.
    If you use numbers instead of alphabets (a-z), there is no limit of 26, so you can have longer animations.
Bug Fixes:
  • Fixed "Unit Appearance" command.
  • Fixed an animation screen effect still being reflected after skipping.