exfret's randomizer

by exfret

Randomizes every aspect of the game, including recipes, technologies, machines, and more. Download for the ultimate randomization experience that will force you to think in new ways!

Overhaul
2 months ago
1.1 - 2.0
5.95K

b error on loading, change of nil corpse

7 days ago

If setting Extras set to More, on loading with other mods, function at lib/reformat.lua reformat.change_corpse_size local variable corpse may be nil, which leads to error on loading.
I patched it locally just by adding if not corpse then return end, that's not a proper fix, but in unpredictable combination of randomizer with other mods, looks fine to me)

7 days ago

Honestly, that probably is the proper fix. I've had to add those safeguards throughout the code, but forgot in some places like these. I'll fix this when I'm working on the mod again mid-December.

Thanks for the report!

New response