Nullius


In this Factorio prequel, you're an android terraforming planets and seeding them with life. Replaces all recipes and technology. No life means no coal, oil, wood, biters, or free oxygen, requiring varied renewable energy sources. For reliability, you'll focus on abundant elements from the air, sea, or common minerals such as iron ore, bauxite, sandstone, and limestone. Advanced technology enables asteroid mining of rarer elements.

Overhaul
3 months ago
1.1
29.9K
Environment Mining Fluids Manufacturing Power

b unknown stack size -> nil errors

3 years ago
   9.400 Mods to disable:Failed to load mods: __nullius__/prototypes/item/boxing.lua:135: attempt to perform arithmetic on local 'ratio' (a nil value)
stack traceback:
    __nullius__/prototypes/item/boxing.lua:135: in function 'create_boxed_item'
    __nullius__/prototypes/item/boxing.lua:245: in main chunk
    [C]: in function 'require'
    __nullius__/data.lua:14: in main chunk

I quickly added:
local ratio = box_ratio[stack_size] or 5
local box_stack = box_stack_size[stack_size] or 50

but you may have a better idea

3 years ago

I assume this is a conflict with another mod? I will generalize this for the next update.

3 years ago

Thanks. It was, and I noticed the data was pulled from a "known" list of stack sizes. That sounded like too easy of a conflict: items with 1, 75, anything...

New response