Outer Rim


Extends the gameplay on Aquilo, Paracelsin, Secretas and Frozeta. Creates more connections between the planets in this region, and adds a few new technologies to them. Secretas is now also playable, can be landed on.

Content
6 hours ago
2.0
4.45K
Factorio: Space Age Icon Space Age Mod
Planets Transportation Logistics Combat Enemies Environment Mining Circuit network Storage

b K2 compatibility minor issue

2 days ago

Hi! I did not see any report about this, but I found out that unlocking "Galvanization tech card" unlocked respective data twice and for some reason also unlocked golden tech data recipe. I looked at the compat file and on line 299 this should be "golden-science-pack" instead:

local golden_tech = data.raw.technology["galvanization-science-pack"]

Also right after this is registered twice, which leads to the double icon unlock:

table.insert(galvanization_tech.effects, {
    type = "unlock-recipe",
    recipe = "outer-rim-galvanization-research-data"
})

I made the changes locally and now the technology correctly unlocks only the relevant recipes and only once. This is really a minor thing, but I was a bit confused initially about the extra recipe.

a day ago

Fixed in dev, releasing as soon as I can.

a day ago
(updated a day ago)

Thanks for the fast reply and update! There was still the other issue though: the extra golden data recipe unlock on line 299 :D
This is also making the technology be called "Golden tech card" instead of "Galvanization", maybe something else down the line.

That looked like a typo or paste error to me instead of intentional change so I had it replaced with:

local golden_tech = data.raw.technology["golden-science-pack"]
a day ago

Yeah, pushing the hotfix later today. Thank you!

New response