Quietust
Quietust
Download LLibrary 1.7.20 from https://www.curseforge.com/minecraft/mc-mods/llibrary/files/3116493 and replace the old version in your pack.
Download LLibrary 1.7.20 from https://www.curseforge.com/minecraft/mc-mods/llibrary/files/3116493 and replace the old version in your pack.
It appears that while LaborManager was updated to recognize jobs 241-243, AutoHauler and AutoLabor were never updated accordingly. They use pretty much the exact same code (it looks like one...
Which plugins do you have enabled? Can you upload a copy of your fortress somewhere (e.g. DFFD)?
Similar documentation could also be added for Ghidra, though @BenLubar might need to write that (since I don't recall how all of those scripts work).
As I see it, there are two distinct problems here: 1. Fields getting renamed from "unk_123" to "does_something", which breaks scripts referencing the old name (and nothing else) 2. **Unnamed**...
This change looks like it will also affect hives which are queued for construction - the original version of this vmethod checks whether `getBuildStage()` is equal to 0 or 1...
DEBUG_GAMELOG was added at some point between 0.34.11 and 0.44.01, and there's no reason why we can't add it. However, "ALWAYSHAPPY" was obsoleted back when Stress was added and currently...
The problem is that Lua is rendering 2D arrays with the inner length as the **first** number rather than the second number - for example, world_region_details,edges.split_x is logically of type...
Looking at the `write_file` and `read_file` vmethods, the "pointer" at the end of proj_magicst isn't a pointer at all but two 16-bit integers. The first integer is "subtype" - a...