From 9a96d0bff56f1969c68bb52a2f33296095bdc67d Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Tue, 31 Aug 2021 23:14:58 +0100 Subject: move to new mod format --- .../scripts/aibehavior/behavior_pilot_elite.txt | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 Northstar.CustomServers/mod/scripts/aibehavior/behavior_pilot_elite.txt (limited to 'Northstar.CustomServers/mod/scripts/aibehavior/behavior_pilot_elite.txt') diff --git a/Northstar.CustomServers/mod/scripts/aibehavior/behavior_pilot_elite.txt b/Northstar.CustomServers/mod/scripts/aibehavior/behavior_pilot_elite.txt new file mode 100644 index 000000000..e68f7ddbd --- /dev/null +++ b/Northstar.CustomServers/mod/scripts/aibehavior/behavior_pilot_elite.txt @@ -0,0 +1,63 @@ +Selector Common + + SelectSchedule_RodeoAttack + SelectSchedule_FallToGround + SelectSchedule_MissileDodge + SelectSchedule_Flinch + SelectSchedule_DisplaceFromDangerousArea + //SelectSchedule_ChangeToDesiredStance + SelectSchedule_SyncedMeleeAttack + SelectSchedule_LayeredBehavior +Selector_End + + +Selector Idle + + SelectSchedule_Idle +Selector_End + + +Selector Alert + + SelectSchedule_Alert +Selector_End + + +Selector Combat + + //SelectSchedule_StrafeDodge + //SelectSchedule_ForwardDodge + + SelectSchedule_MeleeAttack + + //CAI_Combatant::SelectSchedule_CombatNewEnemy + SelectSchedule_SwitchWeapon + SelectSchedule_EvasiveLowAmmo + + SelectSchedule_CircleStrafe + CAI_Combatant::SelectSchedule_ShootingCover + //SelectSchedule_Taunt health > 0.8 + + SelectSchedule_ThrowGrenade + SelectSchedule_RangeAttackEvasive + SelectSchedule_RangeAttackTwitch + SelectSchedule_RangeAttack + //SelectSchedule_ChaseEnemy health > 0.4 + + SelectSchedule_CombatFace +Selector_End + +Selector CombatEvasive + + SelectSchedule_StrafeDodge + SelectSchedule_BackwardDodge + SelectSchedule_StationaryLowAmmo + SelectSchedule_RangeAttack2 + SelectSchedule_RangeAttack + SelectSchedule_ChaseEnemy health > 0.4 + SelectSchedule_EnemyTooClose + SelectSchedule_WeaponBlocked + SelectSchedule_CantSeeEnemy + SelectSchedule_CircleStrafe + SelectSchedule_CombatFace +Selector_End -- cgit v1.2.3