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
MonomythNewsBeta 3 is now live on the testbranch
Community

Beta 3 is now live on the testbranch

Monomyth · published 23 May 2026, 12:53 UTC

All newsPlayers around this dateRead on Steam

Hi, dungeon-crawling fans!

Beta 3 is now live on the testbranch! The Land of Godon is completely playable, and you should be able to finish the Inner Sanctum questline!

A few things are still missing from this patch. Female models (and books) will be added over the next few hotfixes. This is actually related to the delay of this patch. I finally fixed my workflow for NPC dialogues.

I used to write all my dialogue trees in tables and adjusted scripting in-engine, because scripting referenced internal code. This made reiterating on dialogue graphs very cumbersome. Whenever I wanted to change a graph, I first had to adjust the structure (or text) in the table, transform the table(s) into the right format (I have talked about that step in an older update), reimport that format into the engine, and redo (!) the scripting on the new structure.

As you can imagine, I was never too keen on refitting dialogue trees. Branches, parallel trees, and complex structures (including skillchecks) would become extremely bothersome as well (and hard to debug).

Well, no more!

I finally found a proper node-based tool that can cover structure and text, and (more importantly) with a little bit of Python magic it can handle scripting as well.

Now all I have to do is save the output, chase it through a Python script, and reimport the result into the engine. Done.

Naturally, I want to use this new tool for the new NPCs as well, so I am still holding them back a bit.

Anyway, as I already mentioned in an earlier update, the new patch contains several new areas. The final area is still a little sparsely populated at the moment, but I included it for the Inner Sanctum quest. My last playtest took me several hours, so you should be busy for a bit.

More lore, quests, and all of that other fun stuff will be added over the next few hotfixes as well.

Until then!

Best wishes,

Michael

More from Monomyth

Other announcements

All news
Major update12 Sep 2026Monomyth Early Access Version 3.0 - Land of Godon is now live!Hi, dungeon-crawling fans! Monomyth Beta 3.0 is now on the main branch! This update contains the fiery Lands of Godon, new quests, NPCs, and many improvements. You can find the trailer here: Here is the full list of changes: * Fixed combat deadlock bug * Lowered global attack cooldown * Fixed ranged fighters moving up to player unnecessarily * Fixed NPC combat stamina deadlock * Fixed strafing…Community3 Aug 2026EA3.0.0b is now on the test branchHi, dungeon-crawling fans! The latest patch EA3.0.0b is now on the test branch. It took a while because the patch combines a series of smaller fixes plus additional content and a lighting rebuild (hence the size; sorry for that). Here is the full list of changes: * Aspect ratio is now maintained horizontally * Fixed the hatch puzzle in the academy * Jumping into teleporters will no longer cause…Community30 Apr 2026Quick Update: Wrapping Up Beta 3Hi, dungeon-crawling fans! Just a quick update: I am currently wrapping up my work on Beta 3. I switched out another section of the map, but I will try to get it all done during next week. The patch will then be pushed to the test branch first. To access the test branch, pick the corresponding beta selection in your game's Steam properties (right-click on your library entry). As mentioned in th…