diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 8824fff..9fd3419 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -54,7 +54,7 @@ BlueChromaticityCoordinate=(X=0.150000,Y=0.060000) WhiteChromaticityCoordinate=(X=0.312700,Y=0.329000) r.LegacyLuminanceFactors=False r.ClearCoatNormal=False -r.DynamicGlobalIlluminationMethod=1 +r.DynamicGlobalIlluminationMethod=0 r.ReflectionMethod=1 r.ReflectionCaptureResolution=128 r.ReflectionEnvironmentLightmapMixBasedOnRoughness=True diff --git a/Content/AI/BluePrint/BPC_ProjectileAttack.uasset b/Content/AI/BluePrint/BPC_ProjectileAttack.uasset index c6b8d6c..1d0ca09 100644 Binary files a/Content/AI/BluePrint/BPC_ProjectileAttack.uasset and b/Content/AI/BluePrint/BPC_ProjectileAttack.uasset differ diff --git a/Content/AI/DamageSystem/BPC_DamageSystem.uasset b/Content/AI/DamageSystem/BPC_DamageSystem.uasset index ee033b9..d85875a 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 7004de1..b0a2b12 100644 Binary files a/Content/AI/DamageSystem/BPI_Damagable.uasset and b/Content/AI/DamageSystem/BPI_Damagable.uasset differ diff --git a/Content/AI/DamageSystem/E_BlockState.uasset b/Content/AI/DamageSystem/E_BlockState.uasset new file mode 100644 index 0000000..f4294eb Binary files /dev/null and b/Content/AI/DamageSystem/E_BlockState.uasset differ diff --git a/Content/AI/Enemy/AI/AIC_Enemy_Base.uasset b/Content/AI/Enemy/AI/AIC_Enemy_Base.uasset index f7fcbca..aa25cda 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/BT_Enemy_Melee.uasset b/Content/AI/Enemy/AI/BehaviorTree/BT_Enemy_Melee.uasset index fe6580e..0eb6f13 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 f77ae7a..568190c 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/Decorator/BTD_IsTargetAttacking.uasset b/Content/AI/Enemy/AI/Decorator/BTD_IsTargetAttacking.uasset new file mode 100644 index 0000000..c4e3529 Binary files /dev/null and b/Content/AI/Enemy/AI/Decorator/BTD_IsTargetAttacking.uasset differ diff --git a/Content/AI/Enemy/AI/Task/BTT_DefaultAttack.uasset b/Content/AI/Enemy/AI/Task/BTT_DefaultAttack.uasset index 93ad0df..c4a49c0 100644 Binary files a/Content/AI/Enemy/AI/Task/BTT_DefaultAttack.uasset and b/Content/AI/Enemy/AI/Task/BTT_DefaultAttack.uasset differ diff --git a/Content/AI/Enemy/AI/Task/BTTask_MeleeBlock.uasset b/Content/AI/Enemy/AI/Task/BTTask_MeleeBlock.uasset new file mode 100644 index 0000000..1617c98 Binary files /dev/null and b/Content/AI/Enemy/AI/Task/BTTask_MeleeBlock.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 2c04db8..05d28be 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 fb6a0ba..2ef66a3 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 8b6426c..47a4161 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/Player/BP_Player.uasset b/Content/AI/Player/BP_Player.uasset index 5136003..007d394 100644 Binary files a/Content/AI/Player/BP_Player.uasset and b/Content/AI/Player/BP_Player.uasset differ diff --git a/Content/AI/Player/Widget/WB_CrossHair.uasset b/Content/AI/Player/Widget/WB_CrossHair.uasset index ad3c744..a961948 100644 Binary files a/Content/AI/Player/Widget/WB_CrossHair.uasset and b/Content/AI/Player/Widget/WB_CrossHair.uasset differ diff --git a/Content/AI/Projectile/Projectile/BP_Projectile_Base.uasset b/Content/AI/Projectile/Projectile/BP_Projectile_Base.uasset index f1a8009..5ae8495 100644 Binary files a/Content/AI/Projectile/Projectile/BP_Projectile_Base.uasset and b/Content/AI/Projectile/Projectile/BP_Projectile_Base.uasset differ diff --git a/Content/Animation/Melee/Great_Sword_Blocking.uasset b/Content/Animation/Melee/Great_Sword_Blocking.uasset deleted file mode 100644 index 2a14d2a..0000000 Binary files a/Content/Animation/Melee/Great_Sword_Blocking.uasset and /dev/null differ diff --git a/Content/Animation/Melee/SwordBlock/AM_SwordBlockImpact.uasset b/Content/Animation/Melee/SwordBlock/AM_SwordBlockImpact.uasset new file mode 100644 index 0000000..4e0d95b Binary files /dev/null and b/Content/Animation/Melee/SwordBlock/AM_SwordBlockImpact.uasset differ diff --git a/Content/Animation/Melee/SwordBlock/AM_SwordBlocking.uasset b/Content/Animation/Melee/SwordBlock/AM_SwordBlocking.uasset new file mode 100644 index 0000000..ebf9b0a Binary files /dev/null and b/Content/Animation/Melee/SwordBlock/AM_SwordBlocking.uasset differ diff --git a/Content/Animation/Melee/SwordBlock/Great_Sword_Blocking__1_.uasset b/Content/Animation/Melee/SwordBlock/Great_Sword_Blocking__1_.uasset new file mode 100644 index 0000000..e8a8629 Binary files /dev/null and b/Content/Animation/Melee/SwordBlock/Great_Sword_Blocking__1_.uasset differ diff --git a/Content/Animation/Melee/SwordBlock/Great_Sword_Impact.uasset b/Content/Animation/Melee/SwordBlock/Great_Sword_Impact.uasset new file mode 100644 index 0000000..2de533a Binary files /dev/null and b/Content/Animation/Melee/SwordBlock/Great_Sword_Impact.uasset differ diff --git a/Content/Animation/Rifle/AM_Rifle_Fire.uasset b/Content/Animation/Rifle/AM_Rifle_Fire.uasset index 503f1b0..5bc0cbd 100644 Binary files a/Content/Animation/Rifle/AM_Rifle_Fire.uasset and b/Content/Animation/Rifle/AM_Rifle_Fire.uasset differ diff --git a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/0/EB/OJR6PE1X2SYTY2L8Z8EKSF.uasset b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/0/EB/OJR6PE1X2SYTY2L8Z8EKSF.uasset deleted file mode 100644 index 8543f69..0000000 Binary files a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/0/EB/OJR6PE1X2SYTY2L8Z8EKSF.uasset and /dev/null differ diff --git a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/8/09/0SP98F9DB87LA8YKNPOOPM.uasset b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/8/09/0SP98F9DB87LA8YKNPOOPM.uasset index 4ccd11f..b227fc1 100644 Binary files a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/8/09/0SP98F9DB87LA8YKNPOOPM.uasset and b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/8/09/0SP98F9DB87LA8YKNPOOPM.uasset differ diff --git a/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/F/4G/TYFCMQ9MC435YW6FZBF5FS.uasset b/Content/__ExternalActors__/ThirdPerson/Lvl_ThirdPerson/F/4G/TYFCMQ9MC435YW6FZBF5FS.uasset index e24ed02..049e197 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 25adbcc..a4bcd92 100644 --- a/Enemy_AI.uproject +++ b/Enemy_AI.uproject @@ -15,5 +15,8 @@ "Name": "GameplayStateTree", "Enabled": true } + ], + "TargetPlatforms": [ + "Windows" ] } \ No newline at end of file