Status
SteamPeaks
ChartsSalesUpcomingPatchesEventsCalculator
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
EventsSteam's own events 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 festsUpcomingPatchesEventsRecordsTrendingSignals
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
Touhou Dystopian›Events›Version 1.1.2 Update Notice - Script-based Mods (DLL) are now supported
In-game event

Version 1.1.2 Update Notice - Script-based Mods (DLL) are now supported

Touhou Dystopian · published 8 months ago

All eventsPlayers around this dateRead on Steam

Optimizations

Resume Game Functionality

  • If you quit the game midway, you can now continue from the subsequent level when you next enter the game.

Voice Recognition System Optimization

  • Implemented newer voice recognition technology, which is theoretically compatible with all Windows versions.

  • To save performance, the voice recognition scope has been narrowed to the specific language selected in the game settings. Tests show that simple English commands are supported regardless of the selected language.

  • Troubleshooting: If you are still unable to use voice recognition successfully, please try the following:

    1. Go to Windows Settings -> Privacy -> Microphone.

    2. Ensure that "Allow desktop apps to access your microphone" is turned On.

Fixes

  • Corrected various translation errors.

Modding Support

Script-based Mods (DLL) are now supported. If you wish to create this type of Mod, please adhere to the following specifications:1. Define Mod ID (info.ini)
In the info.ini file located in the Mod directory, you must set the title field.

  • Example: title = MyCoolMod

2. Coding Standards (C#)

  • References: Include the TD.Modding namespace.

  • Inheritance: The main script must inherit from ModBehaviour.

  • Naming Conventions (CRITICAL):

    • Namespace: Must match the title in info.ini exactly.

    • Class Name: Must be strictly named ModBehaviour.

Code Example:

codeC#

using TD.Modding;// The Namespace must be identical to the title in info.ini
namespace MyCoolMod
{
// The Class name must be fixed as ModBehaviour
public class ModBehaviour : TD.Modding.ModBehaviour
{
public override void OnAfterSetup()
{
// Mod initialization code
}
}
}

3. Output File

  • DLL Filename: The compiled .dll filename must be exactly the same as the title.

  • Example: If title = MyCoolMod, the file must be named MyCoolMod.dll and placed in the Mod root directory.

Future Plans

Next up, I will be tackling the game's most troublesome performance issues. Once the optimization work is complete, I will begin working on new game content.

More from Touhou Dystopian

Other announcements

All events
Game update11 Jul 2026Version 1.2.0e Update Notice\ · Fixed an issue where healing at full health sometimes failed to trigger Reisen's Link Attack . · Fixed an issue where Reverse Shot could not be triggered when Tongue-Ripping Hell was active. · Players can now properly trigger the Deathbomb mechanic with Ultimate when taking lethal damage.Game update24 Jun 2026Version 1.2.0c Update Notice\ · Boss Timers Removed : Removed the time limit mechanism in boss fights on certain difficulties. · Deathbombing Optimization : Successfully triggering a Deathbomb will no longer void your "No Damage" achievements, nor will it negatively affect your Battle Report score. And now, when you take a lethal hit, you can also activate your Ultimate to trigger a Deathbomb effect and avoid death. \ · F…Major update15 Jun 2026Version 1.2.0 Update Notice\ Visuals · Optimized UI & HUD. · General visual adjustments. Difficulty · Added a time limit for Boss battles on certain difficulties. · Added the \ unlockable, which provides multiple extra challenge rules. New Enemies · Added new Elite Enemies: Clownpiece , Rumia , and Daiyousei will appear in \ challenges. Experience & QoL · Added custom keybinding settings for movement. · Added a Music Pla…