Space Exploration Integration: Standalone Space Age Buildings


[Factorio 2.1: These mods will not be updated for factorio 2.1, so if anyone wants to update and repost them, source is on my github.] Integrates some of the space age machines into space exploration: stack inserters, foundry, electromagnetic plant, and cryogenic plant.

Content
5 months ago
2.0
2.97K
Factorio: Space Age Icon Space Age Mod
Logistics Manufacturing

b [FIXED] quality-se compat

10 months ago
(updated 10 months ago)

quality-se only adds 3 modules.

if mods["quality-se"] then
    data.raw.recipe["quality-module"].category = "electronics"
    data.raw.recipe["quality-module-2"].category = "electronics"
    data.raw.recipe["quality-module-3"].category = "electronics"
    data.raw.recipe["quality-module-4"].category = "electronics"
    data.raw.recipe["quality-module-5"].category = "electronics"
    data.raw.recipe["quality-module-6"].category = "electronics"
    data.raw.recipe["quality-module-7"].category = "electronics"
    data.raw.recipe["quality-module-8"].category = "electronics-with-fluid"
    data.raw.recipe["quality-module-9"].category = "electronics-with-fluid"
end

so this will cause a crash.

the base quality mod needs to be enabled to get all 9 modules. it's a file in se

so, probably need to make 2

if quality-se add
module 1-3

if quality

add module 4-9

10 months ago
(updated 10 months ago)

I do have 9 modules on recent version of se, Ill look at bumping the required version

10 months ago

The quality mod from dlc is incompatible with space exploration so you should not be able to use it with this anyways. I checked on the minimum version of space exploration i require and with quality-se and space-exploration I have 9 quality modules, 4-9 are added by space exploration, so there should not be any issue.

10 months ago

but I will add a check when using them to make sure quality 4-9 exist so it does not crash

New response