Page 1 of 1

List of Space Platforms orbiting a given planet

Posted: Fri Jul 11, 2025 2:03 pm
by Gizzmohammer
Request:

LuaPlanet.GetStoppedSpacePlatforms(force?)

Returns a list of Space Platforms currently stopped at the planet (optionally filtered by force)

Reasoning:

There must be some system that tracks this already (for rocket silos, etc). Would be nice to have access to that through the API.

Possible uses:

- alternate platform/planet logistic solutions
- platform-to-platform logistics
- platform-to-platform combat
- platform-to-planet combat (orbital laser)

Current workarounds:

brute-force checking every spaceplatform.location in each force.platforms list

Re: List of Space Platforms orbiting a given planet

Posted: Mon Aug 11, 2025 3:37 pm
by Rseding91
I've added this for the next release. Note that it will only include platforms that have the starter pack applied (that have the hub itself built).

Re: List of Space Platforms orbiting a given planet

Posted: Wed Aug 13, 2025 8:56 am
by Puke
Noice ! This is going to make P2P Automation so much easier from now on.