Only Nauvis


A normal Nauvis start, but every other planet is replaced with asteroid belts, so space platforms are still required. Go asteroid mining for Tungsten, Scrap, Lithium and Pentapods to progress through the usual Space Age tech tree.

Overhaul
5 months ago
2.0
921

b Heating Tower Unlock

6 months ago

Heating Tower Unlock currently requires Copper Stromatite, which you can't find on Nauvis.

6 months ago

Hi there,

thanks for the feedback. This is fixed such that the heating tower is now unlocked using research labs as usual.
Thanks
Jack

3 months ago
(updated 3 months ago)

I don't get why I can't research burning tower, it's unavalable yet I have all pre-requis. Looking at the code I don't see problem:

    if data.raw.technology["heating-tower"] then 
        data.raw.technology["heating-tower"].research_trigger = nil

        data.raw.technology["heating-tower"].unit =
        {
          count = 500,
          ingredients =
          {
            {"automation-science-pack", 1},
            {"logistic-science-pack", 1},
            {"chemical-science-pack", 1},
            {"space-science-pack", 1}
          },
          time = 30
        }
    end

So I don't know, It depends on space science thruster and landfill but they are both researched.

Fixed, tech have prerequisites = {"planet-discovery-gleba"}, and since we can't search this it's blocked, I added data.raw.technology["heating-tower"].prerequisites = { "space-science-pack" } and it's fix it. I wonder if factorio API should ignore prerequis tech that doesn't exist... maybe I will create a bug report.

3 months ago

This is still an issue.

I have not attempted Stargateur's fix, so I cannot confirm whether it actually fixes it.

My friend and I will be using a command to bypass it, but I would like to make sure that you are aware.

3 months ago

Hi all,

Thanks for the responses. I'll take another look at this Soon(TM)
Thanks
Jack

New response