1. SRPG Studio
  2. News

SRPG Studio News

New DLC released!

Hello, everyone!

Today, we've released 5 tower backgrounds and 5 prison backgrounds as DLC!

https://store.steampowered.com/app/2564220/SRPG_Studio_Tower_and_Prison_Background/

SRPG Studio 1.286 Update Released!

Hello, everyone!
We have now released version 1.286.

New Features:
  • Changed the minimum width and height of "Map Information" to 10. If your game resolution is 640*480 and your map chip size is 48*48, 14*10 will not leave any blank space on your map. Also, the visual of the unit menu does not collapse.
  • The number of event commands available for 'Command' and 'Active Turn in 'Unit Event Settings' has been increased. 'Show Choices', 'Reduce HP', and 'Force Battle' allowed.
  • Added "Use message font instead of default in event editor" to "Tools/Options/Expert". If enabled, the event editor uses the default font instead of the message font.
  • Added window-mapthirdparts.js to official plugins. The first line of victory conditions is always visible on the map.
  • Added calc-itemweight.js which reduces agility when a unit is carrying a weighted item.
  • Added eventtrigger-allareareached.js to check if the unit has reached all specified positions.


Bug Fixes:
  • Fixed a bug when selecting "ID management" in the blank area of Database/Players.

We Added 12 New Motions!

We'd love to see these motions expand the contents of your game development!

You can check out the new motions from Runtime Motions in the Animations dialog. They can also be viewed when creating classes in the Database. Here are the added motions:

[Fighters]
-Shroom
-Mandrake
-Kong
-Golem

[Archers]
-Bee
-Scorpion
-Dark Stalker
-Artemis

[Mages]
-Ghost
-Spooky Mage
-Witch
-Treant

SRPG Studio 1.284 Update Released!

Hello, everyone!
We have now released version 1.284.

New Features:
  • Added "Ignore Terrain" to the "Move Unit" event command. If this option is enabled, the unit will be forced to move even if the unit is in a normally impenetrable position.
  • Added the function to create a shortcut from right-click in the original data dialog.
  • Added battle-unitdeathcommon.js, which implements unit common events with bookmark events.
  • Added calc-avoidex.js that allows setting avoidance rate as a custom parameter for weapons.
  • Added custom-surpriseattack.js that can start the map from the enemy phase.
  • Added scriptexecute-unitidbyitemuse.js to get the ID of the unit that just used the custom item.
  • Added skill-parameterbonus.js to set the activation rate of parameter bonuses and the effective targets.


Bug Fixes:
  • Fixed a bug that the motion loop sound kept playing when a unit died in a real battle.
  • Fixed a bug in root.getEventGenerator().backgroundChange method.
  • Fixed a bug that when the damage guard skill was activated, the displayed damage was sometimes not halved.

SRPG Studio 1.282 Update Released!

Hello, everyone!
We have now released version 1.282.

New Features:
  • Changed "Self Switch" in "Command Conditions" to list view format. When displaying A, B, C, and D in "Show Choices", it is now possible to perform the same processing regardless of whether the user selects A or C.
  • Added createTextFigure method to Canvas object in script. You can create bordered text as a shape. The usage of createTextFigure has been added to the official plugin highlevel-canvas.js.
  • Added custom-randomtrophy.js to official plugins. You can set the probability of getting a drop trophy.


Bug Fixes:
  • Added CurrentMap.prepareMap call after root.openMap in highlevel-customscene.js.