About Custom Homing Target
A simple plugin to manually add entities you want targetable by the Homing Missile Launcher.
The most basic use case is targeting Bradley APC or other vehicle using the homing missile launcher as shown in example config:
{ "Target Prefabs": [ { "Path": "assets/content/vehicles/boats/tugboat/tugboat.prefab", "Is Directory": false }, { "Path": "assets/content/vehicles/boats/rowboat/rowboat.prefab", "Is Directory": false }, { "Path": "assets/prefabs/npc/m2bradley/bradleyapc.prefab", "Is Directory": false } ] }
The "IsDirectory" bool can be used if you wish to cover all entities under a certain path, for example all vehicle modules individually targetable:
{ "Target Prefabs": [ { "Path": "assets/content/vehicles/modularcar/module_entities/", "Is Directory": true } ] }
No perms, plug and play with some sample entities included in the default config.