Factorio HD Age: Space Age - Production


This mod contains and integrates HD textures for the production entities of the Space Age DLC.

Tweaks
a month ago
2.0
12.8K
Mining Fluids Manufacturing Power

i [Changed] Apply images in data-updates

7 months ago

Hi there,
I am confronted with an incompatibility with your mod and my mod Lignumis.
The thing is, that I copy some vanilla entities and then apply my changes (including new graphics of the same size as vanilla graphics) to create a new tier of those entities. I don't set the graphics sizes because I don't change them.
Because you change the images in data, there is no way for me to guarantee that my code is loaded first.
If you could move your code to data-updates instead, you would avoid a lot of potential incompatibilities.
Would that work for you?

7 months ago

Hi,
Since it doesn't matter where I put the whole thing, there will always be collisions with other mods somewhere, so I added another option.
If you add the following code in the "settings-updates.lua", you force my mod to skip all corresponding textures in the data.lua.

data.raw["bool-setting"]["f_hd_a_sa_p_disable_agricultural_tower_crane"].hidden = true
data.raw["bool-setting"]["f_hd_a_sa_p_disable_electromagnetic_plant_rotate"].hidden = true
data.raw["bool-setting"]["f_hd_a_sa_p_disable_foundry"].hidden = true

I hope this helps. If it doesn't, please write to me again.

7 months ago

Or is it that my mod has already changed the data.raw[...]... and therefore you can only get an incompatible copy and the actual texture is not modified by you and should be available in HD?

7 months ago

Or is it that my mod has already changed the data.raw[...]... and therefore you can only get an incompatible copy and the actual texture is not modified by you and should be available in HD?

Exactly. I don't rely on you not changing the data. I just want the original copy before you change it.

7 months ago
(updated 7 months ago)

Okay, got it. The update is on its way.

7 months ago

Thank you.

This thread has been locked.