Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
SRPG Studio Celestial Realm BackgroundNewsSRPG Studio 1.310 Update Released!
In-game event

SRPG Studio 1.310 Update Released!

SRPG Studio Celestial Realm Background · published 12 Mar 2025, 08:56 UTC · build 17690007

All newsPlayers around this dateRead on Steam

Hello, everyone!
We have now released version 1.310.

New Feature:

  • Modified to prevent automatic output of game.ini when "Use the Steam API" is enabled. If game.ini is included by default in the game folder, the contents of game.ini will be reset each time the game is updated. From this version, game.ini will be generated when the game starts, like environment.evs, resolving the automatic overwriting of game.ini.
  • Added the addHpByBigNumber method to the GraphicsDecoration object. This can be used to enlarge the numbers when "Num" is selected for "Map Unit HP".
    An example of its use has been added to the official plugin highlevel-statedecoration.js.
  • Modified to set HardwareFullScreen to 1 in game.ini when a custom resolution is set. For example, the official plugin highlevel-resolution.js allows you to set a custom resolution, but custom resolutions fail in hardware full screen. For this reason, HardwareFullScreen=1 is written when the game starts.
  • Added the ability to set "Skill Effects" to the "Damage Absorption" skill. You can specify the absorption percentage.

Bug Fixes:

  • Fixed a bug that could cause an error when releasing cached BGM.
  • Fixed a bug that caused the screen to disappear when a player unit used a "Steal" item.
  • Fixed a bug in enemy leveling where the case of sorting parameters in ParamGroup._configureUnitParameters was not taken into account.
  • Fixed a bug where some private fonts could not be rendered correctly in game.exe.
  • Fixed a bug where a break statement was missing from the if statement in getCollectionData in PictureScrollBlock.
  • Fixed a bug where "Change Unit Info" and unit.setName() were not reflected when using the control character \pdb.
  • Fixed a bug in the official plugin skill-critical.js.
More from SRPG Studio Celestial Realm Background

Other announcements

All news
Community27 Aug 2026SRPG Studio EX's Release To Be RescheduledThis isn't some kind of twisted joke. We honestly intend to change SRPG Studio EX's release date to November 2027. Why the delay, you ask? There are many little reasons, the biggest being the following. "We can't release something we aren't proud of." We hope you don't take this as bad news. EX is just undergoing a more extensive transformation than we first anticipated before it gets released.Major update27 Jul 2026Is This the End? Not a Chance!Hello, everyone! In celebration of SRPG Studio's 11th anniversary, this year's 12 new motions have arrived. Check out the lineup below. Berserker (M) Berserker (F) Cataphract (M) Cataphract (F) Goblin Archer Robo Archer Cannoneer (M) Cannoneer (F) Summoner (M) Summoner (F) Robo Mage Robo King We are very pleased that we could add new pixel art this year as well. However, more than that, most pe…In-game event14 Jul 2026SRPG Studio 1.324 Update Released!Hello, everyone! We have now released version 1.324. New Feature: · Added setInterpolationMode to the script's GameSession object. When a World Matrix is ​​used for scaling, rendering results from drawMapSet or drawUnitSet are anti-aliased by default; however, specifying InterpolationMode.NEARESTNEIGHBOR via setInterpolationMode allows you to maintain a pixel-based look. · Added mapcommon.js to…