The ability to enable "space age" without adding its content

Place to get help with not working mods / modding interface.
Vano0o0o
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sat Mar 14, 2026 3:16 pm
Contact:

The ability to enable "space age" without adding its content

Post by Vano0o0o »

The bottom line here is this: I am currently writing my own mod, which was originally designed for a game without the "space age" add-on, but whose compatibility will be added later. And at the same time, I want to use the mechanics of an agricultural tower in my mod (since I need to grow trees), but due to the fact that its prototype belongs to SA, it cannot just be brazenly copied into my mod. So I thought that we could somehow include SA in the list of mods, but not add all its content, but only one agricultural tower. Is there such a possibility theoretically? Or is it possible to use the tower independently of the SA?
robot256
Smart Inserter
Smart Inserter
Posts: 1330
Joined: Sun Mar 17, 2019 1:52 am
Contact:

Re: The ability to enable "space age" without adding its content

Post by robot256 »

Look at how Xorimuth made the Mech Armor mod, for example. You are allowed to copy assets from Space Age into your own mod as long as your mod requires the Space Age feature flags (so you have to own the DLC to use it) and it's only distributed on the mod portal.

If you make your own graphics, you still need to require the feature flags to enable the Agricultural Tower prototype in the game engine.
My mods: Multiple Unit Train Control, RGB Pipes, Shipping Containers, Rocket Log, Smart Artillery Wagons.
Maintainer of Auto Deconstruct, Cargo Ships, Vehicle Wagon, Honk, Shortwave.
Vano0o0o
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sat Mar 14, 2026 3:16 pm
Contact:

Re: The ability to enable "space age" without adding its content

Post by Vano0o0o »

So you need to come up with some other solution for growing trees, which will then have to be removed. Okay, thanks
Vano0o0o
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sat Mar 14, 2026 3:16 pm
Contact:

Re: The ability to enable "space age" without adding its content

Post by Vano0o0o »

Still, is there any way to enable SA functions without adding its contents? So that there would be no planets, platforms, or anything else?
User avatar
Silari
Filter Inserter
Filter Inserter
Posts: 612
Joined: Sat Jan 27, 2018 10:04 pm
Contact:

Re: The ability to enable "space age" without adding its content

Post by Silari »

Vano0o0o wrote: Sat Mar 14, 2026 5:26 pm Still, is there any way to enable SA functions without adding its contents? So that there would be no planets, platforms, or anything else?
That is what the feature flag they mentioned does. It doesn't actually enable any of the space age mods, just allows the prototypes/features from the DLC to be used regardless if those mods are actually active, and thus requires that someone owns them to use your mod.

https://lua-api.factorio.com/latest/aux ... #info.json talks about them.
Vano0o0o
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sat Mar 14, 2026 3:16 pm
Contact:

Re: The ability to enable "space age" without adding its content

Post by Vano0o0o »

I'm confused. What do I need to change in the "info.json" so that this error message doesn't appear?
03-14-2026, 21-00-27.png
03-14-2026, 21-00-27.png (19.98 KiB) Viewed 41 times
Vano0o0o
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sat Mar 14, 2026 3:16 pm
Contact:

Re: The ability to enable "space age" without adding its content

Post by Vano0o0o »

I'm an idiot, everything worked for me. Thank you all!
Post Reply

Return to “Modding help”