Quietust

Results 50 comments of Quietust

Doest the problem also occur if you replace the Crystal chests with Diamond or Obsidian chests?

What happens if you edit the stack frame and retype `local_28` as `int[6]`?

For what it's worth Dire encountered this exact problem in his Let's Play series. It's probably also worth pointing out that Industrial Foregoing and Functional Storage were written by the...

Built animal traps have a "reload timer" which they use for adding bait; in theory, we could reuse this to also space out "release creature" jobs to reduce cancellation spam...

Layer stone tiles are made of `STONE`, while obsidian tiles created by mixing water+magma are made of `LAVA_STONE`.

Under normal circumstances, `world->map.block_index`, `world->map.block_index[x]`, and `world->map.block_index[x][y]` should **never** be NULL as long as x/y are valid, but `world->map.block_index[x][y][z]` can **definitely** be NULL if a particular block happens to be...

I did not modify `modtools/create-item`, since it already has its own workaround code for handling item stacks (and it should continue to work as-is).

This appears to have broken `modtools/create-item`, despite my efforts to maintain compatibility: apparently, `luaL_optint(state, 7, 1)` returns **zero** when the parameter is absent, rather than returning 1 like I was...

IF you want to completely get rid of them, you can edit the entity position definitions for your site government entity and set their mandate counts to zero.