View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013273 | Dwarf Fortress | World Generation -- General | public | 2025-08-29 14:17 | 2025-08-29 21:06 |
Reporter | CptnKaladin | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 52.01 | ||||
Summary | 0013273: Things in Mysterious Dungeons are Named Wrong | ||||
Description | Historical Figures are named after the Chaos Sphere, regardless of the actual sphere of the Primordial Remnants. (i.e. "Follower of Chaos", "Cleric of Change", "Maelstrom Adept" in a world with sunstone remnants.) Animals in dungeons are named "Fierce Animal" instead of the previous "Fierce [Sphere] Animal". No more Fierce Sleeping Anacondas :( Solid Globs of Healing Substance are unnamed, simply a blank space followed by a number. "This is a stack of 5 ." "This is a ." Liquid Healing Substances generate with normal names though. | ||||
Steps To Reproduce | Every world I generate in V52 has these issues, I've tried a fresh install without mods, but the only thing that fixes it is rolling back to 51.13. | ||||
Tags | No tags attached. | ||||
|
The problem with healing globs appears to be a typo in data/vanilla/vanilla_procedural/scripts/generators/materials.lua - in particular, the ALL_SOLID names have early "]" characters in them.materials.mythical_healing.default=function() A new world will need to be generated in order to fix those. I haven't looked into the other issues. |
|
Tangentially, in the next if block in that file, there's a missing closing bracket for the 1st DISPLAY_COLOR. |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-08-29 14:17 | CptnKaladin | New Issue | |
2025-08-29 14:17 | CptnKaladin | Tag Attached: chaos | |
2025-08-29 14:17 | CptnKaladin | Tag Attached: mysterious dungeons | |
2025-08-29 14:17 | CptnKaladin | Tag Attached: primordial remnant | |
2025-08-29 14:18 | CptnKaladin | Tag Detached: chaos | |
2025-08-29 14:18 | CptnKaladin | Tag Detached: mysterious dungeons | |
2025-08-29 14:18 | CptnKaladin | Tag Detached: primordial remnant | |
2025-08-29 20:20 | Quietust | Note Added: 0042868 | |
2025-08-29 20:27 | Quietust | Note Edited: 0042868 | |
2025-08-29 20:28 | Quietust | Note Edited: 0042868 | |
2025-08-29 21:06 | Ziusudra | Note Added: 0042869 |