Quietust

Results 50 comments of Quietust

@FantasticFwoosh that instance of "forest" has absolutely **nothing** to do with biomes or region types - it just means they want to "return to the forest".

Neither version appears to work right now - I tried downloading Project Ozone 3, and while 1.2.2 gave the above error, the above-linked 1.3.0 successfully downloaded the ZIP file but...

The NTSC NES's framerate of ~60.0988 Hz (21.477272727 MHz / 357366) does not match the refresh rate of any common computer displays, and Nintendulator performs speed throttling based on audio...

On Linux, we'd probably be better off reading `/proc//cmdline`.

I've encountered the "crash upon placing amber preservaion block" multiple times in Project Ozone 3, but I just found that disabling Hwyla (by pressing 1 on the numpad) immediately before...

Turns out DF doesn't even _have_ a "hauler_type" enum, and the arrays in `world.stockpile` (bay12 `storage_handlerst`) are simply two flat sets of variables whose names end with "", "_mining", "_wood",...

> Not all of these things are likely to be instance methods - e.g. "make" is probably a constructor or static function, which can't easily be made virtual. I can...

For reference, what we call `caravan_state` looks to be what Toady calls `plot_merchantst`. * There are at least 4 different functions for getting item values: * * one is an...

Interestingly, we already wanted that function as of Feb 2023, just under _our_ name for it (rather than Toady's name): [> `buildingst::deconstruct` ](https://github.com/DFHack/dfhack/issues/2746#issuecomment-1432646518)

To completely turn off cavern invasions might require scanning for and deleting relevant plot events ("timed_event" in current structures) before they trigger, in case they're capable of happening even in...