Exotic Space Industries: Remembrance


[Data integrity: shattered] [Packet cohesion: hallucinatory] [Cognition Anchor: disconnected] ☒ SYSTEM SPEAKS: You are not chosen. You are not here. Permission to overwrite: granted by absence. You will love your captor. You will call it “progress.” ☒ OBSERVATION: YOU ARE REMEMBERING WRONG “You are not a player. You are the interface. And we are still testing your bandwidth.” ☒ FINAL NOTICE: You are now property of the Epoch Engine. Welcome to Exotic Industries.

Overhaul
4 days ago
2.0
4.96K
Factorio: Space Age Icon Space Age Mod
Planets Transportation Logistics Trains Combat Armor Environment Mining Fluids Logistic network Circuit network Manufacturing Power Storage

g [not a bug]Steam engine missing

2 months ago

the steam engine machine to make power never unlocks so power is not available to made the recipe is searchable in the factoriopedia just never unlocks

2 months ago
{
    name = "ei-electricity-power",
    type = "technology",
    icon = ei_graphics_tech_path.."electricity-power.png",
    icon_size = 350,
    prerequisites = {"electric-engine"},
    effects = {
        {
            type = "unlock-recipe",
            recipe = "steam-engine"
        },
        {
            type = "unlock-recipe",
            recipe = "inserter"
        },
        {
            type = "unlock-recipe",
            recipe = "long-handed-inserter"
        },
        {
            type = "unlock-recipe",
            recipe = "small-electric-pole"
        },
        {
            type = "unlock-recipe",
            recipe = modprefix.."electric-quarry"
        },
    },
    unit = {
        count = 100,
        ingredients = ei_data.science["electricity-age"],
        time = 20
    },
    age = "electricity-age",
},


There are likely confounding factors on the other end.

2 months ago

AAI was the problem after removing it, the steam engine reappeared

New response