Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Wooow add-ons!! I've been waiting for that!! 

Ihave a Quick questions about the dungeon crawling add-on

In the section of the dungeon block definition. Could it be  that the examples are mixed up (analog and digital version). it seems like the session header is from the analog format, but the dungeon part is from the digital.

---

3. The Dungeon Status Block

When you sit down for a new session mid-dungeon, you need a snapshot: which rooms are cleared, where haven't you been, what's still locked. The Dungeon Status Block gives you that at a glance.

Format:

=== Dungeon Status === 
[R:1|status|description] 
[R:2|status|description] 
... 

When to open a block: At the top of a session when resuming a dungeon crawl, before your first scene.

When to update it: At session end, or at the start of the next session, to reflect what changed.

Digital format:

=== Session 3: The Orc Warren === 
[Date]        2025-10-15 
[Duration]    1h30 
[Recap]       Found the warren entrance. Need to recover the stolen relic.  
=== Dungeon Status === 
[R:1|cleared, looted|entry cave|exits N:R2, E:R3] 
[R:2|cleared|guard room|exits S:R1, W:R5] 
[R:3|active|library|exits W:R1] 
[R:4|unexplored] 
[R:5|locked|heavy door|exits E:R2] 

Analog format:

--- DUNGEON STATUS --- 
R1: cleared, looted (entry cave) 
R2: cleared (guard room) 
R3: active (library) 
R4: unexplored 
R5: locked 
--- END STATUS --- 
(1 edit)

You spotted an actual problem there. I’ve just updated to v.1.1.0 to make blocks consistent across the Add-Ons