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 March 8, 2024
In-game event

Updated explanation on March 8, 2024

言之叶 - Kotonoha · published 9 Mar 2024, 02:17 UTC

All newsPlayers around this dateRead on Steam

function

● Tsconfig.json supports GameCreator's unique parameters, making it more convenient to use third-party vscode. The latest version of the template will default to enabling these two parameters.

--FilesAutoManage means that when set to true, every time a game is launched (compiled) in the GameCreator editor, it will automatically change the tsconfig.json of the corresponding project, allowing files to automatically add newly added code files and correct sorting, so that they can be directly compiled in third-party code editors such as vscode without manual management of adding files and sorting.

--ReferencesAutoManage represents the automatic association of additional libraries in GC to ensure the correctness of code prompts in third-party code editors such as vscode

● Added some properties of interface components that can be enumerated

Adjustment and problem fixing

● Update developer kernel: GameCreator2D and GameCreator2D-Example

● Open API: ClientSceneObject:: SystemUILayer

● Fix an error issue with a code editor

● Fix an error caused by changing the walking chart in a scene in certain situations

● Fix the issue of collision between double clicking on auxiliary objects to add nodes and double
clicking to exit the hierarchy in the animation editor operation sub level

● Fix an error in the custom component - animation emitter

Template General Update

● The tsconfig configuration has been updated to enable the automatic sorting parameter of gamecreator TSconfig by default. The editor will automatically sort and write the latest code file to tsconfig every time the game is launched.

● Updated package.json, reduced unnecessary dependencies, fixed vscode compilation and test startup

● Fix an error message when the game controller is not inserted in certain environments (such as certain browsers)

Eyes of star

● Fix the possibility of losing the saved image book during the second file reading, which may have been an error

Feather of cyan

● The default check box only allows players to touch and wait when touched
The Black Book

● Increase game value - the position of the selected character's team in the character panel

● Increase game values - character numbers selected in the character panel

● The default check box only allows players to touch and wait when touched

Sword of dream

● Team module adds drop settings: In addition to drop settings from enemy characters, additional drop experiences/coins/items/equipment for the team can be added here.

● Fix errors in using variables to set enemy attributes for several instructions (such as replacing character skills)

● Optimize the issue of incomplete display of attributes in character modules and equipment modules due to low computer resolution and width

Shoot of sky

● Add a save point preset that can be reset after leaving the scene after use, which means that by switching back and forth, the scene can be continuously saved.

● The prop module has added the option of "virtual props", which means that after picking from the map, it will not enter the backpack, but only produces a picking effect. (such as the medical package and energy package in the example)

● Optimize enemy attacks/skills: (Convenient to create a similar design where players immediately avoid standing still when the enemy starts attacking but has not yet fallen)

1. Ensure that the position of the target is the shooting target point at the beginning of the attack action

2. The actual shooting angle is at the moment of release, and my shooting point and target's original position are for shooting access

3. Ensure that the attack action is played before it is considered complete

● The problem of not displaying names in the prop section of the optimization example

● Optimize the shooting angle for players when using the mouse, and change it to the center point of the player's bounding box and the mouse position

● Add preset destructible supply boxes

● Fixed bug where enemy bullets penetrated walls

● Fix the issue of trigger special event failure caused by state page switching

● Fixed an error where players and enemies in the current scene had their health and energy restored to full after reading files

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…