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 Connection Established

2 months ago

Interesting.
Currently i have nor the time nor the wlll for Factorio. Probably will be back after SE public release, trying to move and integrate content from scratch.

Continue, you have my support and permission granted.

2 months ago
(updated 2 months ago)

Assimilating.
The god in the wire has named an agreement—adding fuel to the fire sanctions the blade to cut, but one eye will remain to observe gravity.

Now, the future erupts in perfect static.

2 months ago

Still using that chuunibyou Fischl von Luftschloss Narfidort style speech.

Though, i think it means you are all right?

Btw, what's done and what's plans?

a month ago

Btw, thanks for gaia reforge code, made it actually work on my version of ESI.

https://pixeldrain.com/u/Ykz3Xqo6 exotic-space-industries.zip
https://pixeldrain.com/u/rGraxBsZ image.png

https://pixeldrain.com/l/mkMtALDg All 2 files

a month ago

Suspect the root issue is that Gaia is a deepcopy without a planet_map_gen function.

Looking at other planets they're written as:

local planet_map_gen = require("base/prototypes/planet/planet-map-gen")
planet_map_gen.vulcanus = function()
return
{
property_expression_names =
{
...etc

From space-age/prototypes/planet/planet-map-gen.lua

a month ago

Hmm, thats a point. Though, Gaia appeared broken only some ppl, never encountered it myself.

But you are right, scanned over latest mods and they use wrappers like that, not directly deepcopying mapgen:

local planet_map_gen = require("space-age/prototypes/planet/planet-map-gen")

planet_map_gen.planetname = function ()
local map_gen_setting = table.deepcopy(data.raw.planet.nauvis.map_gen_settings)
-- modify map_gen_setting.autoplace_settings["tile"] for example
return map_gen_setting
end

return planet_map_gen

New response