Make enemies ragdoll on death
This commit is contained in:
parent
2de965b050
commit
a03d511ac3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"EngineAssociation": "{8DD3F189-468A-C131-1845-B893D72A159C}",
|
||||
"EngineAssociation": "5.1",
|
||||
"Category": "",
|
||||
"Description": "",
|
||||
"Plugins": [
|
||||
|
@ -124,6 +124,7 @@ ManualIPAddress=
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Enemy")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel3,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Player")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Boss")
|
||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel5,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="IgnoredByPlayer")
|
||||
-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall")
|
||||
-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn")
|
||||
-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic")
|
||||
|
BIN
Content/Blueprints/Enemys/BP_BasicEnemy.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Enemys/BP_BasicEnemy.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/Enemys/BP_BossEnemy.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Enemys/BP_BossEnemy.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/Enemys/BP_IntermediateEnemy_Energy.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Enemys/BP_IntermediateEnemy_Energy.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/Enemys/BP_IntermediateEnemy_Missile.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Enemys/BP_IntermediateEnemy_Missile.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/Enemys/Basics/BP_Enemy_Base.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Enemys/Basics/BP_Enemy_Base.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/Enemys/CharacterEnemies/BP_Enemy_Character.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Enemys/CharacterEnemies/BP_Enemy_Character.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/Items/BP_PickupItem_Health.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Items/BP_PickupItem_Health.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/Items/Basics/BP_PickupItem_Magnetic.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Items/Basics/BP_PickupItem_Magnetic.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/LevelDesign/World/BP_EnemySpawningHut.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/LevelDesign/World/BP_EnemySpawningHut.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/LevelDesign/World/BP_RespawnPoint.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/LevelDesign/World/BP_RespawnPoint.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/Player/BP_ThirdPersonCharacter.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Player/BP_ThirdPersonCharacter.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Blueprints/Projectile/BP_ThrownProjectile.uasset
(Stored with Git LFS)
BIN
Content/Blueprints/Projectile/BP_ThrownProjectile.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Characters/Infantry/SK_Infantry_PhysicsAsset.uasset
(Stored with Git LFS)
BIN
Content/Characters/Infantry/SK_Infantry_PhysicsAsset.uasset
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Content/Materials/Enemies/M_Enemy_Parent.uasset
(Stored with Git LFS)
BIN
Content/Materials/Enemies/M_Enemy_Parent.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/UI/WB_UI.uasset
(Stored with Git LFS)
BIN
Content/UI/WB_UI.uasset
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user