diff --git a/Content/AI/DamageSystem/BPC_DamageSystem.uasset b/Content/AI/DamageSystem/BPC_DamageSystem.uasset index 4393efc..5afdc03 100644 Binary files a/Content/AI/DamageSystem/BPC_DamageSystem.uasset and b/Content/AI/DamageSystem/BPC_DamageSystem.uasset differ diff --git a/Content/AI/DamageSystem/BPI_Damagable.uasset b/Content/AI/DamageSystem/BPI_Damagable.uasset index 3856b08..089dd05 100644 Binary files a/Content/AI/DamageSystem/BPI_Damagable.uasset and b/Content/AI/DamageSystem/BPI_Damagable.uasset differ diff --git a/Content/AI/Enemy/AI/AIC_Enemy_Base.uasset b/Content/AI/Enemy/AI/AIC_Enemy_Base.uasset index 802a8ea..3e7a4a6 100644 Binary files a/Content/AI/Enemy/AI/AIC_Enemy_Base.uasset and b/Content/AI/Enemy/AI/AIC_Enemy_Base.uasset differ diff --git a/Content/AI/Enemy/AI/BehaviorTree/BTT_RangeAttack.uasset b/Content/AI/Enemy/AI/BehaviorTree/BTT_RangeAttack.uasset new file mode 100644 index 0000000..976e4a0 Binary files /dev/null and b/Content/AI/Enemy/AI/BehaviorTree/BTT_RangeAttack.uasset differ diff --git a/Content/AI/Enemy/AI/BehaviorTree/BT_Enemy_Melee.uasset b/Content/AI/Enemy/AI/BehaviorTree/BT_Enemy_Melee.uasset index 155c4b2..0d1080f 100644 Binary files a/Content/AI/Enemy/AI/BehaviorTree/BT_Enemy_Melee.uasset and b/Content/AI/Enemy/AI/BehaviorTree/BT_Enemy_Melee.uasset differ diff --git a/Content/AI/Enemy/AI/BehaviorTree/BT_Enemy_Ranged.uasset b/Content/AI/Enemy/AI/BehaviorTree/BT_Enemy_Ranged.uasset index dcd9ae2..9e18a13 100644 Binary files a/Content/AI/Enemy/AI/BehaviorTree/BT_Enemy_Ranged.uasset and b/Content/AI/Enemy/AI/BehaviorTree/BT_Enemy_Ranged.uasset differ diff --git a/Content/AI/Enemy/AI/BehaviorTree/Task/BTT_DefaultAttack.uasset b/Content/AI/Enemy/AI/BehaviorTree/Task/BTT_DefaultAttack.uasset index ab97903..ed887d6 100644 Binary files a/Content/AI/Enemy/AI/BehaviorTree/Task/BTT_DefaultAttack.uasset and b/Content/AI/Enemy/AI/BehaviorTree/Task/BTT_DefaultAttack.uasset differ diff --git a/Content/AI/Enemy/AI/BehaviorTree/Task/BTT_MeleeAttack.uasset b/Content/AI/Enemy/AI/BehaviorTree/Task/BTT_MeleeAttack.uasset new file mode 100644 index 0000000..27fef53 Binary files /dev/null and b/Content/AI/Enemy/AI/BehaviorTree/Task/BTT_MeleeAttack.uasset differ diff --git a/Content/AI/Enemy/AI/BehaviorTree/Task/BTT_MovetoIdealRanged.uasset b/Content/AI/Enemy/AI/BehaviorTree/Task/BTT_MovetoIdealRanged.uasset index 8f41653..351917d 100644 Binary files a/Content/AI/Enemy/AI/BehaviorTree/Task/BTT_MovetoIdealRanged.uasset and b/Content/AI/Enemy/AI/BehaviorTree/Task/BTT_MovetoIdealRanged.uasset differ diff --git a/Content/AI/Enemy/AI/EQS/EQS_Context_AttackTarget.uasset b/Content/AI/Enemy/AI/EQS/EQS_Context_AttackTarget.uasset index 5869227..83b17bb 100644 Binary files a/Content/AI/Enemy/AI/EQS/EQS_Context_AttackTarget.uasset and b/Content/AI/Enemy/AI/EQS/EQS_Context_AttackTarget.uasset differ diff --git a/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Base.uasset b/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Base.uasset index a782f4b..1359a68 100644 Binary files a/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Base.uasset and b/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Base.uasset differ diff --git a/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Melee.uasset b/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Melee.uasset index 0f40b6a..f7250c7 100644 Binary files a/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Melee.uasset and b/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Melee.uasset differ diff --git a/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Ranged.uasset b/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Ranged.uasset index 47a4161..a8478dc 100644 Binary files a/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Ranged.uasset and b/Content/AI/Enemy/BluePrint/Actor/BP_Enemy_Ranged.uasset differ diff --git a/Content/AI/Enemy/BluePrint/Interface/BPI_Enemy_AI.uasset b/Content/AI/Enemy/BluePrint/Interface/BPI_Enemy_AI.uasset index 7c6799d..27c3899 100644 Binary files a/Content/AI/Enemy/BluePrint/Interface/BPI_Enemy_AI.uasset and b/Content/AI/Enemy/BluePrint/Interface/BPI_Enemy_AI.uasset differ diff --git a/Content/AI/Player/BP_Player.uasset b/Content/AI/Player/BP_Player.uasset index a552c70..8a26a80 100644 Binary files a/Content/AI/Player/BP_Player.uasset and b/Content/AI/Player/BP_Player.uasset differ diff --git a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/2/LF/PV9RXS23897LCO7PJSBHSF.uasset b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/2/LF/PV9RXS23897LCO7PJSBHSF.uasset index fdb7b92..7a00a12 100644 Binary files a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/2/LF/PV9RXS23897LCO7PJSBHSF.uasset and b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/2/LF/PV9RXS23897LCO7PJSBHSF.uasset differ diff --git a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/3/BK/TLMUO6G1JSZVTC1Q9PEFI7.uasset b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/3/BK/TLMUO6G1JSZVTC1Q9PEFI7.uasset deleted file mode 100644 index c5a5479..0000000 Binary files a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/3/BK/TLMUO6G1JSZVTC1Q9PEFI7.uasset and /dev/null differ diff --git a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/3/O1/SVS6GEKCK6DSNP5XIZQZN1.uasset b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/3/O1/SVS6GEKCK6DSNP5XIZQZN1.uasset deleted file mode 100644 index 6cfdd36..0000000 Binary files a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/3/O1/SVS6GEKCK6DSNP5XIZQZN1.uasset and /dev/null differ diff --git a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/5/0I/0XIUQVKMFZ3IG94S5HANL7.uasset b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/5/0I/0XIUQVKMFZ3IG94S5HANL7.uasset new file mode 100644 index 0000000..f5858d0 Binary files /dev/null and b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/5/0I/0XIUQVKMFZ3IG94S5HANL7.uasset differ diff --git a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/7/I0/YFUD8153VCO03D3UAMDM7P.uasset b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/7/I0/YFUD8153VCO03D3UAMDM7P.uasset new file mode 100644 index 0000000..0e5cd29 Binary files /dev/null and b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/7/I0/YFUD8153VCO03D3UAMDM7P.uasset differ diff --git a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/C/HY/Q7CPP7VHOXBAMAJI90W626.uasset b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/C/HY/Q7CPP7VHOXBAMAJI90W626.uasset index cb2b703..8d1c379 100644 Binary files a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/C/HY/Q7CPP7VHOXBAMAJI90W626.uasset and b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/C/HY/Q7CPP7VHOXBAMAJI90W626.uasset differ diff --git a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/D/7B/YKBSKAQAX1SS58AICXGVUI.uasset b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/D/7B/YKBSKAQAX1SS58AICXGVUI.uasset deleted file mode 100644 index fd9de28..0000000 Binary files a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/D/7B/YKBSKAQAX1SS58AICXGVUI.uasset and /dev/null differ diff --git a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/F/4G/TYFCMQ9MC435YW6FZBF5FS.uasset b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/F/4G/TYFCMQ9MC435YW6FZBF5FS.uasset index 049e197..eb81b70 100644 Binary files a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/F/4G/TYFCMQ9MC435YW6FZBF5FS.uasset and b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/F/4G/TYFCMQ9MC435YW6FZBF5FS.uasset differ diff --git a/Enemy_AI.uproject b/Enemy_AI.uproject index a4bcd92..418b3cc 100644 --- a/Enemy_AI.uproject +++ b/Enemy_AI.uproject @@ -14,6 +14,14 @@ { "Name": "GameplayStateTree", "Enabled": true + }, + { + "Name": "MobilePatchingUtils", + "Enabled": false + }, + { + "Name": "LocationServicesBPLibrary", + "Enabled": false } ], "TargetPlatforms": [