From 962903f20169fc995aa2f647533828df09247633 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Thu, 1 Dec 2016 11:01:24 -0600 Subject: [PATCH] Unify javelin guidance for RHS ammo (#4737) --- optionals/compat_rhs_usf3/CfgAmmo.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/optionals/compat_rhs_usf3/CfgAmmo.hpp b/optionals/compat_rhs_usf3/CfgAmmo.hpp index 030d01d0f8..93939879ef 100644 --- a/optionals/compat_rhs_usf3/CfgAmmo.hpp +++ b/optionals/compat_rhs_usf3/CfgAmmo.hpp @@ -221,6 +221,8 @@ class CfgAmmo { seekerMinRange = 0; seekerMaxRange = 2500; // Range from the missile which the seeker can visually search + seekLastTargetPos = 1; // seek last target position [if seeker loses LOS of target, continue to last known pos] + // Attack profile type selection defaultAttackProfile = "JAV_TOP"; attackProfiles[] = { "JAV_TOP", "JAV_DIR" };