Diverse external rocket parts


Rocket part recipes are different on each planet and crafted outside of the silo

Tweaks
10 months ago
2.0
167
Manufacturing

g How to add compat?

1 year, 3 days ago

I am adding compatibility in my own mod, when I looked at the control.lua I saw that there is a generic rocket part that is unlocked when you land on an unsupported planet

How could I add my own planet to that list? Or am I just approaching this the wrong way?

1 year, 3 days ago

any non-vanilla surface should automatically unlock the regular recipe when landed on, you wouldn't need to do anything.

If you want to add your own recipe, you can add your planet to vanilla_plants, and then just add a recipe for regular and expensive mode to data or data-updates

1 year, 3 days ago
(updated 1 year, 3 days ago)

The vanilla_planets variable is local though, I don't think I can add anything to it from another mod without something like remote interfaces

1 year, 3 days ago

should be able to use a remote.call function to add a new surface. not 100% sure it works but it didn't break anything haha. give it a go

1 year, 3 days ago

This seems to work, thank you!

This thread has been locked.