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
言之叶 - KotonohaNewsUpdate Announcement V0.9941, June 26, 2026
In-game event

Update Announcement V0.9941, June 26, 2026

言之叶 - Kotonoha · published 26 Jun 2026, 11:40 UTC

All newsPlayers around this dateRead on Steam

Functions

● 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 engineA new option has been added to the software startup interface, allowing you to freely switch between the latest engine version and the engine version corresponding to the project:[Use Latest Version]: Always use the most recent version.[Use Project-Corresponding Version]: Use the engine version that was current when the template was published. (Note that some features, such as cloud services, may not be compatible. If you encounter issues, please try downloading an older version of the software or switch to the latest version.)For officially released game projects, locking the engine version prevents unexpected changes caused by engine updates.Starting from v0.9918, for earlier versions, please manually download the historical version and copy the files over. Download the older version of the software, and copy the following four directories from the old version:
kdsrpg\\coreTemplate\\GameCreator2D\\behaviorView
kdsrpg\\coreTemplate\\GameCreator2D\\editorAsset
kdsrpg\\coreTemplate\\GameCreator2D\\GameCreator
kdsrpg\\coreTemplate\\GameCreator2D\\GameCreatorLibPaste them into the corresponding directory under the new version (0.xxx is the version number); if the directory does not exist, you can create it yourself:
kdsrpg\\coreTemplateHistory\[url="https://0.xxx/"]0.xxx\\coreTemplate\\GameCreator2D● Particle trail effect implementationSupports trail effects for particle animations placed on the scene, image layers, or UI interfaces when they move.(When a particle animation is placed on the scene, an image layer, or the UI, it will automatically generate a trail effect whenever it moves.)Note: Currently, rotating particle animations cannot be displayed correctly. If a template includes animations that automatically rotate based on direction, proper support will be available after a template update.(For example, in the Black Book template, if the projectile uses a particle animation, you should uncheck "Bullet follows orientation rotation.")(Particle animations are more performance-intensive than sprite-frame animations. Please use them according to your actual needs.)
● Added Publish Plugin to Local and Plugin Publish Content Manager(This feature uses an external window for the GUI, with the operation interface generated by AI, calling the open interfaces provided by the editor. In future versions, these interfaces will be fully opened to allow AI-driven editor extensions.)【Local Plugin Manager】: Allows you to publish plugins to your local machine.  -- Supports cross-project usage (for the author's personal use only; files are stored in the software installation directory).  -- Supports simulation as a cloud plugin installation (manually enter the cloud plugin ID).【Publish Cache Manager】: Saves and backs up the published plugin content.  -- Supports custom storage and management (files are stored in the project directory).  -- Supports full backup.● Plugin Publishing Changes:  -- Default skins and settings resources are prohibited from being uploaded.  -- When overwriting a plugin, the system will attempt to restore database modules from the older version of the plugin (only if the module variable names match). (Always remember to back up your project when overwriting.)


BUG Fixes and Optimizations

● Fixed an issue where clearing items using the right-click menu in custom commands and other areas caused the default block to be lost.● Fixed an issue where, when installing a plugin with an ID lower than 1000, replacements were incorrectly applied (e.g., xxx_1 → xxx_2 would incorrectly change xxx_1001 → xxx_2001).● Fixed an issue where, during runtime in linear mode with zoom enabled, seams between tiles might frequently flicker.● Significantly optimized the efficiency of cloning objects when scene object modules are present (resolving occasional stuttering issues when respawning or cloning in certain situations).

API Adjustments

GameAudio:

  • Added global volume audioVolume: affects all audio volumes (multiplicative stacking).

  • Added a series of related dispatched events.

  • Added global video volume videoVolume: affects all video volumes (multiplicative stacking).

  • Added global mute settings as well as individual mute settings for BGM/BGS/SE/TS/video, etc.

  • Added Music Effect (ME): GameAudio.playME. When this music effect is played, BGM will automatically mute and resume after playback ends.

GCAnimation:

  • Added particleTailEnabled, default = true, indicating that trails are enabled.

  • Added particleTailScale, default = 1, indicating the trail multiplier.

ClientWorld:

  • Added event EVENT_INITIALIZING_SYSTEM_MODULE: string; – triggered during initialization (for system modules / system plugins).

  • Added event EVENT_INITIALIZING_GAME_MODULE: string; – triggered during initialization (for game modules).

Custom command phrase descriptions now include Game.data.customGameStringList, etc.

More from 言之叶 - Kotonoha

Other announcements

All news
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…Major update16 Mar 2026Update Announcement V0.993 (Search Commands and Navigation) on March 16, 2026New: Search A new Search module has been added between Plugin Manager and Settings (or press CTRL+F to open). This feature can be used to search for written event logic, allowing you to locate and jump to related commands for viewing or modification. Below is the search panel: Below is the search results panel (double-click the first column to jump to the specified location): When the focus is…