- Steam App
- SRPG Studio (857320)
- Event type
- patch note
- Published
- 12 March 2025 - 07:56:10 UTC
- Source
- steam_community_announcements
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 r...