Live
xNullPointer95 updated NPC FreezeBrad Copp published Custom Homing TargetGoldenRatio updated Golden Power ControllerBrad Copp updated Trucker Eventdrifter reviewed Exile - Land of Lost Souls ** Updated for August Update**drifter followed @TrapBoxB1 followed @sulfuralyssa reacted 👍 to MixMenuKit Wrecks updated Gift BoomerB1 updated MixMenuKit B1 published MixMenuKit badgyver updated Chrons TempleBrad Copp updated Deep Sea OptionsBrad Copp updated Ez BoomBoxBrad Copp updated Info Messages (AdvertCycler)Brad Copp updated Unsafe RecyclerRickySpanish followed @RustFlashRustFlash updated MyServerGearZH3LL updated Admin Troll Tool ZRustFlash published RescueMissionRustFlash published Safe Cracker | New Event MethodeRustFlash published NightDomeEventRustFlash published MyNotify | NotifyRustFlash published DispatchWrecks reacted 🔥 to MyServerGearRustFlash reacted 🔥 to MyServerGearPumpkinKing reacted 🔥 to MyServerGearRickySpanish published PurgeFXRustFlash updated MyServerGearKap updated Riptide Zones
Browse/Rust/Plugins/Custom Homing Target

Custom Homing Target

Brad Copp 0.0 (0)v1.1.0OxideCarbon#rust#plugin#pve#pvp
Custom Homing Target1 / 2
A simple plugin to manually add entities you want targetable by the Homing Missile Launcher.
Description

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:

code
1{
2 "Target Prefabs": [
3 {
4 "Path": "assets/content/vehicles/boats/tugboat/tugboat.prefab",
5 "Is Directory": false
6 },
7 {
8 "Path": "assets/content/vehicles/boats/rowboat/rowboat.prefab",
9 "Is Directory": false
10 },
11 {
12 "Path": "assets/prefabs/npc/m2bradley/bradleyapc.prefab",
13 "Is Directory": false
14 }
15 ]
16}

The "IsDirectory" bool can be used if you wish to cover all entities under a certain path, for example all vehicle modules individually targetable:

code
1{
2 "Target Prefabs": [
3 {
4 "Path": "assets/content/vehicles/modularcar/module_entities/",
5 "Is Directory": true
6 }
7 ]
8}

No perms, plug and play with some sample entities included in the default config.

Sponsored
RCONtrol
RCONtrol

Command your Rust server. Live WebRCON console, performance and player monitoring, quick actions, groups and permissions, and plugin management.

Visit site ↗
Free
Download
Views2
Downloads0
Purchases0
Rating 0.0
Version1.1.0
PlatformRust
CategoryPlugins
CompatibleOxide · Carbon
Size8 KB
PublishedSep 3, 2026
UpdatedSep 3, 2026
✓ Reviewed for safety and integrity