Imported VaultIt Plugin and Setup Project
This commit is contained in:
parent
9cf6884335
commit
e2a109255b
@ -36,6 +36,7 @@
|
|||||||
+Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.")
|
+Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.")
|
||||||
+Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ")
|
+Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ")
|
||||||
+Profiles=(Name="Projectile",CollisionEnabled=QueryOnly,bCanModify=True,ObjectTypeName="Projectile",CustomResponses=,HelpMessage="Preset for projectiles")
|
+Profiles=(Name="Projectile",CollisionEnabled=QueryOnly,bCanModify=True,ObjectTypeName="Projectile",CustomResponses=,HelpMessage="Preset for projectiles")
|
||||||
|
+Profiles=(Name="Vault",CollisionEnabled=QueryOnly,bCanModify=True,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="Needs description")
|
||||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Projectile")
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Projectile")
|
||||||
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Waypoint")
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Waypoint")
|
||||||
+EditProfiles=(Name="Trigger",CustomResponses=((Channel="Projectile",Response=ECR_Ignore)))
|
+EditProfiles=(Name="Trigger",CustomResponses=((Channel="Projectile",Response=ECR_Ignore)))
|
||||||
@ -128,6 +129,7 @@ AppliedDefaultGraphicsPerformance=Maximum
|
|||||||
+ActiveClassRedirects=(OldClassName="TP_FirstPersonProjectile",NewClassName="EndlessVendettaProjectile")
|
+ActiveClassRedirects=(OldClassName="TP_FirstPersonProjectile",NewClassName="EndlessVendettaProjectile")
|
||||||
+ActiveClassRedirects=(OldClassName="TP_FirstPersonGameMode",NewClassName="EndlessVendettaGameMode")
|
+ActiveClassRedirects=(OldClassName="TP_FirstPersonGameMode",NewClassName="EndlessVendettaGameMode")
|
||||||
+ActiveClassRedirects=(OldClassName="TP_FirstPersonCharacter",NewClassName="EndlessVendettaCharacter")
|
+ActiveClassRedirects=(OldClassName="TP_FirstPersonCharacter",NewClassName="EndlessVendettaCharacter")
|
||||||
|
AssetManagerClassName=/Script/VaultIt.VIAssetManager
|
||||||
|
|
||||||
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||||
bEnablePlugin=True
|
bEnablePlugin=True
|
||||||
|
16
EndlessVendetta/Config/DefaultGameplayTags.ini
Normal file
16
EndlessVendetta/Config/DefaultGameplayTags.ini
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[/Script/GameplayTags.GameplayTagsSettings]
|
||||||
|
ImportTagsFromConfig=True
|
||||||
|
WarnOnInvalidTags=True
|
||||||
|
ClearInvalidTags=False
|
||||||
|
AllowEditorTagUnloading=True
|
||||||
|
AllowGameTagUnloading=False
|
||||||
|
FastReplication=True
|
||||||
|
InvalidTagCharacters="\"\',"
|
||||||
|
+CommonlyReplicatedTags=State.Vaulting
|
||||||
|
+CommonlyReplicatedTags=State.VaultingRemoval
|
||||||
|
NumBitsForContainerSize=6
|
||||||
|
NetIndexFirstBitSegment=16
|
||||||
|
+GameplayTagList=(Tag="Ability.Vault",DevComment="")
|
||||||
|
+GameplayTagList=(Tag="State.Vaulting",DevComment="")
|
||||||
|
+GameplayTagList=(Tag="State.VaultingRemoval",DevComment="")
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:382de64e5d1bd7a390f39800df5728e144d6c7198abc0f7e942b17816fdf175d
|
oid sha256:23f1d30713deb7b63e333e5bffd36f97365280f94c773c2b5a1128418a658c42
|
||||||
size 679254
|
size 679253
|
||||||
|
BIN
EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Ability/GA_Vault.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Ability/GA_Vault.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Ability/GE_Vault.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Ability/GE_Vault.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Ability/GE_VaultRemoval.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Ability/GE_VaultRemoval.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AB_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AB_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPersonIdle.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPersonIdle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPersonJump_Loop.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPersonJump_Loop.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPersonJump_Start.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPersonJump_Start.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPersonRun.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPersonRun.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPersonWalk.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPersonWalk.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPerson_IdleRun_2D.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPerson_IdleRun_2D.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPerson_Jump.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsFP/FirstPerson_Jump.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonIdle.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonIdle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonJump_End.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonJump_End.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonJump_Loop.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonJump_Loop.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonJump_Start.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonJump_Start.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonRun.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonRun.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonWalk.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPersonWalk.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPerson_IdleRun_2D.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPerson_IdleRun_2D.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPerson_Jump.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsTP/ThirdPerson_Jump.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/CR_Dog_BothHands.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/CR_Dog_BothHands.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/CR_Dog_LeftHand.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/CR_Dog_LeftHand.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/CR_Dog_RightHand.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/CR_Dog_RightHand.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_100.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_100.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_100_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_100_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_150.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_150.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_150_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_150_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_200.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_200.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_200_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_200_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_250.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_250.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_250_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_250_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_45.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_45.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_45_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_45_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_75.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_75.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_75_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultDog/VaultIt_Quadruped_75_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0adb28c8e72e6af5bdaf6d2488399a3d04ca29ed948c71cebe647d3d9a76316f
|
||||||
|
size 189588
|
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/CR_VaultIt_FP_LeftHand.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/CR_VaultIt_FP_LeftHand.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/CR_VaultIt_FP_RIghtHand.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/CR_VaultIt_FP_RIghtHand.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_100.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_100.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_100_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_100_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_150.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_150.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_150_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_150_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_200.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_200.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_200_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_200_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_250.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_250.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_250_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_250_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_45.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_45.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_45_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_45_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_75.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_75.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_75_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultFP/VaultItFP_Height_75_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/CR_VaultIt_Mannequin_BothHands.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/CR_VaultIt_Mannequin_BothHands.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/CR_VaultIt_Mannequin_LeftHand.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/CR_VaultIt_Mannequin_LeftHand.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/CR_VaultIt_Mannequin_RightHand.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/CR_VaultIt_Mannequin_RightHand.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_100.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_100.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_100_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_100_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_150.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_150.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_150_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_150_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_200.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_200.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_200_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_200_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_250.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_250.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_250_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_250_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_45.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_45.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_45_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_45_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_75.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_75.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_75_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/AnimsVaultTP/VaultIt_Height_75_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68eed825e72503a48e339dc7ed9d75be769ec5149fddbd3750d43ef704f2135c
|
||||||
|
size 525536
|
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/FirstPerson_AnimCPP.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/FirstPerson_AnimCPP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/ThirdPerson_AnimBP.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/ThirdPerson_AnimBP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/ThirdPerson_AnimCPP.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Anims/ThirdPerson_AnimCPP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:edaf3b6429e17258e879c82ded01267c2b2ef0ea5ef9b90566fbf2d131ff6d04
|
||||||
|
size 284169
|
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_HUD.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_HUD.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_HeightActor.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_HeightActor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_JumpNavLink.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_JumpNavLink.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_ThirdPersonCharacter.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_ThirdPersonCharacter.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_ThirdPersonCharacterAI.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_ThirdPersonCharacterAI.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_ThirdPersonDog.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Blueprints/BP_ThirdPersonDog.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:601cb27de27c951e53727edcafc483c5adbab6542c6196a1e4a50a569078bbe9
|
||||||
|
size 14565
|
BIN
EndlessVendetta/Plugins/VaultIt/Content/Dog/M_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Dog/M_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Dog/PHAT_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Dog/PHAT_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Dog/SKL_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Dog/SKL_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Dog/SK_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Dog/SK_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Dog/SRIG_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Dog/SRIG_VaultIt_Dog.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/Actions/IA_VaultIt_Camera.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/Actions/IA_VaultIt_Camera.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/Actions/IA_VaultIt_Jump.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/Actions/IA_VaultIt_Jump.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/Actions/IA_VaultIt_Look.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/Actions/IA_VaultIt_Look.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/Actions/IA_VaultIt_Move.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/Actions/IA_VaultIt_Move.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/Actions/IA_VaultIt_Vault.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/Actions/IA_VaultIt_Vault.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/IMC_VaultIt_Default.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Input/IMC_VaultIt_Default.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/M_Male_Body.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/M_Male_Body.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/M_UE4Man_ChestLogo.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/M_UE4Man_ChestLogo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/T_ML_Aluminum01.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/T_ML_Aluminum01.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Plugins/VaultIt/Content/Mannequin/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user