WheteThunger / MonumentAddons

Add entities, spawn points and more to monuments
https://umod.org/plugins/monument-addons
MIT License
5 stars 9 forks source link

Support arbitrary dynamic monuments #17

Closed WheteThunger closed 1 month ago

WheteThunger commented 2 years ago

Currently, the plugin supports Cargo Ship as a dynamic monument. What that means is that players can attach addons to the Cargo Ship which will spawn every time a Cargo Ship entity does.

There are other good use cases for dynamic monuments, such as dwelling entities. All of the structures that spawn at the desert military base are dwelling entities. It would be cool to place a spawn point on the helipad entity so that it can periodically spawn minicopters and scrap helicopters. While someone could place a spawn point at the monument today, there's no guarantee that the helipad would spawn in the same location each map wipe. Parenting the spawn point to the helipad entity would be the best way to achieve this.

This feature should be built to be extensible so that not only dwelling entities could become dynamic monuments, but any entity could, including loot piles.

WheteThunger commented 1 month ago

Implemented in v0.17.0.