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
言之叶 - KotonohaNewsUpdated explanation on May 17, 2024
In-game event

Updated explanation on May 17, 2024

言之叶 - Kotonoha · published 29 May 2024, 11:26 UTC

All newsPlayers around this dateRead on Steam

Engine - New Features and Adjustments

● The "preview hit effect" in the animation editor is now selected by default and automatically saved according to user habits.

● Now when entering a scene map with a resolution smaller than the game, it defaults to a center effect instead of the previous left/top.

● The UIList component has added an optimization mode, in which all display objects are no longer created,But only create loading positions within the visible range, and dynamically install data to the corresponding loading positions based on the current content scrolling situation.In this mode, actual testing of 1 million data failed to cause frame drops. (Related API updates: UIList.d.ts, UIListItemData.d.ts)

● The UIList component has added custom size settings for data (UIListItemData), allowing items in the list to be customized with a specific size.For example, the historical record text of "Eyes of star" may have large or small sections of text, and their item heights are not equal.

● The UIList component has added two parameters: "handle when selected item changes" (selectedIndex) and "handle when hovering item changes" (overIndex).It is possible to visualize and perform some logical processing when the selected items in the list change.

● Optimize the minimum scale of scrollbars for containers/lists, and solve the problem of skipping a large amount of data at once due to minimal scrolling when dealing with a large amount of content data.

Engine BUG repair

● Now there is a prompt for downloading plugins before opening any game projects (there was no response before)

● Fixed an issue where options displayed incorrectly after real-time file reading in a specific situation

● Fix an error caused by using an old version format of a custom instruction when changing the type of a parameter.

● Fix an error that may cause scene objects in the editor to be unable to be selected by the mouse

● Fix the error where the interface editor still displays the currently selected sub level object when entering a sub level

● Correcting the error in the image layer where the animation object is not actually destroyed after eliminating the animation, resulting in an unreduced reference count of image resources within the animation

Official template AVG - "Eyes of star"=>1.18

This update mainly provides more troubleshooting and optimization solutions for game memory/graphics memory:

● By default, it is equipped with a resource manager, which allows you to use CTRL+ALT+K to call out and view the current number of image resource references during game runtime. Old version projects can be upgraded to the latest version or plugins can be downloaded

● World settings have added a check box for "Force game restart when reading files". When checked, players will silently restart the game and read files when reading files in the game, which is beneficial for clearing potentially high game memory/graphics.

● World settings have added a setting for "system automatic resource release time". The system will periodically unload resources based on the current resource reference count (when reference count=0), with a default of 60 seconds.

● World settings have added an "optimization guide" that provides suggestions for game resource utilization and memory/graphics optimization.

● The instruction "preload resources" is upgraded to "preload and unload resources", which can be used to unload previously preloaded resources (reference count+1) when the specified resources are no longer in use (reference count -1).

● Add the command "Silent Reload", which means that when the game runs on this command, it will silently restart the game and return to the current position, which is beneficial for clearing the current game memory and continuing the game.

● Add the command "Uninstall Interface" so that unnecessary interfaces can be uninstalled (reduce the reference count of its internal resources) (The "Close Interface" command is not uninstalled, it just hides the interface)

● Optimized the history recall interface, changed the list component to optimization mode, no longer causing a decrease in frame rate due to displaying a large amount of dialogue text, and automatically adapted the height based on the text content.

● Fixed an issue where real-time file reading may not have cleared the current scene resources, resulting in a failure to reduce the relevant reference count. (Restarting the game to read files will not cause this problem)

More from 言之叶 - Kotonoha

Other announcements

All news
In-game event26 Jun 2026Update Announcement V0.9941, June 26, 2026Functions ● Scene layer switching: Press Shift+~ to switch to the object layer (originally, Shift+1~9 could switch between layers 1–9). ● In the Scene Editor, a new option has been added to the object layer's right-click menu, listing all layers under the current mouse cursor position for quick selection. (Right-click menu → Select Layer) ● Historical version engine A new option has been added…In-game event28 Apr 2026Update Announcement V0.994 (Plugin System Upgrade) on April 28, 2026Engine - Plugin System Upgrade ● The plugin system now includes version management. When a plugin is published, a new version will be created along with snapshots of the engine version and template versions at the time of release. This resolves compatibility issues caused by template updates (e.g., architectural changes). Users can later install the corresponding version (provided the plugin au…Game update1 Apr 2026April 1, 2026 Minor Update Patch V0.9931Engine Update · Fixed an issue where searching commands in the editor could cause errors or freezes. · Fixed a bug where clicking would display all text when multiple "Wait for Player Input" commands existed in "Show Dialog". · Fixed a bug where blank spaces appeared in "Show Dialog" when text had material effects, non-zero character spacing, and text effects (e.g., 10-frame pause). · Optimized…