Skip to content
Enter Submit to view all results. Ctrl+Enter View and filter in instant search.
Close ×
Search powered by Algolia
Update notes via Steam Community
Hello, everyone!
We have now released version 1.303.

New Feature:

  • Added setActiveMusicTime to the script method to seek the current BGM to a specific time.
    // The following code shows an example of seeking to the 12 second position:
    // var minutes = 0;
    // var seconds = 12;
    // var time = (minutes * 60) + seconds;
    // root.getMediaManager().setActiveMusicTime(time);
  • Added getActiveMusicTime to the script method to get the playback time of the current BGM.
    // var time = root.getMediaManager().getActiveMusicTime();
    // var minutes = Math.floor(time / 60);
    // var seconds = Math.floor(time % 60);
    // root.resetConsole();
    // root.log(minutes + ' : ' + seconds);
  • Added custom-storysettings.js to the official plugin. Exclude unreviewed data from the list.
  • Added other-gradedshopitem.js to the official plugin. Items that cannot be purchased due to lack of money are displayed in gray.
  • Added battle-backgroundanimation.js official plugin to animate during events.


Bug Fixes:

  • Fixed UI bug in terrain edit dialog.
  • Fixed a bug that prevented shortcuts in the Optional Skills dialog from handling skills over 1000.
  • Fixed a bug that reduced an item's durability by two if the event using the Use Item command was skipped.
  • Fixed a bug that prevented background animations from expanding when using an item on a map.
Windows SRPG Studio 共通 Depot 857321
  • Loading history…
Windows Japanese SRPG Studio 日本語 Depot 857322
  • Loading history…
Windows English SRPG Studio 英語 Depot 857323
  • Loading history…
Windows Simplified Chinese SRPG Studio 簡体字 Depot 857324
  • Loading history…
Windows Spanish - Spain SRPG Studio スペイン Depot 857325
  • Loading history…
Windows French SRPG Studio フランス Depot 857326
  • Loading history…
Windows German SRPG Studio ドイツ Depot 857327
  • Loading history…
Windows Traditional Chinese SRPG Studio 繫体字 Depot 857328
  • Loading history…
Ad-free Steam data for everyone since 2012
Support SteamDB • Donate or contribute
Open link