Space Is Fake

by Crethor

Space Age compressed to Nauvis. Supports integration of mods, including planets!

Overhaul
2 days ago
2.0
3.70K
Factorio: Space Age Icon Space Age Mod
Enemies Environment Mining Fluids

b Space is Fake / Lignumis Compatibility Issue

11 days ago

Hi! Found a compatibility issue when running Space is Fake with Lignumis (and likely any mod adding an agricultural tower with a small output inventory).

In prototypes/resources.lua (required from data-final-fixes.lua), SIF replaces data.raw.plant["tree-plant"].minable.results with the tree_drops table. With other mods installed, that table grows large: wood, spoilage, kr-biomass (with Krastorio2-spaced-out), conditional landfill/ice-platform entries, plus a 10%-probability entry for every item whose name contains "seed" and has a plant_result. In a larger modpack that's easily 6+ distinct product types.

The engine only lets an agricultural tower harvest if its output inventory could hold one of every possible product type. Lignumis's Burner Agricultural Tower intentionally has output_inventory_size = 3, so it shows a permanent "Not enough space in the output" error even with a completely empty output — the early-game wood loop on Lignumis soft-locks.

Suggested fixes (either works):

  1. In the same final-fixes pass, after building tree_drops, ensure every data.raw["agricultural-tower"] prototype has output_inventory_size >= #distinct products (only raising, never shrinking), or
  2. Cap/trim the seed entries in tree_drops so the product-type count stays within vanilla tower expectations.

I've published a standalone workaround in the meantime: sif-lignumis-agtower-fix (it implements option 1 generically). Happy to have it made obsolete by an upstream fix!

Repro: Space is Fake + Lignumis + Krastorio2-spaced-out, place a Burner Agricultural Tower with tree seeds and fuel, wait for trees to mature.

10 days ago

Great catch! I've uploaded a fix that is basically tree_drops + 2 rounded to the nearest 10, for buffer. Thanks for the feedback!

10 days ago

Hey! That was really fast, thank you so much! (: I've set my little temporary patch as deprecated lol.

I've been having a blast playing with Space is Fake all day; thanks for your dedication and hard work on making this! Totally feels like my new go-to for playing Factorio.

10 days ago

Awesome, glad you are enjoying the mod!

New response