From 207facbc402f5639cbcd31f079214351ef605cf2 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Tue, 22 Jun 2021 14:30:49 +0100 Subject: initial commit after moving to new repo --- .../scripts/aibehavior/behavior_titan.txt | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 Northstar.CustomServers/scripts/aibehavior/behavior_titan.txt (limited to 'Northstar.CustomServers/scripts/aibehavior/behavior_titan.txt') diff --git a/Northstar.CustomServers/scripts/aibehavior/behavior_titan.txt b/Northstar.CustomServers/scripts/aibehavior/behavior_titan.txt new file mode 100644 index 000000000..6070c68eb --- /dev/null +++ b/Northstar.CustomServers/scripts/aibehavior/behavior_titan.txt @@ -0,0 +1,81 @@ +Selector Common + + SelectSchedule_MissileDodge + CNPC_Titan::SelectSchedule_TitanCore + CNPC_Titan::SelectSchedule_PhysEntKnock + SelectSchedule_Flinch + SelectSchedule_DisplaceFromDangerousArea + SelectSchedule_ChangeToDesiredStance + SelectSchedule_SyncedMeleeAttack + SelectSchedule_PressToInitiateSyncedMeleeAttack + CNPC_Titan::SelectSchedule_GotoDefensivePlacement + SelectSchedule_LayeredBehavior +Selector_End + + +Selector Idle + + SelectSchedule_Idle +Selector_End + + +Selector Alert + + SelectSchedule_Alert +Selector_End + + +Selector Combat + + SelectSchedule_StrafeDodge + //SelectSchedule_ForwardDodge + SelectSchedule_MeleeAttack + //SelectSchedule_EvasiveLowAmmo + //SelectSchedule_ChaseEnemy + SelectSchedule_EngagementDistMax + SelectSchedule_CircleStrafe + SelectSchedule_StationaryLowAmmo + SelectSchedule_RangeAttackEvasive + SelectSchedule_RangeAttack2 + SelectSchedule_RangeAttack + SelectSchedule_EngagementDistMin + SelectSchedule_WeaponBlocked + SelectSchedule_CantSeeEnemy + //SelectSchedule_MoveToWeaponRange + SelectSchedule_CombatFace +Selector_End + +Selector CombatAggressive + + SelectSchedule_MeleeAttack + SelectSchedule_StrafeDodge + SelectSchedule_ForwardDodge + SelectSchedule_ChaseEnemy + //SelectSchedule_CircleStrafe + SelectSchedule_StationaryLowAmmo + SelectSchedule_RangeAttackEvasive + SelectSchedule_RangeAttack2 + SelectSchedule_RangeAttack + SelectSchedule_WeaponBlocked + SelectSchedule_CantSeeEnemy + SelectSchedule_CombatFace +Selector_End + + +Selector CombatEvasive + + //SelectSchedule_FearEnemy + SelectSchedule_MeleeAttack + SelectSchedule_BackwardDodge + SelectSchedule_StrafeDodge + SelectSchedule_TakeCoverFromEnemy health > 0.1 + SelectSchedule_CircleStrafe + SelectSchedule_EvasiveLowAmmo + SelectSchedule_RangeAttackEvasive + SelectSchedule_RangeAttack2 + SelectSchedule_RangeAttack + SelectSchedule_EngagementDistMin + SelectSchedule_WeaponBlocked + //SelectSchedule_CantSeeEnemy + SelectSchedule_CombatFace +Selector_End -- cgit v1.2.3