==================================================
     GTA V Dynamic Missiles Mod by CamxxCore
==================================================

--- Prerequisites ---

ScriptHook V - http://www.dev-c.com/gtav/scripthookv/

ScriptHook V .NET - https://www.gta5-mods.com/tools/scripthookv-net

--- Installation ---

1. Create a folder called "scripts" in the main folder where GTA is installed (if not already there)

2. Place AdaptiveMissiles.dll and AdaptiveMissiles.ini inside the folder

--- Information for modders creating vehicles to work with this script ---

The script searches for 4 dummies on the vehicle model with the names "break_extra_1", "break_extra_2", "break_extra_5" and "break_extra_6".

If any one of those dummies are not present, the vehicle is considered incompatible.

The dummies need to be assigned to vehicle parts in the following order for the script to work as intended:

break_extra_1 -> outside left missile 
break_extra_2 -> inside left missile 
break_extra_5 -> inside right missile  
break_extra_6 -> outside right missile

(This is the exact same layout as with the lazer)