So as part of the wormhole mod i'm working on, i am trying to find a way to spawn some kind of radial ring to plot out the systems the WH network will cover. But i've never really touched 3d entities or such things. For reference this gold ring is what I'm trying to recreate:
I see that it's definitely possible to spawn entities on the galaxy map via console. here's my own entity i've made, which needs tweaking to be thinner and less bright (as I literally haven't been able to find the jumpdrive ring DDS file anywhere in the art folders? does anyone know where it is saved?)
My plan is to see if it is possible to spawn / cull these rings via create_ambient_object and destroy_ambient_object either every other month, or whenever a specific megastructure type (the bypasses) are completed, to update the Galaxy map view. All create_ambient_object events seem to be handled at the solar level, but I cant see anything obvious that stops them working on the galactic level.
I've been looking at some example events for this, below; my question is this.

I see that it's definitely possible to spawn entities on the galaxy map via console. here's my own entity i've made, which needs tweaking to be thinner and less bright (as I literally haven't been able to find the jumpdrive ring DDS file anywhere in the art folders? does anyone know where it is saved?)

My plan is to see if it is possible to spawn / cull these rings via create_ambient_object and destroy_ambient_object either every other month, or whenever a specific megastructure type (the bypasses) are completed, to update the Galaxy map view. All create_ambient_object events seem to be handled at the solar level, but I cant see anything obvious that stops them working on the galactic level.
I've been looking at some example events for this, below; my question is this.
- Is there any way to scope to the galaxy and set a star as the point around which an ambient object will spawn?
- The console uses the cursor position, but I will want the event to take the X Y coordinates of the star holding the wormhole station.


Last edited:
- 1