diff --git a/Config/DefaultEditor.ini b/Config/DefaultEditor.ini index 08b06bb..3820141 100644 --- a/Config/DefaultEditor.ini +++ b/Config/DefaultEditor.ini @@ -5,4 +5,7 @@ SimpleMapName=/Game/FirstPersonBP/Maps/FirstPersonExampleMap bAllowClassAndBlueprintPinMatching=true bReplaceBlueprintWithClass= true bDontLoadBlueprintOutsideEditor= true -bBlueprintIsNotBlueprintType= true \ No newline at end of file +bBlueprintIsNotBlueprintType= true + +[/Script/AdvancedPreviewScene.SharedProfiles] + diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 81d9c8f..712b639 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -1,7 +1,62 @@ [/Script/Engine.CollisionProfile] -+Profiles=(Name="Projectile",CollisionEnabled=QueryOnly,ObjectTypeName="Projectile",CustomResponses=,HelpMessage="Preset for projectiles",bCanModify=True) -+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,Name="Projectile",DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False) -+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore))) +-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False) +-Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(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. ",bCanModify=False) +-Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(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="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ",bCanModify=False) +-Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ",bCanModify=False) +-Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic",Response=ECR_Block),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.",bCanModify=False) +-Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors",bCanModify=False) +-Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors",bCanModify=False) +-Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.",bCanModify=False) +-Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.",bCanModify=False) +-Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(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="WorldDynamic object that is used for trigger. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="UI",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Block),(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. ",bCanModify=False) ++Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision") ++Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(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="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(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="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.") ++Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ") ++Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ") ++Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic"),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.") ++Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.") ++Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors") ++Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors") ++Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.") ++Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.") ++Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(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="WorldDynamic object that is used for trigger. All other channels will be set to default.") ++Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. 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="Projectile",CollisionEnabled=QueryOnly,bCanModify=True,ObjectTypeName="Projectile",CustomResponses=,HelpMessage="Preset for projectiles") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Projectile") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Block,bTraceType=True,bStaticObject=False,Name="Interact") ++EditProfiles=(Name="Trigger",CustomResponses=((Channel="Projectile",Response=ECR_Ignore))) +-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") +-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") +-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") +-ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") +-ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") ++ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") ++ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") ++ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") ++ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") ++ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") +-CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") +-CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") +-CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") +-CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") ++CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") ++CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") ++CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") ++CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") [/Script/EngineSettings.GameMapsSettings] EditorStartupMap=/Game/FirstPerson/Maps/FirstPersonMap.FirstPersonMap diff --git a/Content/Brigitte_Models/User/BP_SplineWall4_08E12321.uasset b/Content/Brigitte_Models/User/BP_SplineWall4_08E12321.uasset new file mode 100644 index 0000000..405d6b2 --- /dev/null +++ b/Content/Brigitte_Models/User/BP_SplineWall4_08E12321.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639a88d5c5e73c69a142d5284205deae07431fcfde51ff5adf1c7c387e5d9bf9 +size 16995 diff --git a/Content/Brigitte_Models/User/BP_SplineWall4_C342A2AD.uasset b/Content/Brigitte_Models/User/BP_SplineWall4_C342A2AD.uasset new file mode 100644 index 0000000..d2068d1 --- /dev/null +++ b/Content/Brigitte_Models/User/BP_SplineWall4_C342A2AD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49724ff869834d8402329b99639dac8c51b548e217af70fa9e1ab298a838d1cb +size 16995 diff --git a/Content/Brigitte_Models/User/BP_SplineWall4_D27A3B83.uasset b/Content/Brigitte_Models/User/BP_SplineWall4_D27A3B83.uasset new file mode 100644 index 0000000..1dd9a4d --- /dev/null +++ b/Content/Brigitte_Models/User/BP_SplineWall4_D27A3B83.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1183d10db082ef72b7e65f84cfe95057914c3b3e0dca56718a681dfdded252 +size 16995 diff --git a/Content/Brigitte_Models/User/BP_SplineWall4_EFB10B11.uasset b/Content/Brigitte_Models/User/BP_SplineWall4_EFB10B11.uasset new file mode 100644 index 0000000..741613a --- /dev/null +++ b/Content/Brigitte_Models/User/BP_SplineWall4_EFB10B11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f900ab3f79128000b2cc54273be19a95621524627f2d6340feca38987a1859b +size 16995 diff --git a/Content/Brigitte_Models/User/Boolean_03B8D8F6.uasset b/Content/Brigitte_Models/User/Boolean_03B8D8F6.uasset new file mode 100644 index 0000000..27c6946 --- /dev/null +++ b/Content/Brigitte_Models/User/Boolean_03B8D8F6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7260e156bdc6e4412c4cd96ca4b2ac42126f50deb92bcadc1d22e9368c1ffe90 +size 21310 diff --git a/Content/Brigitte_Models/User/Boolean_1BA05CB6.uasset b/Content/Brigitte_Models/User/Boolean_1BA05CB6.uasset new file mode 100644 index 0000000..751eef3 --- /dev/null +++ b/Content/Brigitte_Models/User/Boolean_1BA05CB6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea8b3d84be343f7f92ef3b8e7882c7bfa3b625b1b750a3ccbc57422c687deb3 +size 1518 diff --git a/Content/Brigitte_Models/User/Boolean_1D1729B4.uasset b/Content/Brigitte_Models/User/Boolean_1D1729B4.uasset new file mode 100644 index 0000000..71140dc --- /dev/null +++ b/Content/Brigitte_Models/User/Boolean_1D1729B4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2965102f837d933cfab3270c7ef632863de043b93a2cf2445b85b455f7370205 +size 15152 diff --git a/Content/Brigitte_Models/User/Boolean_408EA762.uasset b/Content/Brigitte_Models/User/Boolean_408EA762.uasset new file mode 100644 index 0000000..bf0db75 --- /dev/null +++ b/Content/Brigitte_Models/User/Boolean_408EA762.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db001a54e45adc7e1ffedf9f5df8f9c900648e0796d2a554f94fe22d6d358465 +size 22621 diff --git a/Content/Brigitte_Models/User/Boolean_873F547F.uasset b/Content/Brigitte_Models/User/Boolean_873F547F.uasset new file mode 100644 index 0000000..1d93f8a --- /dev/null +++ b/Content/Brigitte_Models/User/Boolean_873F547F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93623e30d0519347f9010073ff9e56a3ba675305dfe5957b4ad87905a0e126fa +size 22826 diff --git a/Content/Brigitte_Models/User/Boolean_AE6F29D8.uasset b/Content/Brigitte_Models/User/Boolean_AE6F29D8.uasset new file mode 100644 index 0000000..22e9fde --- /dev/null +++ b/Content/Brigitte_Models/User/Boolean_AE6F29D8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd42c0d2a73137a472f76ab78f4ca6e4a0977d38e51424907c586eb692b72c9 +size 17150 diff --git a/Content/Brigitte_Models/User/Box3_276BF3BF.uasset b/Content/Brigitte_Models/User/Box3_276BF3BF.uasset new file mode 100644 index 0000000..003388f --- /dev/null +++ b/Content/Brigitte_Models/User/Box3_276BF3BF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26609cf072b7d88f6a47b7fee081253668a87b4dc7597522ab1c1f65d0445d92 +size 13657 diff --git a/Content/Brigitte_Models/User/Box_0AC1B77E.uasset b/Content/Brigitte_Models/User/Box_0AC1B77E.uasset new file mode 100644 index 0000000..4ea049b --- /dev/null +++ b/Content/Brigitte_Models/User/Box_0AC1B77E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09918d76c2c069e1c6e31abd440530d3c91595103f3868fb2591332bf0766514 +size 13892 diff --git a/Content/Brigitte_Models/User/Box_15CC310D.uasset b/Content/Brigitte_Models/User/Box_15CC310D.uasset new file mode 100644 index 0000000..2c2d195 --- /dev/null +++ b/Content/Brigitte_Models/User/Box_15CC310D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d6951c0fb26c29fe7e084c9a4ef9c1a324b5ca7b8995fc508f7bba5d364003 +size 13678 diff --git a/Content/Brigitte_Models/User/Box_2B2524FD.uasset b/Content/Brigitte_Models/User/Box_2B2524FD.uasset new file mode 100644 index 0000000..79a7acc --- /dev/null +++ b/Content/Brigitte_Models/User/Box_2B2524FD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87cfa85c88884fed73bb2a2e0e77450a28f79ed0b7507a028fd94e824d5e03b +size 1510 diff --git a/Content/Brigitte_Models/User/Box_3ED98820.uasset b/Content/Brigitte_Models/User/Box_3ED98820.uasset new file mode 100644 index 0000000..b007e9d --- /dev/null +++ b/Content/Brigitte_Models/User/Box_3ED98820.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc48b320aed6c8cfb0fe038f7fffa7d728874b0a5fbcffc4c0616770e2338fb +size 14275 diff --git a/Content/Brigitte_Models/User/Box_46155AE8.uasset b/Content/Brigitte_Models/User/Box_46155AE8.uasset new file mode 100644 index 0000000..bd2ded9 --- /dev/null +++ b/Content/Brigitte_Models/User/Box_46155AE8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0287244e371f2255afe1302247926531bdb195782a6d27d4bf29bda9cc7d55 +size 13394 diff --git a/Content/Brigitte_Models/User/Box_4ED0C600.uasset b/Content/Brigitte_Models/User/Box_4ED0C600.uasset new file mode 100644 index 0000000..aaff29c --- /dev/null +++ b/Content/Brigitte_Models/User/Box_4ED0C600.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5602875f5c33e83bcfba03bac42a6bf006b4d1eb28b80576085226c04c8d8331 +size 1506 diff --git a/Content/Brigitte_Models/User/Box_C68803D9.uasset b/Content/Brigitte_Models/User/Box_C68803D9.uasset new file mode 100644 index 0000000..53a66c2 --- /dev/null +++ b/Content/Brigitte_Models/User/Box_C68803D9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bebd7990388f639c7d0b8b5eda2d87f3b03c91d874da2219ffdc882a96f5d0 +size 13892 diff --git a/Content/Brigitte_Models/User/C_InsideCut.uasset b/Content/Brigitte_Models/User/C_InsideCut.uasset new file mode 100644 index 0000000..b0c01cf --- /dev/null +++ b/Content/Brigitte_Models/User/C_InsideCut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44750bd785f69d558064fd31120838af66b9846c190ad0ec362a5ae3ca80ab0 +size 15692 diff --git a/Content/Brigitte_Models/User/C_TunnelBase.uasset b/Content/Brigitte_Models/User/C_TunnelBase.uasset new file mode 100644 index 0000000..4d0e0af --- /dev/null +++ b/Content/Brigitte_Models/User/C_TunnelBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980bcf5300988136f35aec81f9a9ef31bd118ed218ef5066fe11080ef4f5cff3 +size 15725 diff --git a/Content/Brigitte_Models/User/C_entrance.uasset b/Content/Brigitte_Models/User/C_entrance.uasset new file mode 100644 index 0000000..08a3743 --- /dev/null +++ b/Content/Brigitte_Models/User/C_entrance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c2c2c2e8fb3893bca1608b85e4ae264fd7b903208d143e7db66e75f2199b55 +size 24608 diff --git a/Content/Brigitte_Models/User/Capillary.uasset b/Content/Brigitte_Models/User/Capillary.uasset new file mode 100644 index 0000000..b4475d8 --- /dev/null +++ b/Content/Brigitte_Models/User/Capillary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118f4127126dbeb2729e1e6f5d94a662c272b7a66fa26f2690a896850a921a68 +size 20414 diff --git a/Content/Brigitte_Models/User/CapillaryTest2_AE86783E.uasset b/Content/Brigitte_Models/User/CapillaryTest2_AE86783E.uasset new file mode 100644 index 0000000..351d03f --- /dev/null +++ b/Content/Brigitte_Models/User/CapillaryTest2_AE86783E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a4082e8163fdeb4858fa657665f57a73ca812f39ae93e4b9a48d119d8a9d41 +size 1549 diff --git a/Content/Brigitte_Models/User/Combined_5CE30C19.uasset b/Content/Brigitte_Models/User/Combined_5CE30C19.uasset new file mode 100644 index 0000000..36a4d83 --- /dev/null +++ b/Content/Brigitte_Models/User/Combined_5CE30C19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da99b375baf3ba03dbd24ac58e344afbc86efd5d1b2324f60f862dd2bc2f42b +size 31248 diff --git a/Content/Brigitte_Models/User/Cone_744672CA.uasset b/Content/Brigitte_Models/User/Cone_744672CA.uasset new file mode 100644 index 0000000..3deb593 --- /dev/null +++ b/Content/Brigitte_Models/User/Cone_744672CA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e1d53f98fb216adcecb41114b58513e39358cc47e530d2c8aa4a34f6245a8e +size 1507 diff --git a/Content/Brigitte_Models/User/Cone_7F6AF2E6.uasset b/Content/Brigitte_Models/User/Cone_7F6AF2E6.uasset new file mode 100644 index 0000000..faf3fc7 --- /dev/null +++ b/Content/Brigitte_Models/User/Cone_7F6AF2E6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7e44b6e4af52b086e12379b64ec36e052a3797e87e44aa27451477c071faed +size 15502 diff --git a/Content/Brigitte_Models/User/Cone_A204833A.uasset b/Content/Brigitte_Models/User/Cone_A204833A.uasset new file mode 100644 index 0000000..9d6bbf6 --- /dev/null +++ b/Content/Brigitte_Models/User/Cone_A204833A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fc17e208d80d8660c2e8c79d673823afe836311f7927593917fb47dff0123c +size 15395 diff --git a/Content/Brigitte_Models/User/Cylinder_0775B133.uasset b/Content/Brigitte_Models/User/Cylinder_0775B133.uasset new file mode 100644 index 0000000..9a8c1aa --- /dev/null +++ b/Content/Brigitte_Models/User/Cylinder_0775B133.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70d50ce25de221790581cdbf174f23ec1f1219bd39ea725c0ba9ed524c3c204 +size 14998 diff --git a/Content/Brigitte_Models/User/Cylinder_13F7B81B.uasset b/Content/Brigitte_Models/User/Cylinder_13F7B81B.uasset new file mode 100644 index 0000000..af7bce5 --- /dev/null +++ b/Content/Brigitte_Models/User/Cylinder_13F7B81B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027fc3b2d64dd71e6cb2c92e1d2c92f7787b71ff9027d515e44654ba5980aa48 +size 14929 diff --git a/Content/Brigitte_Models/User/Cylinder_1A3DBE72.uasset b/Content/Brigitte_Models/User/Cylinder_1A3DBE72.uasset new file mode 100644 index 0000000..b5e7954 --- /dev/null +++ b/Content/Brigitte_Models/User/Cylinder_1A3DBE72.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed0e763471808193b153cf444c2697a10ed2fb547db7cf807434cf64223d71f +size 1531 diff --git a/Content/Brigitte_Models/User/Cylinder_20FB40EB.uasset b/Content/Brigitte_Models/User/Cylinder_20FB40EB.uasset new file mode 100644 index 0000000..9f831fc --- /dev/null +++ b/Content/Brigitte_Models/User/Cylinder_20FB40EB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52673b72d0303f06d493e4c160625fda3b53969e56a22ffb4ce527e889b703f +size 15028 diff --git a/Content/Brigitte_Models/User/Cylinder_476EF2CF.uasset b/Content/Brigitte_Models/User/Cylinder_476EF2CF.uasset new file mode 100644 index 0000000..7aad588 --- /dev/null +++ b/Content/Brigitte_Models/User/Cylinder_476EF2CF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db5a639cffe7df269bcf5de66ffc0fde89876425ac843d95cd36c4ecc98aa0c +size 1527 diff --git a/Content/Brigitte_Models/User/Cylinder_4C973948.uasset b/Content/Brigitte_Models/User/Cylinder_4C973948.uasset new file mode 100644 index 0000000..d801086 --- /dev/null +++ b/Content/Brigitte_Models/User/Cylinder_4C973948.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c93fc28e822dba1bfbb7ae5afc031b3ddaaa052072c55a409a74c9443fce574 +size 14935 diff --git a/Content/Brigitte_Models/User/Cylinder_B8300A91.uasset b/Content/Brigitte_Models/User/Cylinder_B8300A91.uasset new file mode 100644 index 0000000..b3490cc --- /dev/null +++ b/Content/Brigitte_Models/User/Cylinder_B8300A91.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741b09ea196681e06d1530dd4c26fc0d1af21321542e52e4e6b58ba12759f16d +size 14969 diff --git a/Content/Brigitte_Models/User/Cylinder_ED1AA0BD.uasset b/Content/Brigitte_Models/User/Cylinder_ED1AA0BD.uasset new file mode 100644 index 0000000..e6a5a07 --- /dev/null +++ b/Content/Brigitte_Models/User/Cylinder_ED1AA0BD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ca75fc152db2818c0ae68feb7ca5ad37b92bb3df006d53a2fdcbf7a8c88451 +size 15028 diff --git a/Content/Brigitte_Models/User/Disc_F4D6D7C9.uasset b/Content/Brigitte_Models/User/Disc_F4D6D7C9.uasset new file mode 100644 index 0000000..0592b7a --- /dev/null +++ b/Content/Brigitte_Models/User/Disc_F4D6D7C9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a93823b71bddbb61e20ce54367d3bd64fbfaea0fa1a024f866eb5c21eaef15e +size 13921 diff --git a/Content/Brigitte_Models/User/FloorHole.uasset b/Content/Brigitte_Models/User/FloorHole.uasset new file mode 100644 index 0000000..cd0f32a --- /dev/null +++ b/Content/Brigitte_Models/User/FloorHole.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf4f217d49326435b9deea340c1c620e2903f88c7393f03548aa9ec8eda572a +size 15731 diff --git a/Content/Brigitte_Models/User/FloorSegment.uasset b/Content/Brigitte_Models/User/FloorSegment.uasset new file mode 100644 index 0000000..9121ca6 --- /dev/null +++ b/Content/Brigitte_Models/User/FloorSegment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176ca7c74c6e125400b9a8651cf210da4406f6bc7ee982411cf2c3ef681eac7a +size 14365 diff --git a/Content/Brigitte_Models/User/Merge_32E6E371.uasset b/Content/Brigitte_Models/User/Merge_32E6E371.uasset new file mode 100644 index 0000000..cd0ab4b --- /dev/null +++ b/Content/Brigitte_Models/User/Merge_32E6E371.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecc58efd8c3c20c9fffc1bad495840f695f4f6a3643621ff02b065a014b7fdc +size 1512 diff --git a/Content/Brigitte_Models/User/Pillar_blend.uasset b/Content/Brigitte_Models/User/Pillar_blend.uasset new file mode 100644 index 0000000..50692ef --- /dev/null +++ b/Content/Brigitte_Models/User/Pillar_blend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d342adc5b668f3af3f3bae306ae47fbc7c2344f4135d33983422b8db7a41fc +size 14822 diff --git a/Content/Brigitte_Models/User/Start_PH.uasset b/Content/Brigitte_Models/User/Start_PH.uasset new file mode 100644 index 0000000..f0dbe64 --- /dev/null +++ b/Content/Brigitte_Models/User/Start_PH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc925409f960aa2a8fc09604088fc763e3b96d56c8ff48fefa67bd3cc2f83d05 +size 13948 diff --git a/Content/Brigitte_Models/User/T_Best_Capillary.uasset b/Content/Brigitte_Models/User/T_Best_Capillary.uasset new file mode 100644 index 0000000..99f4848 --- /dev/null +++ b/Content/Brigitte_Models/User/T_Best_Capillary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c8babb2b10e18c2ba5131ad02dc8b148095ba9f702472dde4524347216ce11 +size 38160 diff --git a/Content/Brigitte_Models/User/TasteBud_PH.uasset b/Content/Brigitte_Models/User/TasteBud_PH.uasset new file mode 100644 index 0000000..2fbb996 --- /dev/null +++ b/Content/Brigitte_Models/User/TasteBud_PH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8380269326ce4c1471ce6b2111baa57589c209f3609e1b2ebe0d9ba135c6a07b +size 15136 diff --git a/Content/Brigitte_Models/User/VeritcalTunnel_PH.uasset b/Content/Brigitte_Models/User/VeritcalTunnel_PH.uasset new file mode 100644 index 0000000..299fa17 --- /dev/null +++ b/Content/Brigitte_Models/User/VeritcalTunnel_PH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7c8161d8f544e0a8ece9285f4552dad7c105b8193d9fb533b7c5b45343422d +size 19751 diff --git a/Content/Brigitte_Models/User/WallDoor.uasset b/Content/Brigitte_Models/User/WallDoor.uasset new file mode 100644 index 0000000..773f222 --- /dev/null +++ b/Content/Brigitte_Models/User/WallDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f880bc45fdf2dac7e1cd88b0b09226b65ac5792d54ca64c55578d6ae83ce38 +size 20202 diff --git a/Content/Brigitte_Models/User/WallSegment.uasset b/Content/Brigitte_Models/User/WallSegment.uasset new file mode 100644 index 0000000..a6d6276 --- /dev/null +++ b/Content/Brigitte_Models/User/WallSegment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7934aac209ccb48b87001e135463de60d873883f236909b09213f2e9b24e6fba +size 16880 diff --git a/Content/Brigitte_Models/User/WallSegment2_75C21719.uasset b/Content/Brigitte_Models/User/WallSegment2_75C21719.uasset new file mode 100644 index 0000000..e5fe01f --- /dev/null +++ b/Content/Brigitte_Models/User/WallSegment2_75C21719.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d79a1eb87819eb3839dd8437735a61761b84b88f0d849db1e98289949e7ff03 +size 16985 diff --git a/Content/Brigitte_Models/User/WallSegment_200.uasset b/Content/Brigitte_Models/User/WallSegment_200.uasset new file mode 100644 index 0000000..6c710c2 --- /dev/null +++ b/Content/Brigitte_Models/User/WallSegment_200.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c431e91c443d49f42bafd593d970e0753b96a349645408b0401b908224ecb5 +size 14458 diff --git a/Content/Brigitte_Models/User/WallSegment_DA4EE92A.uasset b/Content/Brigitte_Models/User/WallSegment_DA4EE92A.uasset new file mode 100644 index 0000000..b405976 --- /dev/null +++ b/Content/Brigitte_Models/User/WallSegment_DA4EE92A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5efe3215cf6724923f879a96d284b8e2e8db0ca9ec4c4a1ec98855236ea4945 +size 16980 diff --git a/Content/Brigitte_Models/User/Y_Capillary.uasset b/Content/Brigitte_Models/User/Y_Capillary.uasset new file mode 100644 index 0000000..c1a3f08 --- /dev/null +++ b/Content/Brigitte_Models/User/Y_Capillary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c8d73a03de0d515df1d9b10267bad852d806d564520d8ff03e64c95bd5c531 +size 47641 diff --git a/Content/FirstPerson/AI/AI_CrystalVirus.uasset b/Content/FirstPerson/AI/AI_CrystalVirus.uasset new file mode 100644 index 0000000..cfb8d63 --- /dev/null +++ b/Content/FirstPerson/AI/AI_CrystalVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b28a59bdd775f4d8d399b576082562a1da4e6241346b8b5850c7a1ec05f7a9 +size 24533 diff --git a/Content/FirstPerson/AI/AI_SlimeVirus.uasset b/Content/FirstPerson/AI/AI_SlimeVirus.uasset new file mode 100644 index 0000000..3f2db4f --- /dev/null +++ b/Content/FirstPerson/AI/AI_SlimeVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7ea0dfdf6125eb394cc86fe2ee7ebd857eac7c44bf3667ab39686c2f49e715 +size 24041 diff --git a/Content/FirstPerson/AI/BB_Floating.uasset b/Content/FirstPerson/AI/BB_Floating.uasset new file mode 100644 index 0000000..a243bd0 --- /dev/null +++ b/Content/FirstPerson/AI/BB_Floating.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de223ae6f947aa1f9b671d559fedf12dfe4a06911fd882c616075ebb510ca528 +size 3515 diff --git a/Content/FirstPerson/AI/BB_GroundVirus.uasset b/Content/FirstPerson/AI/BB_GroundVirus.uasset new file mode 100644 index 0000000..9250853 --- /dev/null +++ b/Content/FirstPerson/AI/BB_GroundVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d22286256eb37c10a72acd163cecc2ba08bcc164f0830d0183c306613993f1a +size 2221 diff --git a/Content/FirstPerson/AI/BPI_Jitter.uasset b/Content/FirstPerson/AI/BPI_Jitter.uasset new file mode 100644 index 0000000..7c6babc --- /dev/null +++ b/Content/FirstPerson/AI/BPI_Jitter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271221f9a01f484eea8dcb447d7fb1ffca208b6c27f7a03650647872fb8511c7 +size 10116 diff --git a/Content/FirstPerson/AI/BPI_Virus.uasset b/Content/FirstPerson/AI/BPI_Virus.uasset new file mode 100644 index 0000000..6b2f24a --- /dev/null +++ b/Content/FirstPerson/AI/BPI_Virus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdea1728eae55cc5f07594712b28abaaaa51bfe1f2ab8367397cf242ebfc96c +size 11911 diff --git a/Content/FirstPerson/AI/BP_CrystalVirus.uasset b/Content/FirstPerson/AI/BP_CrystalVirus.uasset new file mode 100644 index 0000000..59959da --- /dev/null +++ b/Content/FirstPerson/AI/BP_CrystalVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9588f961440a37e89b6f63827b3593cfac29951e3b6a47de242b3704cab22e14 +size 47650 diff --git a/Content/FirstPerson/AI/BP_FloatingVirus.uasset b/Content/FirstPerson/AI/BP_FloatingVirus.uasset new file mode 100644 index 0000000..07153cc --- /dev/null +++ b/Content/FirstPerson/AI/BP_FloatingVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9233be08f6c7eea6c193142a2d36c97c789435d5d22ca22a36494b8faa56d3f7 +size 96812 diff --git a/Content/FirstPerson/AI/BP_SlimeVirus.uasset b/Content/FirstPerson/AI/BP_SlimeVirus.uasset new file mode 100644 index 0000000..dfbea29 --- /dev/null +++ b/Content/FirstPerson/AI/BP_SlimeVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af96553318d96465e29869e3f1cb8cfad336aeb5fa21633aec7cffa4b18fa19e +size 47537 diff --git a/Content/FirstPerson/AI/BP_SpawnBox.uasset b/Content/FirstPerson/AI/BP_SpawnBox.uasset new file mode 100644 index 0000000..b201222 --- /dev/null +++ b/Content/FirstPerson/AI/BP_SpawnBox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8dbcececc7e4f3b0db5073667eb3bbc35a513fbf5d141143cda266614ee857 +size 42550 diff --git a/Content/FirstPerson/AI/BP_VirusPawn.uasset b/Content/FirstPerson/AI/BP_VirusPawn.uasset new file mode 100644 index 0000000..053bef7 --- /dev/null +++ b/Content/FirstPerson/AI/BP_VirusPawn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16fe86b91c6cbf32aef2fed82e2218960eb5ec3a362e3efa63666ab48178182 +size 2489 diff --git a/Content/FirstPerson/AI/BT_Floating.uasset b/Content/FirstPerson/AI/BT_Floating.uasset new file mode 100644 index 0000000..fe546b9 --- /dev/null +++ b/Content/FirstPerson/AI/BT_Floating.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650849d120c5b0da7aefb85b21786c223fc3af65eadeb768268e01a53f602035 +size 10425 diff --git a/Content/FirstPerson/AI/BT_GroundVirus.uasset b/Content/FirstPerson/AI/BT_GroundVirus.uasset new file mode 100644 index 0000000..fdd4778 --- /dev/null +++ b/Content/FirstPerson/AI/BT_GroundVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8486190ac2a90994607fbfcfc3d081a1441fb7c085f4da558f17f9a3d3313137 +size 6633 diff --git a/Content/FirstPerson/AI/Decorators/BTDecorator_CheckLocation.uasset b/Content/FirstPerson/AI/Decorators/BTDecorator_CheckLocation.uasset new file mode 100644 index 0000000..5871be6 --- /dev/null +++ b/Content/FirstPerson/AI/Decorators/BTDecorator_CheckLocation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853dd3a87b37e1c8f4317aa54541cf3f61cdc6a4d47e2cc4a5bde8df14326965 +size 40555 diff --git a/Content/FirstPerson/AI/Decorators/BTDecorator_CheckScale.uasset b/Content/FirstPerson/AI/Decorators/BTDecorator_CheckScale.uasset new file mode 100644 index 0000000..ac2bd8c --- /dev/null +++ b/Content/FirstPerson/AI/Decorators/BTDecorator_CheckScale.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6caa43844eebe0b030ed012e3fb7c984d4d5382e2b4b1658114753990c96db +size 41445 diff --git a/Content/FirstPerson/AI/E_MovementResult.uasset b/Content/FirstPerson/AI/E_MovementResult.uasset new file mode 100644 index 0000000..df49d1c --- /dev/null +++ b/Content/FirstPerson/AI/E_MovementResult.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f043320d5421e04613b596093659352c764f9667e1b5bdfaec41a25774ef0e +size 2356 diff --git a/Content/FirstPerson/AI/E_PatrolPathOutcome.uasset b/Content/FirstPerson/AI/E_PatrolPathOutcome.uasset new file mode 100644 index 0000000..8a98032 --- /dev/null +++ b/Content/FirstPerson/AI/E_PatrolPathOutcome.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb95cc5cb5f57270546958972d08020408a140a2d1f3f6fc5af78430fdd3afff +size 2955 diff --git a/Content/FirstPerson/AI/Tasks/BTTask_ClearBlackboardValue.uasset b/Content/FirstPerson/AI/Tasks/BTTask_ClearBlackboardValue.uasset new file mode 100644 index 0000000..4f81f76 --- /dev/null +++ b/Content/FirstPerson/AI/Tasks/BTTask_ClearBlackboardValue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09104f5d00b15ff1059ef06e6e20a571372319ff36abb75b54ada934551d5f8 +size 26125 diff --git a/Content/FirstPerson/AI/Tasks/BTTask_FloatTo.uasset b/Content/FirstPerson/AI/Tasks/BTTask_FloatTo.uasset new file mode 100644 index 0000000..09f00ea --- /dev/null +++ b/Content/FirstPerson/AI/Tasks/BTTask_FloatTo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f24b177cf59fa05527595397234aeb7d0fc2798613cb8e52d1a03dd77c250d0 +size 246418 diff --git a/Content/FirstPerson/AI/Tasks/BTTask_MoveToRandomLocation.uasset b/Content/FirstPerson/AI/Tasks/BTTask_MoveToRandomLocation.uasset new file mode 100644 index 0000000..b1a3380 --- /dev/null +++ b/Content/FirstPerson/AI/Tasks/BTTask_MoveToRandomLocation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7750a127ce5f4dcfe51bf89b1199d8a7ea46da02495c2a713aa1f9198ec2566 +size 43181 diff --git a/Content/FirstPerson/AI/Tasks/BTTask_SetRandomTargetLocation.uasset b/Content/FirstPerson/AI/Tasks/BTTask_SetRandomTargetLocation.uasset new file mode 100644 index 0000000..16baa23 --- /dev/null +++ b/Content/FirstPerson/AI/Tasks/BTTask_SetRandomTargetLocation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493b37e0544dfba5a2800c7458fadebe5d4d1e21a01fba7f1bf0750e77c61544 +size 99077 diff --git a/Content/FirstPerson/AI/Tasks/BTTask_SetStartLocation.uasset b/Content/FirstPerson/AI/Tasks/BTTask_SetStartLocation.uasset new file mode 100644 index 0000000..d9648fe --- /dev/null +++ b/Content/FirstPerson/AI/Tasks/BTTask_SetStartLocation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8649b314952c029dbf956edf21a6e5cf839e52733aaee0dfc3e21f21e901f98b +size 30305 diff --git a/Content/FirstPerson/AI/Unused/AIObject.uasset b/Content/FirstPerson/AI/Unused/AIObject.uasset new file mode 100644 index 0000000..33e4acc --- /dev/null +++ b/Content/FirstPerson/AI/Unused/AIObject.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f2a7cfb89ae34645e1c360954791cc6e968e541869361f1979df151803a698 +size 28510 diff --git a/Content/FirstPerson/AI/Unused/AI_VirusPawnController.uasset b/Content/FirstPerson/AI/Unused/AI_VirusPawnController.uasset new file mode 100644 index 0000000..93d1075 --- /dev/null +++ b/Content/FirstPerson/AI/Unused/AI_VirusPawnController.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a7339c4c04ea4e73324a064ea0a88b52ba31bf04140f89e8c4746004ba2e41 +size 116997 diff --git a/Content/FirstPerson/AI/Unused/BP_DEBUGMarker.uasset b/Content/FirstPerson/AI/Unused/BP_DEBUGMarker.uasset new file mode 100644 index 0000000..326c213 --- /dev/null +++ b/Content/FirstPerson/AI/Unused/BP_DEBUGMarker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42482ad597cdef35769e6fd513904e91c7bc798f6d04ff67bdda58b3f88ac655 +size 27425 diff --git a/Content/FirstPerson/AI/Unused/BP_DecalActor.uasset b/Content/FirstPerson/AI/Unused/BP_DecalActor.uasset new file mode 100644 index 0000000..56dac30 --- /dev/null +++ b/Content/FirstPerson/AI/Unused/BP_DecalActor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d66e692021e200536088068d6be42368c3b519efd7f0301615f0a4b2259f36f +size 19571 diff --git a/Content/FirstPerson/AI/Unused/BP_VirusSample.uasset b/Content/FirstPerson/AI/Unused/BP_VirusSample.uasset new file mode 100644 index 0000000..2ccbb31 --- /dev/null +++ b/Content/FirstPerson/AI/Unused/BP_VirusSample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbaf70c69896902ed1f98de1fb7ed9452910b98be86304c38800b8c49defa8b3 +size 27470 diff --git a/Content/FirstPerson/Blueprints/BPI_Character.uasset b/Content/FirstPerson/Blueprints/BPI_Character.uasset deleted file mode 100644 index 4be0802..0000000 --- a/Content/FirstPerson/Blueprints/BPI_Character.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52497c20c93687cff0a1f21aa57cef8fbcacaefc96d20fed63be923aa129d187 -size 11439 diff --git a/Content/FirstPerson/Blueprints/BPI_Controller.uasset b/Content/FirstPerson/Blueprints/BPI_Controller.uasset deleted file mode 100644 index fbc788c..0000000 --- a/Content/FirstPerson/Blueprints/BPI_Controller.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8156ef3af7e80ca5937892d8c15c77d9c2ce6b9ee926c660026ac0332e5180f -size 11145 diff --git a/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset b/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset index 40abd98..83f2bc2 100644 --- a/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset +++ b/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb0cf385659b4d7d1180e403533f9898cf02d9daeeaeda3f81b9e087ed254150 -size 97480 +oid sha256:a7872c0e0fc1c6aff12cdaf8808d494d3c1767b6d9b65700055431554731c4f8 +size 509100 diff --git a/Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset b/Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset index 779795e..a14a837 100644 --- a/Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset +++ b/Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d9bf7e4169aca869a4d0a77824fa7d5668c212ecfe587fc54420f9336464fc0 -size 15234 +oid sha256:cc261de39bafa55cce73ed459c9e7c48098870c8e885475ec4e1d03c9e9ce1a1 +size 237449 diff --git a/Content/FirstPerson/Blueprints/BP_FirstPersonPlayerController.uasset b/Content/FirstPerson/Blueprints/BP_FirstPersonPlayerController.uasset index 9d926f7..2fead2a 100644 --- a/Content/FirstPerson/Blueprints/BP_FirstPersonPlayerController.uasset +++ b/Content/FirstPerson/Blueprints/BP_FirstPersonPlayerController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8ade45e8e524553f47e1de6cdfcd6f097c4f7c053822a0c1d2d9c6637afd189 -size 37852 +oid sha256:53cbd3aa13047bd3c085a2e8fff6c69f48b92db737ed8d81624d9942d1ba9dac +size 43565 diff --git a/Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset b/Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset index a2d5ce5..4d80634 100644 --- a/Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset +++ b/Content/FirstPerson/Blueprints/BP_Pickup_Rifle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24ef3bfa44ced3c8d3582e38362b641496ab7217f764cc0f2968e1dc7c9ecc17 -size 77678 +oid sha256:6a71c3d703c118b203d59a7e04d9372277c55c8f93dfc425726a3c5f5de46c38 +size 77237 diff --git a/Content/FirstPerson/Blueprints/BP_SyringeGun.uasset b/Content/FirstPerson/Blueprints/BP_SyringeGun.uasset new file mode 100644 index 0000000..9726bf5 --- /dev/null +++ b/Content/FirstPerson/Blueprints/BP_SyringeGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b2fbd88601ecb11c4ea0c290c39bb9dc074adf2a4a36145eacc9d9e3415625 +size 27085 diff --git a/Content/FirstPerson/Blueprints/BP_SyringeGunComponent.uasset b/Content/FirstPerson/Blueprints/BP_SyringeGunComponent.uasset new file mode 100644 index 0000000..4347227 --- /dev/null +++ b/Content/FirstPerson/Blueprints/BP_SyringeGunComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9799afc19ee5a2e0fc1a55000e12da222e45ccd18334357b0b9ebf516097069 +size 216012 diff --git a/Content/FirstPerson/Blueprints/BP_Vaccine.uasset b/Content/FirstPerson/Blueprints/BP_Vaccine.uasset new file mode 100644 index 0000000..27b4016 --- /dev/null +++ b/Content/FirstPerson/Blueprints/BP_Vaccine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a87391b7ae9c48336d54c7d5275f226fd22cb708b22474c8e3422581dc0774 +size 68492 diff --git a/Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset b/Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset index 4a18cd7..7063a6a 100644 --- a/Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset +++ b/Content/FirstPerson/Blueprints/BP_Weapon_Component.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc9599b1942b94dba3f86f17898f3b92e58b5eaf3c8daaee75458e91b19fe509 -size 138614 +oid sha256:fc5cd9db4bd48f222b47c154dbf281c15a3f10a11694217131d8ffa6f233f819 +size 138088 diff --git a/Content/FirstPerson/Blueprints/Enumerations/E_TaskType.uasset b/Content/FirstPerson/Blueprints/Enumerations/E_TaskType.uasset new file mode 100644 index 0000000..4358f64 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Enumerations/E_TaskType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c60f5abb00c2e695c87bf5b9c0d79429f823114f5049d707e21e6bab4c4b3e6 +size 3090 diff --git a/Content/FirstPerson/Blueprints/Enumerations/E_VirusType.uasset b/Content/FirstPerson/Blueprints/Enumerations/E_VirusType.uasset new file mode 100644 index 0000000..36e73a3 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Enumerations/E_VirusType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d081c8611fcbb0c53a2b55812a8fdb8319285d70f065b18d79da1d799508af8 +size 2735 diff --git a/Content/FirstPerson/Blueprints/Functionality/Elevator/BAC_Elevator.uasset b/Content/FirstPerson/Blueprints/Functionality/Elevator/BAC_Elevator.uasset index e1312dc..c9b746f 100644 --- a/Content/FirstPerson/Blueprints/Functionality/Elevator/BAC_Elevator.uasset +++ b/Content/FirstPerson/Blueprints/Functionality/Elevator/BAC_Elevator.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf70d8cb713188f9e195da556f244dd6c2e41cef4affaeb30ecd9b43c60c1e4d -size 169363 +oid sha256:39d361ae0722a615b48b4bed5363a2cb5b5d4838dc67d41be2a06ad11e85454b +size 166218 diff --git a/Content/FirstPerson/Blueprints/Functionality/Elevator/BP_MovingPlatform.uasset b/Content/FirstPerson/Blueprints/Functionality/Elevator/BP_MovingPlatform.uasset new file mode 100644 index 0000000..d202090 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Functionality/Elevator/BP_MovingPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1c6de68f85ba0bbdd8347e9a935f96c1d663ed811bbf0abda1b83d5eaac6cf +size 179889 diff --git a/Content/FirstPerson/Blueprints/Functionality/Launching/BAC_Launching.uasset b/Content/FirstPerson/Blueprints/Functionality/Launching/BAC_Launching.uasset index 0349ec7..fc0a8aa 100644 --- a/Content/FirstPerson/Blueprints/Functionality/Launching/BAC_Launching.uasset +++ b/Content/FirstPerson/Blueprints/Functionality/Launching/BAC_Launching.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:329160f746030dc045a2f550a4eb05c59bdbc740b333581c330e1ab22a897ba0 -size 81603 +oid sha256:87c54729c99db9a6d83d1cfca339f7c36db68ffbd82e31f9596891bf6c31a90d +size 81232 diff --git a/Content/FirstPerson/Blueprints/Functionality/Virus/BAC_Virus.uasset b/Content/FirstPerson/Blueprints/Functionality/Virus/BAC_Virus.uasset new file mode 100644 index 0000000..79f1a90 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Functionality/Virus/BAC_Virus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63269ac0b7ade3f345f7a7526fc88ee6b6858368e7416c17a3a2bb0cd5d59812 +size 222818 diff --git a/Content/FirstPerson/Blueprints/Hazards/BP_AcidPool.uasset b/Content/FirstPerson/Blueprints/Hazards/BP_AcidPool.uasset new file mode 100644 index 0000000..46da3fa --- /dev/null +++ b/Content/FirstPerson/Blueprints/Hazards/BP_AcidPool.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea09ac2d6dbee78e75e1e8949b387224c9f89571ea3f04649d92c1137bfe8ca +size 69812 diff --git a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_Armor.uasset b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_Armor.uasset new file mode 100644 index 0000000..672bac4 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_Armor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a329d7823573ac7fb9d6220fc90f6892ad7c169cfabb7f72487d4c44f69d49b9 +size 38104 diff --git a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HealthPickup.uasset b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HealthPickup.uasset new file mode 100644 index 0000000..80a3700 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HealthPickup.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0d308e6ffa507966e7d93087efb069ec9ffa29f59634f1f8655f735d5d306d +size 31436 diff --git a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_VirusSample.uasset b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_VirusSample.uasset new file mode 100644 index 0000000..d6c1919 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_VirusSample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc42604e5c09af3806dbca58bb515f2879aaccc096478d1001dc78ff0a7b06da +size 63754 diff --git a/Content/FirstPerson/Blueprints/Interactables/Stations/BP_Lab.uasset b/Content/FirstPerson/Blueprints/Interactables/Stations/BP_Lab.uasset new file mode 100644 index 0000000..16dd45a --- /dev/null +++ b/Content/FirstPerson/Blueprints/Interactables/Stations/BP_Lab.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49a72963276c484c600672fac2fc052353ace94b0e616c499a56f9d30978bdd +size 81374 diff --git a/Content/FirstPerson/Blueprints/Interfaces/BPI_Character.uasset b/Content/FirstPerson/Blueprints/Interfaces/BPI_Character.uasset new file mode 100644 index 0000000..a63d681 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Interfaces/BPI_Character.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3980fdceb3d0e574ba44fec537797747a668454488e7b752f47161fb582f1899 +size 11586 diff --git a/Content/FirstPerson/Blueprints/Interfaces/BPI_Controller.uasset b/Content/FirstPerson/Blueprints/Interfaces/BPI_Controller.uasset new file mode 100644 index 0000000..94cbaa4 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Interfaces/BPI_Controller.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85efd9c102e3dd9ffa8a7d0e7e60d3466ef46cd1da04cf4b267dfafd8ae5219 +size 11178 diff --git a/Content/FirstPerson/Blueprints/Interfaces/BPI_GameMode.uasset b/Content/FirstPerson/Blueprints/Interfaces/BPI_GameMode.uasset new file mode 100644 index 0000000..0e04927 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Interfaces/BPI_GameMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95474758a580d2c49e2ec01c99c4b11af024ce2eff573ea0e7ec8db1c8296414 +size 21913 diff --git a/Content/FirstPerson/Blueprints/Interfaces/BPI_HUD.uasset b/Content/FirstPerson/Blueprints/Interfaces/BPI_HUD.uasset new file mode 100644 index 0000000..8d94a02 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Interfaces/BPI_HUD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5038758e32614f6e3d732899211d42759aad82abdb895bcf151f871a904ff1a4 +size 15146 diff --git a/Content/FirstPerson/Blueprints/Interfaces/BPI_Interact.uasset b/Content/FirstPerson/Blueprints/Interfaces/BPI_Interact.uasset new file mode 100644 index 0000000..24fca90 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Interfaces/BPI_Interact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de74c6aaa33c4f3ac7450736ffb9d03d41e23d82389d56e25787bb236a4a6193 +size 9690 diff --git a/Content/FirstPerson/Blueprints/Level_Tools/BP_SplineWall.uasset b/Content/FirstPerson/Blueprints/Level_Tools/BP_SplineWall.uasset new file mode 100644 index 0000000..1d75948 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Level_Tools/BP_SplineWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed3a48e4dd910318737c064959cba6ec6a9520cad399ecb4dbce251f37c1046 +size 290257 diff --git a/Content/FirstPerson/Blueprints/Structures/F_Inventory.uasset b/Content/FirstPerson/Blueprints/Structures/F_Inventory.uasset new file mode 100644 index 0000000..7cb5422 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Structures/F_Inventory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96664551bb5aa10242097d4a376f0215a486e72321181050d851f2918ab1a3a2 +size 6976 diff --git a/Content/FirstPerson/Blueprints/Structures/F_TaskItem.uasset b/Content/FirstPerson/Blueprints/Structures/F_TaskItem.uasset new file mode 100644 index 0000000..b57fae2 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Structures/F_TaskItem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c4a03c0257b74d6d7c52f1c9796bb8f4f1dfdd9aaef8b9cfd2a96e0300cb0b +size 7715 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/CrystalVirusAsset_2.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/CrystalVirusAsset_2.uasset new file mode 100644 index 0000000..df2eb9f --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/CrystalVirusAsset_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e3ae7a124c086996266af3de23ef0d035df0eee41a9075ef263a59f9021193 +size 70047 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/HotBarEmpty2.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/HotBarEmpty2.uasset new file mode 100644 index 0000000..40d600b --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/HotBarEmpty2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8006dcbb9d15a3f93a0130dd786a88df1dce6fc8f7960fdde2a9881f0917a5a4 +size 1443641 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_1.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_1.uasset new file mode 100644 index 0000000..830f6dd --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1db86174b40d3ba242d1d4e19dbe6c34ef89e59063a274dda81d87f2fb991f9 +size 7493 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_2.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_2.uasset new file mode 100644 index 0000000..bde93e8 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf8724467c802b554953d03f5528995be017ff5529059af36faa710f3e37442 +size 7553 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_3.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_3.uasset new file mode 100644 index 0000000..c39d11f --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b80f694e592ef275ac991d926a8757f07641f28cb5f7b387b8cae3afe9dea67 +size 7574 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_4.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_4.uasset new file mode 100644 index 0000000..2e2b7b3 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4b41c568168a747f1e5e063a624239c26dd17e0559315ceace20a60c16cd3f +size 7515 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_Alpha.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Alpha.uasset new file mode 100644 index 0000000..5187121 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231ecfaf564441c67579cff2e69de110da60a7d09c6b4841d1c7c2b880aa61a1 +size 53727 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_Beta.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Beta.uasset new file mode 100644 index 0000000..6b312a3 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Beta.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5a23e81ecf73efe49232ff797cd3ecd71b8679917352ddfa818d3bfd8ff061 +size 42951 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_CB.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_CB.uasset new file mode 100644 index 0000000..35fae43 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_CB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81eaa901e1da182cbbe35ff28dbe17b34ee90753907498dd97c763a782f960b +size 45958 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_Clipboard.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Clipboard.uasset new file mode 100644 index 0000000..5c5c3d9 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Clipboard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12daacd026f4abd88431e985df78970b4484d9db11a2416f2aefaa332f67dce3 +size 45280 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_CrystalVirus.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_CrystalVirus.uasset new file mode 100644 index 0000000..7443295 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_CrystalVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a432430a0fea62c3d092179e6beb974fbb009a41437fe8fd0c7dd65280a152c +size 278729 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_CrystalVirus_Old.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_CrystalVirus_Old.uasset new file mode 100644 index 0000000..e94ad71 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_CrystalVirus_Old.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60692d07a4ff1c59bb096e4476adf751830e9621548ad8d9d178c0488fd598c +size 308258 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_Gamma.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Gamma.uasset new file mode 100644 index 0000000..4dce61f --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Gamma.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8890f1a95599c1adad17f3e17c725826b73a0e1d7e0b91f1d5aac36ab3e938 +size 36025 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_GreenVirus.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_GreenVirus.uasset new file mode 100644 index 0000000..bc318ad --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_GreenVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a06189f36f296cf598dac2dea4b3813f043947940be202e57c0ebe5ee19f545 +size 391708 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_GreenVirus_Old.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_GreenVirus_Old.uasset new file mode 100644 index 0000000..82b7c70 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_GreenVirus_Old.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3488488088a2893d0ed930c6f6ac4a97d81a2f1be29370a5d58182d2e2febf14 +size 554235 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthBar.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthBar.uasset new file mode 100644 index 0000000..9f18789 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthBar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330c0664f0b8cd92959cad1d3d7d41f2cb8d86414259100ed4a7b3ed6124e722 +size 1092838 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthBarEmpty.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthBarEmpty.uasset new file mode 100644 index 0000000..901d306 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthBarEmpty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9f4d16fd78cf28510e2932916812579fb476725439112e3d8d128b86bc0015 +size 1021684 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthBarFull.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthBarFull.uasset new file mode 100644 index 0000000..124f995 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthBarFull.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cde10676a6d3395aa52f04b1dc570d76010de943d55d712ba8ffdafaa6f1a5 +size 1022216 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthIcon.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthIcon.uasset new file mode 100644 index 0000000..7c3a6c7 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_HealthIcon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7686b80aa5efbabfd1fd3b9ea033bac2c540033a282b64b7e3d3cb82a05b7a5e +size 162635 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_RedVirus.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_RedVirus.uasset new file mode 100644 index 0000000..0309c1c --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_RedVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bf575cca06a1b5897f0366414a555e970e8e47e4309e43ef6a3f3ec41f1262 +size 360934 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_RedVirus_Old.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_RedVirus_Old.uasset new file mode 100644 index 0000000..ab81798 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_RedVirus_Old.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8738560da3636d4b68b01514922a1247ab7139708d4d53eb6a30c1dae85f5bb +size 528939 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_Selected.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Selected.uasset new file mode 100644 index 0000000..72b627a --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Selected.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbe4fa9083394569324281cf9b770c258e57c23588e0b4c6f474a79b7ae01da +size 26514 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_Syringe.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Syringe.uasset new file mode 100644 index 0000000..d1ea509 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Syringe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572f78c1de68e162dc230ca56801754da32b2c61fcb2f00b4cd3e5f292682156 +size 33862 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_Tablet.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Tablet.uasset new file mode 100644 index 0000000..d07db3f --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_Tablet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cd4167945b568c76f7e842f2ffbf1cbe598bc6bbdd350b78c4842065521845 +size 14220 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_TaskTablet.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_TaskTablet.uasset new file mode 100644 index 0000000..2721ab9 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_TaskTablet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25e7fb57445fc5d48e2d3453796e6c632ab73ba2ba75f7dd4b24fc675d50c3e +size 700137 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_TaskTablet_Old.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_TaskTablet_Old.uasset new file mode 100644 index 0000000..7769f1a --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_TaskTablet_Old.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aeee3a9734f0cfeebdfed86edcd9f13708c46c7cccaddd38d6ca9bbe53d7e4c +size 63267 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_TestTubes.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_TestTubes.uasset new file mode 100644 index 0000000..8674067 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_TestTubes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eab6dc81dbe66f93d6a967610dafe251c0cba8f1d2492ca468e199ff236e57d +size 20153 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_bacteriophage.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_bacteriophage.uasset new file mode 100644 index 0000000..22f953f --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_bacteriophage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca0cafe99861f7a1d32e7dcc2a6574040375ccde59ecf4c62e1e57ab5127206 +size 1328 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/T_bacteriophage_BW.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/T_bacteriophage_BW.uasset new file mode 100644 index 0000000..62c4238 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/T_bacteriophage_BW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c68689865a259528d10b176a0ffa3d1d48d15cd62d2b301cb1fcdfd4d42304 +size 50559 diff --git a/Content/FirstPerson/Blueprints/Widgets/Assets/bacteriophage.uasset b/Content/FirstPerson/Blueprints/Widgets/Assets/bacteriophage.uasset new file mode 100644 index 0000000..1c4f92f --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/Assets/bacteriophage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fe6964385d8cf8072860c53207c17f562c784cfa8078a3789aef9c95c369c4 +size 50413 diff --git a/Content/FirstPerson/Blueprints/Widgets/BP_HUD.uasset b/Content/FirstPerson/Blueprints/Widgets/BP_HUD.uasset new file mode 100644 index 0000000..2282b22 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/BP_HUD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb3273e8fa46d3586fcb09064e8cbd8a1ddb202ca7d2e895428bce2e7d51eb7 +size 41923 diff --git a/Content/FirstPerson/Blueprints/Widgets/M_Crosshair.uasset b/Content/FirstPerson/Blueprints/Widgets/M_Crosshair.uasset new file mode 100644 index 0000000..d30ba35 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/M_Crosshair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1376cc8f1e99c8826ec59418b8ed633965e51753d8e88d198726c38fb70c6f7 +size 14516 diff --git a/Content/FirstPerson/Blueprints/Widgets/WBP_HUD.uasset b/Content/FirstPerson/Blueprints/Widgets/WBP_HUD.uasset index e845585..10597ae 100644 --- a/Content/FirstPerson/Blueprints/Widgets/WBP_HUD.uasset +++ b/Content/FirstPerson/Blueprints/Widgets/WBP_HUD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efd99605f89680e55766b67ce2407ee4dbc28b16f83081799654a0639e2ea562 -size 21399 +oid sha256:dc94aada31fcfc568efb183fcac6e15c356d89193bced7965c524444a0754826 +size 60684 diff --git a/Content/FirstPerson/Blueprints/Widgets/WBP_HealthBar.uasset b/Content/FirstPerson/Blueprints/Widgets/WBP_HealthBar.uasset index cfdd1d0..59655cd 100644 --- a/Content/FirstPerson/Blueprints/Widgets/WBP_HealthBar.uasset +++ b/Content/FirstPerson/Blueprints/Widgets/WBP_HealthBar.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cca8c05622661e4d73975c7b30a4a24c12182cb43892cb4920e60ad7c21af45b -size 35610 +oid sha256:7d38c6a626906a48a20e5552398e6a9b63633616a76d065f7a68987c03bb2fdb +size 79002 diff --git a/Content/FirstPerson/Blueprints/Widgets/WBP_Hotbar.uasset b/Content/FirstPerson/Blueprints/Widgets/WBP_Hotbar.uasset new file mode 100644 index 0000000..ece8904 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/WBP_Hotbar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1598e8b9c791f3a9116add3d951fa25f0fa4639635e203e9af0caeda5c4629 +size 384792 diff --git a/Content/FirstPerson/Blueprints/Widgets/WBP_Task.uasset b/Content/FirstPerson/Blueprints/Widgets/WBP_Task.uasset new file mode 100644 index 0000000..b3ded2c --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/WBP_Task.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc09887d06779e02bff1bc0ea74c93c994b896f4fe8b50c2434c09188b6f5224 +size 117051 diff --git a/Content/FirstPerson/Blueprints/Widgets/WBP_TaskList.uasset b/Content/FirstPerson/Blueprints/Widgets/WBP_TaskList.uasset new file mode 100644 index 0000000..0dcf786 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Widgets/WBP_TaskList.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96932491378e2d708a0129ac5a728d9a5e4a891b96d1a9d4dc48afae67ed7d2 +size 116922 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/Animations/BS_Idle_Walk.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/Animations/BS_Idle_Walk.uasset new file mode 100644 index 0000000..cbcbabf --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/Animations/BS_Idle_Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261cb0d41e7cac889a7ee70aeeb9112f7fb8517c775e94f093a99b06b5e0bbd9 +size 9091 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/Animations/CrystalVirus_Idle.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/Animations/CrystalVirus_Idle.uasset new file mode 100644 index 0000000..e39d034 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/Animations/CrystalVirus_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7728b044c667b8b01a16508b7d6964721985d22dae3296402ca5b8f53090278b +size 104319 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/Animations/CrystalVirus_Walking.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/Animations/CrystalVirus_Walking.uasset new file mode 100644 index 0000000..04bcb86 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/Animations/CrystalVirus_Walking.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9515207ea654559aa34a75a323bc194dd9bb71bbc29a81753212e8496f79567c +size 95617 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/BP_CrystalVirus.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/BP_CrystalVirus.uasset new file mode 100644 index 0000000..fbc44f3 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/BP_CrystalVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb7eec2c0bfd4a54493050cd18acf3835ff06428ae7ca18487ec29c68d4d4e1 +size 2475 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0.uasset new file mode 100644 index 0000000..076bcba --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614cb298b8d9cc6469eba242564ab52e290b886b4f8193c461ee1ae76010b971 +size 306812 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_1.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_1.uasset new file mode 100644 index 0000000..d1d95a8 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb0b62ee1de0d1695ad0b4758488c1e8e8f13812dc704e21d4fa4efc72acacb +size 306843 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_2.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_2.uasset new file mode 100644 index 0000000..8af8d3b --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e1aa865a8c9e79c24fbcff639f0e3ca738cb3b826a621fba4de20c28d962c3 +size 306843 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_3.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_3.uasset new file mode 100644 index 0000000..8d62327 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9c47ad16f0bab14ed8dc7684ee95ed70241a8351fc1ef4b6bc5fa962fcd927 +size 306843 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_4.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_4.uasset new file mode 100644 index 0000000..f9a2463 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/BodyColor0_ncl1_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db91ab4c22b045840b65e89d66fc2532d7a1c9e9c4c543ce1bc48417b869e3be +size 306843 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/CrystalVirusMayaWAnimation.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/CrystalVirusMayaWAnimation.uasset new file mode 100644 index 0000000..50cd913 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/CrystalVirusMayaWAnimation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01668ca0a0ee76a18733ba7466204cd52e6ac02e832b0d1875a9c1ad1d497b41 +size 8274 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/CrystalVirus_AnimBP.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/CrystalVirus_AnimBP.uasset new file mode 100644 index 0000000..db70c32 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/CrystalVirus_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e1337ceaa1ab26238c4809725440c7e1955f94b9be243f362652271e383a9e +size 81538 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/Material.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/Material.uasset new file mode 100644 index 0000000..a1a2ee5 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/Material.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56620ac1c0045257c0f37a1ea5ba02a44b546a61ef3b2cfbb898613bef02da22 +size 10225 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/Material1.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/Material1.uasset new file mode 100644 index 0000000..86aea30 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/Material1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857f76ca55ba28ac3ed03a0982130ca64bf0bf35e7c44b1b07045af8cbe5ad2a +size 10289 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/Material2.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/Material2.uasset new file mode 100644 index 0000000..1ddf142 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/Material2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5a7263910001f67acdc84cb575fd6c204c1e31b2405ac8b77fcfcb478ff9f2 +size 10289 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/Material3.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/Material3.uasset new file mode 100644 index 0000000..28fbeac --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/Material3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b17ff5c4f058a953f694cab38ab707c72b77ccbba5c24e3b8cdcb1c3cbedd7 +size 10289 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/Material4.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/Material4.uasset new file mode 100644 index 0000000..c6737a3 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/Material4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe82fada3b67f80fe059b99a573d0e793c9322ee1670323120fd42c3741b6b8b +size 10289 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/SK_CrystalVirus.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/SK_CrystalVirus.uasset new file mode 100644 index 0000000..e044253 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/SK_CrystalVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11106b60a3f29b71ed5ae0436846e59fffc54ac6985adab57763a75d92090e5 +size 218216 diff --git a/Content/FirstPerson/ImportedModels/CrystalVirus/SK_CrystalVirus_Skeleton.uasset b/Content/FirstPerson/ImportedModels/CrystalVirus/SK_CrystalVirus_Skeleton.uasset new file mode 100644 index 0000000..e4dc5fa --- /dev/null +++ b/Content/FirstPerson/ImportedModels/CrystalVirus/SK_CrystalVirus_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7334b41b9e328c1f9818f8aabd79280a455daa48dc7ee03147701712203c29fb +size 13051 diff --git a/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirusIdle_Anim.uasset b/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirusIdle_Anim.uasset new file mode 100644 index 0000000..ef1022a --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirusIdle_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30aa1a27f6b76d3986e59d3496bd3cdf5dbe35c6e39ff248517d2899a7befe71 +size 17493 diff --git a/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirus_Anim.uasset b/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirus_Anim.uasset new file mode 100644 index 0000000..5647859 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirus_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2418a8b369312d72e72de45de06ba9d02118d8ff9ae7b487e9d2a5d4c3fae45 +size 23317 diff --git a/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirus_AnimBP.uasset b/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirus_AnimBP.uasset new file mode 100644 index 0000000..192e550 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirus_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d2184d8fcbc79197c9682ada94636a0f8b23aff83d8916111b1476ea5218b2 +size 62545 diff --git a/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirus_BS.uasset b/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirus_BS.uasset new file mode 100644 index 0000000..f9bc931 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SlimeVirus/Animations/SlimeVirus_BS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c345b47b9a24ea100f956a4d43f50b79affff21b21bb90e5ab6714c3cb41f6bd +size 8087 diff --git a/Content/FirstPerson/ImportedModels/SlimeVirus/BP_SlimeVirus.uasset b/Content/FirstPerson/ImportedModels/SlimeVirus/BP_SlimeVirus.uasset new file mode 100644 index 0000000..bde79c7 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SlimeVirus/BP_SlimeVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995a5ccc9652594a29591fed574ed6d5151a28b6605bf9ffc1e692480de09480 +size 2431 diff --git a/Content/FirstPerson/ImportedModels/SlimeVirus/Materials/MI_SlimeVirus.uasset b/Content/FirstPerson/ImportedModels/SlimeVirus/Materials/MI_SlimeVirus.uasset new file mode 100644 index 0000000..86472c3 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SlimeVirus/Materials/MI_SlimeVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3cf08846fe6e6f2073286ee1942527f8f133983aa20797289fd0fcf9509fe1 +size 9635 diff --git a/Content/FirstPerson/ImportedModels/SlimeVirus/Materials/M_SlimeVirus.uasset b/Content/FirstPerson/ImportedModels/SlimeVirus/Materials/M_SlimeVirus.uasset new file mode 100644 index 0000000..bb24f14 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SlimeVirus/Materials/M_SlimeVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca5e9f29e64d62899e92be5406a866418e75e2da68bdf87a203223417892b0b +size 11193 diff --git a/Content/FirstPerson/ImportedModels/SlimeVirus/Materials/Textures/M_Slime_Base_Color.uasset b/Content/FirstPerson/ImportedModels/SlimeVirus/Materials/Textures/M_Slime_Base_Color.uasset new file mode 100644 index 0000000..f0bacfa --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SlimeVirus/Materials/Textures/M_Slime_Base_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2d12f410cf17a1123a45c765af65023db565f709926d2140567d4e6520fa8d +size 19429 diff --git a/Content/FirstPerson/ImportedModels/SlimeVirus/SlimeVirus.uasset b/Content/FirstPerson/ImportedModels/SlimeVirus/SlimeVirus.uasset new file mode 100644 index 0000000..82db466 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SlimeVirus/SlimeVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bfcd55b400695d31692c25fb7854e9fbb00ab3d0dc28aead1f5bc618dd2d37 +size 520644 diff --git a/Content/FirstPerson/ImportedModels/SlimeVirus/SlimeVirus_Skeleton.uasset b/Content/FirstPerson/ImportedModels/SlimeVirus/SlimeVirus_Skeleton.uasset new file mode 100644 index 0000000..0f1b431 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SlimeVirus/SlimeVirus_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3a6d734b7bf3d1dcba624a89697ff89c6e772e9b1bc323d14893d0bc693b18 +size 6815 diff --git a/Content/FirstPerson/ImportedModels/SyringeGun/SyringeAmmo.uasset b/Content/FirstPerson/ImportedModels/SyringeGun/SyringeAmmo.uasset new file mode 100644 index 0000000..1a89317 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SyringeGun/SyringeAmmo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3854847c6244102bb1f91905ddbc0ce0d717a59cf01b1789231f2756c3f057 +size 27846 diff --git a/Content/FirstPerson/ImportedModels/SyringeGun/SyringeBaseColor.uasset b/Content/FirstPerson/ImportedModels/SyringeGun/SyringeBaseColor.uasset new file mode 100644 index 0000000..6e23ce1 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SyringeGun/SyringeBaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f6b42fbfce2779c30927776d1bae7393e8a18f84728e19248498cca7dd11bd +size 132777 diff --git a/Content/FirstPerson/ImportedModels/SyringeGun/SyringeGun.uasset b/Content/FirstPerson/ImportedModels/SyringeGun/SyringeGun.uasset new file mode 100644 index 0000000..29915c9 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SyringeGun/SyringeGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63fe860806caaa890e37850b4efaa6ed0102642bdf90536528c03a87c8aae78 +size 32636 diff --git a/Content/FirstPerson/ImportedModels/SyringeGun/SyringeGun4.uasset b/Content/FirstPerson/ImportedModels/SyringeGun/SyringeGun4.uasset new file mode 100644 index 0000000..84eb7dc --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SyringeGun/SyringeGun4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d99a7ee2a03482a77e08693915eada7d11cfc281c0a9300188e7d2ad904dc51 +size 1278 diff --git a/Content/FirstPerson/ImportedModels/SyringeGun/SyringeMaterial.uasset b/Content/FirstPerson/ImportedModels/SyringeGun/SyringeMaterial.uasset new file mode 100644 index 0000000..5a91f00 --- /dev/null +++ b/Content/FirstPerson/ImportedModels/SyringeGun/SyringeMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64744f7866554b4d1d0c34e2e6a111c10d05dc33487613608cd64616b6d10eaf +size 10323 diff --git a/Content/FirstPerson/Input/Actions/Hotbar_1.uasset b/Content/FirstPerson/Input/Actions/Hotbar_1.uasset new file mode 100644 index 0000000..9941ceb --- /dev/null +++ b/Content/FirstPerson/Input/Actions/Hotbar_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c4b27fd280ac83db9472b31d05566ab89b4e4bf8701bcb7d691d9fde8ca4cb +size 1355 diff --git a/Content/FirstPerson/Input/Actions/Hotbar_2.uasset b/Content/FirstPerson/Input/Actions/Hotbar_2.uasset new file mode 100644 index 0000000..c75d732 --- /dev/null +++ b/Content/FirstPerson/Input/Actions/Hotbar_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3bca3ec89b8d1f5fe6c93ffbd87d540991fadb2555507887ca638acbe5c9e9 +size 1355 diff --git a/Content/FirstPerson/Input/Actions/Hotbar_3.uasset b/Content/FirstPerson/Input/Actions/Hotbar_3.uasset new file mode 100644 index 0000000..68a4078 --- /dev/null +++ b/Content/FirstPerson/Input/Actions/Hotbar_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99693b87303d4883b69686c78fa33244715d04c58d00b3ba80ba0b1c08321f2 +size 1355 diff --git a/Content/FirstPerson/Input/Actions/Hotbar_H.uasset b/Content/FirstPerson/Input/Actions/Hotbar_H.uasset new file mode 100644 index 0000000..0edcc30 --- /dev/null +++ b/Content/FirstPerson/Input/Actions/Hotbar_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9df1db6a94c4c6a96e1b60eeea6f185dc45bbce14d65e9e328a2fe48085485 +size 1359 diff --git a/Content/FirstPerson/Input/Actions/IA_Crouch.uasset b/Content/FirstPerson/Input/Actions/IA_Crouch.uasset new file mode 100644 index 0000000..0998efe --- /dev/null +++ b/Content/FirstPerson/Input/Actions/IA_Crouch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a9409f7dcfe74bfffe72734fabf6f32ca50fc2522bef5f7c6e69b54e0dc939 +size 1364 diff --git a/Content/FirstPerson/Input/Actions/IA_Interact.uasset b/Content/FirstPerson/Input/Actions/IA_Interact.uasset new file mode 100644 index 0000000..fe7b989 --- /dev/null +++ b/Content/FirstPerson/Input/Actions/IA_Interact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c10484f32adff306ce9f2db1196ed59bc360322862bee1226475978fa57587 +size 1374 diff --git a/Content/FirstPerson/Input/Actions/IA_Objectives.uasset b/Content/FirstPerson/Input/Actions/IA_Objectives.uasset new file mode 100644 index 0000000..ffd44ac --- /dev/null +++ b/Content/FirstPerson/Input/Actions/IA_Objectives.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edeee17e74071074322057c0720613004c2e9a9a214a5fba8755cb706856ff6 +size 1384 diff --git a/Content/FirstPerson/Input/IMC_Default.uasset b/Content/FirstPerson/Input/IMC_Default.uasset index 791adc0..6618a91 100644 --- a/Content/FirstPerson/Input/IMC_Default.uasset +++ b/Content/FirstPerson/Input/IMC_Default.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8b4e005d3a2a0563d564bc424ada3b761ad8b480fa582862930d8b64b4b8b2e -size 13199 +oid sha256:9c99e725164b14067e5d717d829986e14ead31aca3a65bb46dc75457838c4ef6 +size 17942 diff --git a/Content/FirstPerson/Maps/Brigitte_TestGround.umap b/Content/FirstPerson/Maps/Brigitte_TestGround.umap new file mode 100644 index 0000000..709f598 --- /dev/null +++ b/Content/FirstPerson/Maps/Brigitte_TestGround.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062042c930870d90da4c12bce4d3f3eb4b76e434c3c0ec13b194abd1a758240f +size 316959 diff --git a/Content/FirstPerson/Maps/FirstPersonMap.umap b/Content/FirstPerson/Maps/FirstPersonMap.umap index 568fa2f..fb09244 100644 --- a/Content/FirstPerson/Maps/FirstPersonMap.umap +++ b/Content/FirstPerson/Maps/FirstPersonMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f03d0ef607ab45f3d3e8bd87277d2eee68beba80af7c6cdbadd3f8940b58f2c5 -size 19611 +oid sha256:e561ed9f8409c3983f92007b877ab033880aad5a0db5931ab30deda96f835d16 +size 20712 diff --git a/Content/FirstPerson/Maps/FirstPersonMap_BuiltData.uasset b/Content/FirstPerson/Maps/FirstPersonMap_BuiltData.uasset index cc35101..f85e953 100644 --- a/Content/FirstPerson/Maps/FirstPersonMap_BuiltData.uasset +++ b/Content/FirstPerson/Maps/FirstPersonMap_BuiltData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d03749e41a15a17ae3da3fa02e7e846441f6ed0a40342194c8b9478a302b85f7 -size 9571438 +oid sha256:a35a8f3f10c0ef238a6109ada78abee344e015f113cfe53526e1a6d6766f9023 +size 9962385 diff --git a/Content/FirstPerson/Maps/Joe_level_for_testing.umap b/Content/FirstPerson/Maps/Joe_level_for_testing.umap index a3e2cbb..9853a06 100644 --- a/Content/FirstPerson/Maps/Joe_level_for_testing.umap +++ b/Content/FirstPerson/Maps/Joe_level_for_testing.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f9f3690afff41e8d5b00897b2059686d229152b86364dd91a6dddbf1a7d3d3c -size 48807 +oid sha256:f546ad95f2d698215c2f5dbb9463b2e6eb245393861cb1bdd683347cef9f0238 +size 92998 diff --git a/Content/FirstPerson/Maps/_GENERATED/bossm/Disc_809DD847.uasset b/Content/FirstPerson/Maps/_GENERATED/bossm/Disc_809DD847.uasset new file mode 100644 index 0000000..5dcb48b --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/bossm/Disc_809DD847.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a47717b6785e33582e8284ac0143e8d20b6fe2369cc4fbb6f47529aeaa9483 +size 1543 diff --git a/Content/FirstPerson/Maps/_GENERATED/bossm/SM_Disc.uasset b/Content/FirstPerson/Maps/_GENERATED/bossm/SM_Disc.uasset new file mode 100644 index 0000000..50233ca --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/bossm/SM_Disc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfce7d8bda357184d88b2ed3edc5224eab9139d01874dada8cce9af2f458d7f +size 13862 diff --git a/Content/FirstPerson/Maps/_GENERATED/bossm/SM_Ring.uasset b/Content/FirstPerson/Maps/_GENERATED/bossm/SM_Ring.uasset new file mode 100644 index 0000000..0c5b747 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/bossm/SM_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619a241dd65785c5274bfb23826516254b338aba9ac99efe1aa95f6b576b9276 +size 28099 diff --git a/Content/FirstPerson/Maps/_GENERATED/bossm/Torus_476BE8C8.uasset b/Content/FirstPerson/Maps/_GENERATED/bossm/Torus_476BE8C8.uasset new file mode 100644 index 0000000..2006e94 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/bossm/Torus_476BE8C8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21338a854aa083f9b7f312c0078230a7af266c348206a5d962d2c78251823702 +size 1548 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_0E538164.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_0E538164.uasset new file mode 100644 index 0000000..103ad22 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_0E538164.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551541c14fa78af8c86119ed7f603dae05f088bbfc351bb19a2375cc0a11809f +size 1101491 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_0ED6CEA3.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_0ED6CEA3.uasset new file mode 100644 index 0000000..73994b0 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_0ED6CEA3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3448410cb1da4890b819ae0024b641f68532ebc1984823057cf79f1e4cbba2 +size 1248651 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_11108C74.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_11108C74.uasset new file mode 100644 index 0000000..7469dc7 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_11108C74.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1607083e461ed2f32a488ee1d36b518af792f649efd8870fed319f13f0cd34e +size 1245813 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_1231D598.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_1231D598.uasset new file mode 100644 index 0000000..f4721b3 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_1231D598.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa9641751402044159a93a86ebd703228fe3c062def6be66df486bc817c76bb +size 1166726 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_127F5AB2.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_127F5AB2.uasset index f7440e1..135117a 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_127F5AB2.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_127F5AB2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1484db080b578ef0ec05f607e2162934fe8028e8807986c673ac6fe683a8e257 -size 47608 +oid sha256:253dac274628d889e163bebc32ba1734973b7153bf273a229a1e1cd3e9dc6403 +size 48429 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_1391AF15.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_1391AF15.uasset new file mode 100644 index 0000000..ebf762a --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_1391AF15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a00ad2c5d7d94ded393690fa5584d9c50d29c92d276060c6a048763f4ca8c81 +size 1220198 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_156721F0.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_156721F0.uasset new file mode 100644 index 0000000..8fc1198 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_156721F0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9abdce130f41ee4833ce45c79fb002e9b5696e8b55edcddb98bdfa866e418e +size 1102360 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_1D381762.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_1D381762.uasset new file mode 100644 index 0000000..32f6609 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_1D381762.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267e4f1de195fb681e53121b23a003293a9a4afddc8af0a168e9b525b19e70fb +size 31996 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_3AAE348C.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_3AAE348C.uasset new file mode 100644 index 0000000..89c787d --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_3AAE348C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78226f99cc6da06f5bda07d97cc8d9b1d2398122e37eb7f5702700a57d57a0e2 +size 198650 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_3F0992C1.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_3F0992C1.uasset index 0c7d174..1365a54 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_3F0992C1.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_3F0992C1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:48ba8e3a5c25bec9a2dc211bb352c8949069202fdf0c70f355f07c5c5d395ced -size 114975 +oid sha256:c1ab4896ba0907e76edc06c1388664359aaeea80aa043973fcee6dbe13bb11dc +size 115796 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_48F5EA4D.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_48F5EA4D.uasset new file mode 100644 index 0000000..5cce4d0 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_48F5EA4D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd710c39684a0fcfec536235f9bc70b6b23ab115be243c04a9e61c13e49a029b +size 1214644 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_590423A3.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_590423A3.uasset new file mode 100644 index 0000000..8950f8d --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_590423A3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0dff8103ce1e434e122c081a90112c9ca800a565031b8220cc7b1892c930f8 +size 22447 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_5B33B37D.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_5B33B37D.uasset new file mode 100644 index 0000000..4f40412 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_5B33B37D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323e9c24e103b223db4b8865cab9fdeed7f5abe28b9ae131aeeb5fffddb6c0f8 +size 177513 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_647F5305.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_647F5305.uasset new file mode 100644 index 0000000..5d7c28a --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_647F5305.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b179e55a6c52c5c6fa8f19b3ff4d02647d1ae60fc1a291dbb131594065cb008a +size 1256994 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_710DA105.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_710DA105.uasset index 7989e2c..de23e42 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_710DA105.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_710DA105.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:371d245d4f4ed6661e1d4e39b9ad386f5d8d4aae3dc362f76e4faca4bdd73c1a -size 28868 +oid sha256:6505b7e0d36f99ee02869d5d14a60396340589977c19841b3690e29b4f581eeb +size 29689 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_7194B5DB.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_7194B5DB.uasset new file mode 100644 index 0000000..dfe731b --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_7194B5DB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1c96128709251776304da9529253663aa3f990d4c507d2b843375c2143029b +size 1181885 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_7AAC5E41.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_7AAC5E41.uasset index 79c4822..d69c767 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_7AAC5E41.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_7AAC5E41.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c2790ce2811cb37826d3c9b8ecce41785115cd68a73398f3ae3e6762ba66dfc -size 46395 +oid sha256:f73a90e6106855ffb493c3e845c99ec99039e3b7bae4aaea34b34fb8ee955968 +size 47558 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_7E7C561D.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_7E7C561D.uasset index c4473d1..bdf2247 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_7E7C561D.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_7E7C561D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:615dc2a6680fe8f9cba1ecdeed0a91990cadce89f9d9f5074e338129473a8fa1 -size 39590 +oid sha256:ca6d2c34a4930fa79e3101d2e9f83047d95976fbc31b7f276898b9989a15cdbb +size 40411 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_818BFEBA.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_818BFEBA.uasset new file mode 100644 index 0000000..d8458ce --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_818BFEBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f10e801e32c8f0c945c73c18bcd20587f911cb3d46302d52290161e816be8b5 +size 1105108 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_8D60716A.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_8D60716A.uasset index 6cc20f2..c22034f 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_8D60716A.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_8D60716A.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:361cb6533b7f61888597d4491dd00eb5047cc41cb6e10f7e8d782627cd1a1067 -size 77279 +oid sha256:d5494803995d4a60505f77298566a339f22e4f7534004f7ea820489892a3b09e +size 78100 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_9DCF604A.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_9DCF604A.uasset new file mode 100644 index 0000000..adf5d78 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_9DCF604A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a1b694371b7339dd4ae2d19ae944d556a4b4d220b3f016cb374657103b5aa3 +size 1173431 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_A2A55D78.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_A2A55D78.uasset new file mode 100644 index 0000000..0e68fee --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_A2A55D78.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7366352a939aca2ef3ede40de91db84b5022e4a0a79367022652dd6e51c159e6 +size 1231156 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_A8EE1BE7.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_A8EE1BE7.uasset new file mode 100644 index 0000000..7a73de2 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_A8EE1BE7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f55d919777f9aad386d8dc0f210bd50b86e0bc53007dc813a285dfd0cd78681 +size 1220283 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_AA303F0F.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_AA303F0F.uasset new file mode 100644 index 0000000..2acdd01 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_AA303F0F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b64c58ffe6cbc859e767202ec2d181d5a75f932d6fdb2abd509b722b1e8c1d8 +size 1104299 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_B3BD501C.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_B3BD501C.uasset new file mode 100644 index 0000000..227fbca --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_B3BD501C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc345aac4124b624bb3f8fdbbe668fc16f571de02dfa7901a7d781164b744f7 +size 26595 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_B7A554B4.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_B7A554B4.uasset index 35c38ed..bd3bf33 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_B7A554B4.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_B7A554B4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34c6def39d57e4e60319d9014e5087b4b13d98f55d4bfb286d15dc397fcca096 -size 46222 +oid sha256:9625707c2b33ebdf10e66a8e5474c1c283eb49ef8ef8fa508afbf766e5c5ae53 +size 5746296 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_C4DE9A19.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_C4DE9A19.uasset new file mode 100644 index 0000000..2660e5f --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_C4DE9A19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dff997040e0a4fdd695cae69da647536678a756e898bb5d20a937565b4cbcb +size 1220354 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_C7560A41.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_C7560A41.uasset new file mode 100644 index 0000000..789f184 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_C7560A41.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593b3d3074487b23b9b7b8c9cd8d1349b1dc06cfbfabb27fdcb39c7ea632c59f +size 1101404 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_C86DEEE0.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_C86DEEE0.uasset new file mode 100644 index 0000000..5ccc4d5 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_C86DEEE0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb41658cbe5e9140703f12eb900e07b1562a645b5ee569c72b01a32401b42a9 +size 1242563 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_CC99F122.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_CC99F122.uasset index e525c8a..fe8ee08 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_CC99F122.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_CC99F122.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e947aecf8cf12d5b15e3296fc8874951f88fd22ef2d4b7df59efb9f4580609f -size 24948 +oid sha256:a271b1fd0fc0b702162f75e31d8a93a2226734cc0623423a9433daf20563ab34 +size 25769 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_CutPart_636863DF.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_CutPart_636863DF.uasset new file mode 100644 index 0000000..4a203a8 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_CutPart_636863DF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7315384544681f9d6058a4167500ea8517b686cb9ed64a8298bd05503d3012fd +size 21631 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_ED448E64.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_ED448E64.uasset index e7caadc..cb085ef 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_ED448E64.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_ED448E64.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b745af8eac4e5c5ae19f1a276736f3a56a0a525759b1deecb64e7d1de93180d0 -size 111320 +oid sha256:b246c2dda612d224ad06d6eec793ba6964c1bb829bf476788c0cfd6309379810 +size 112141 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_F23D6939.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_F23D6939.uasset new file mode 100644 index 0000000..387d593 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_F23D6939.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea1fa957ccada4a1270bce0ea416bd9ddb787d94dd0f24c5077e5d0ab53b447 +size 1104315 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_FB7B2A8F.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_FB7B2A8F.uasset new file mode 100644 index 0000000..011b854 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Boolean_FB7B2A8F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d248fee8fc444674077ff22328fa9969b11075c605449757c13285c816781f36 +size 1185851 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_2524B443.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_2524B443.uasset index e876d63..a6dbfe7 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_2524B443.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_2524B443.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c96c5a64671b97a058b333b2e3e8f202fb59cc9b1b471d102eaae0bfdca5637 -size 19325 +oid sha256:076c525f3074466eec420db14e54f3f4a63775c0476f394beb55c1f0f794a8d0 +size 20146 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_291D87FE.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_291D87FE.uasset new file mode 100644 index 0000000..d6a6cba --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_291D87FE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde37966ffb0188972d28a123fc0198498ea243159de939b6140b805ac5d6fc2 +size 15183 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_512FB234.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_512FB234.uasset index 17327b8..01e12db 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_512FB234.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_512FB234.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ded202a63b46505c7c2d3581bc1b6a37a70e59fd80b6283c7066588f737290d1 -size 124480 +oid sha256:d12dc729223e96014c87976f38b1e39f180168cd72e3a7120bdbdff1262c8d8e +size 125301 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_525DEC7F.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_525DEC7F.uasset index cdead75..5669be6 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_525DEC7F.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_525DEC7F.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2292c82570609d363458e57a52118d335a320c8519ecdd3cb7d6d8d40db7a788 -size 15746 +oid sha256:d1a1a3fdb85599e7be00ae075d622b8a1215a9a0577e2e83aa1ba76d3dea3c56 +size 16567 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_60BB7194.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_60BB7194.uasset new file mode 100644 index 0000000..6cb5b98 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_60BB7194.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21905ac9f60d1e36ddfd82017d5280c5a538bc5a053954180cc20761b240595 +size 22540 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_72470F15.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_72470F15.uasset new file mode 100644 index 0000000..b9f6541 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_72470F15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b64730f40486837cf0fac97ae432a29c906aaa355a59ef31e2539c828ee952e +size 15183 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_96759EDB.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_96759EDB.uasset new file mode 100644 index 0000000..8c56ff5 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_96759EDB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3246012c0ffc432ac261b0fb0221e2c00b4ea7094d9f7b343206f7d4e7853a +size 23385 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_9B65C23E.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_9B65C23E.uasset new file mode 100644 index 0000000..d5cd9be --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_9B65C23E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc76cf8563a6cfa2ffb8ed4f7683a3203430dec9a642af18735d8840409db12c +size 15132 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_DFE232B7.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_DFE232B7.uasset new file mode 100644 index 0000000..ba60c74 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_DFE232B7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ece1103e08fb2c74a8c24074d8084205e4e7e7ba10cce496280df3f0fdc7ebb +size 22988 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_EB3EA3E1.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_EB3EA3E1.uasset new file mode 100644 index 0000000..60ad0c3 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Cylinder_EB3EA3E1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafd4484c9cfe041bc7516aec2de82c0519bcf0a91e54036e2fffca8f8aa7f91 +size 21933 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_4D3B555E.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_4D3B555E.uasset index 897e6c4..4ccb6b4 100644 --- a/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_4D3B555E.uasset +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_4D3B555E.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40e948050be2e59ace9d548e0df8d73724c2a6a101d3397ac8ff0eed7061864b -size 2070921 +oid sha256:f3cb41ba3bd1b3ab82a59c7844fddd45b19899c5272df58c0e635be603feb5ae +size 2071742 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_A2BB4735.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_A2BB4735.uasset new file mode 100644 index 0000000..29e6422 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_A2BB4735.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cafcdb398829c2f9a2aa0bf2a0b4852c15ff2f62d3acdb7c143bb5b9bf9dec +size 94460 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_B3E8938D.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_B3E8938D.uasset new file mode 100644 index 0000000..614dc53 --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_B3E8938D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03aef9dbff2751671d4f92b4a6cdbca90f5c6a1db241b1ea86acde6b1465882 +size 94310 diff --git a/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_EB9399B9.uasset b/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_EB9399B9.uasset new file mode 100644 index 0000000..1fdcd1f --- /dev/null +++ b/Content/FirstPerson/Maps/_GENERATED/theda/Sphere_EB9399B9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3e93ac89910c27e88bac79652b02ee898e8b0b00d31070b8c678d15c489238 +size 94451 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Falling.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Falling.uasset index 8efb90b..971a732 100644 --- a/Content/FirstPersonArms/Animations/FP_Rifle_Falling.uasset +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Falling.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fcef492feeb88eda0a736a544f478ee7d2618fa129b33305d4d025a9d99e5fcd -size 290495 +oid sha256:10afb756e6a2159daaf549140163d0f162478bf977c3f97ec0b97ea75309dc88 +size 386918 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Fire.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Fire.uasset index 992b493..d57ceda 100644 --- a/Content/FirstPersonArms/Animations/FP_Rifle_Fire.uasset +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Fire.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:282d228443faf917799e345728aa35c16075f3adba8c1d8a053980830aa91520 -size 255326 +oid sha256:510b9a3853c4bfadb9eabe97a2a85b51a4340a2424eeacf97b7f486486ccd680 +size 351741 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Idle.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Idle.uasset index a1a7a66..e8a5039 100644 --- a/Content/FirstPersonArms/Animations/FP_Rifle_Idle.uasset +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Idle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b424a7420c3944a939cab5a9c4d11caab73d2b4c1e425a686811167d25aa137 -size 360496 +oid sha256:2007cb72823a97b319c3750a384b052c563c8fa626a8e7f09051082626012821 +size 456945 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Jump.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Jump.uasset index 7094285..f11da0d 100644 --- a/Content/FirstPersonArms/Animations/FP_Rifle_Jump.uasset +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Jump.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9e3c27ebcb12bf25e26d7ed31ca030729d9ad24beebb2ba99bfc98e46c3b9a2 -size 232907 +oid sha256:98f5147a767bfa474e88b717fd8b517a4d85a1086f2249031d8642a69ead015e +size 329053 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Land.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Land.uasset index aa9846a..fee07fb 100644 --- a/Content/FirstPersonArms/Animations/FP_Rifle_Land.uasset +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Land.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b14c0837a8b669bb78f5e3d823aeeda0959492fa2b770c1b74384461ca807ead -size 260345 +oid sha256:6f6f6601a71415d053f0fa81197bd1f3c9238735235ef4e693bcd15f6a40f365 +size 356791 diff --git a/Content/FirstPersonArms/Animations/FP_Rifle_Run.uasset b/Content/FirstPersonArms/Animations/FP_Rifle_Run.uasset index cc76139..deb98b0 100644 --- a/Content/FirstPersonArms/Animations/FP_Rifle_Run.uasset +++ b/Content/FirstPersonArms/Animations/FP_Rifle_Run.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f0ab0f6ca0ad51dce7e99a6366cc54d2c73e440aff855d68de713120a0bce41 -size 277215 +oid sha256:38efb38f31190fe2262ebff7c5a293c2005367915033ac333485b17861452500 +size 373668 diff --git a/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_01.uasset b/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_01.uasset index f85317f..ec7339f 100644 --- a/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_01.uasset +++ b/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:595c4b10ef147137f1d0659c227da985b7d5e4f36c1f96e447dfb860f944286c -size 13997 +oid sha256:4a5b5e6f92525b29e56040c76e0bc31088d5eabeacd0968daa4a7b0b449b42e1 +size 22804 diff --git a/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_02.uasset b/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_02.uasset index f511943..dce354c 100644 --- a/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_02.uasset +++ b/Content/FirstPersonArms/Character/Materials/Instances/Manny/MI_Manny_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c59112fda95389cdafddcbe0cdac787305fea3e1639e419910d7cb9e7f279b9c -size 15267 +oid sha256:25e75db0c34058157a9e409799caa5751db9304079a2b42a3502ec515dd81f9b +size 23954 diff --git a/Content/FirstPersonArms/Character/Mesh/NewFolder/CR_CrystalVirus.uasset b/Content/FirstPersonArms/Character/Mesh/NewFolder/CR_CrystalVirus.uasset new file mode 100644 index 0000000..663be06 --- /dev/null +++ b/Content/FirstPersonArms/Character/Mesh/NewFolder/CR_CrystalVirus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6b1121f0b9de53dcc2fcb4fc22274426d08485f9dd666e9b06171b896feb9b +size 98040 diff --git a/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms_Skeleton.uasset b/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms_Skeleton.uasset index d9a1aeb..5a57a9f 100644 --- a/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms_Skeleton.uasset +++ b/Content/FirstPersonArms/Character/Mesh/SK_Mannequin_Arms_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5fcb271d5232986490232866de153ab5989bd267bc4143dbc978922ac80e8b16 -size 158181 +oid sha256:71409dae02f9d7a2bd27c822acff40e4d02f0be1ced046f99a1b7b5cfb4a4e85 +size 194265 diff --git a/Content/Fonts/OCRAEXT.uasset b/Content/Fonts/OCRAEXT.uasset new file mode 100644 index 0000000..b7f3e1a --- /dev/null +++ b/Content/Fonts/OCRAEXT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feacd2f8b9b90636bebbbfd09b23cff5a981b8469cac2593df6a96f2547a983f +size 56869 diff --git a/Content/Fonts/OCRAEXT_Font.uasset b/Content/Fonts/OCRAEXT_Font.uasset new file mode 100644 index 0000000..bea8381 --- /dev/null +++ b/Content/Fonts/OCRAEXT_Font.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cdb6ade3a1493574dd15f6f4fcf43e4c002662cf530651d95a276eb07cf384 +size 6495 diff --git a/Content/Fonts/OCRA_BT_Regular_Font.uasset b/Content/Fonts/OCRA_BT_Regular_Font.uasset new file mode 100644 index 0000000..6a200fd --- /dev/null +++ b/Content/Fonts/OCRA_BT_Regular_Font.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84e16041732dbda633d7220fef49e19f0957b69a0e7b4d2cd79eca0c466910b +size 7402 diff --git a/Content/Fonts/Pixel_NES.uasset b/Content/Fonts/Pixel_NES.uasset new file mode 100644 index 0000000..4184c8b --- /dev/null +++ b/Content/Fonts/Pixel_NES.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c1b37dcff68ce2dd9cba6d53c350c1eb331849801ea75bdaf0a9b254d325f5 +size 22531 diff --git a/Content/Fonts/Pixel_NES_Font.uasset b/Content/Fonts/Pixel_NES_Font.uasset new file mode 100644 index 0000000..09025d5 --- /dev/null +++ b/Content/Fonts/Pixel_NES_Font.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4732048cba36d0a6f0fa259b29a63f999265a16b93707fc40e42d51acdc4b5c0 +size 6501 diff --git a/Content/Fonts/TT0395M_.uasset b/Content/Fonts/TT0395M_.uasset new file mode 100644 index 0000000..826679e --- /dev/null +++ b/Content/Fonts/TT0395M_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fb644a3c53be7775bb5adc18704f34ee4328822d21d1402bb0b5d8174b05ea +size 33364 diff --git a/Content/KT_SmartMat_Vol_4/Green/M_Green11_Inst.uasset b/Content/KT_SmartMat_Vol_4/Green/M_Green11_Inst.uasset new file mode 100644 index 0000000..4df8388 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/M_Green11_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dab2ae3820416577e77410f882613ad1071e1437ae94f05f0e9653c750266e +size 12329 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Blue.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Blue.uasset new file mode 100644 index 0000000..9da576b --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8daeefddfd825c9c67e72c3fde6681c4b1a9702b4b8824dc5afd69a9794de8d1 +size 37270 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Blue1.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Blue1.uasset new file mode 100644 index 0000000..0e37f68 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Blue1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233ccb49def08d709e689ad6167f56f5f2b2d3000e01f7605951b8d6c5cf9bcd +size 37295 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Blue2.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Blue2.uasset new file mode 100644 index 0000000..1a0a7ce --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Blue2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d713ac4a9d62b395227af07d73ae6b83e3700e0fd9089dfe74f396c611b7fe4 +size 37403 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green.uasset new file mode 100644 index 0000000..e4c193f --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e5aa4c62b1116373c4996978c264f170f505abae683117fe6d39ea5b127999 +size 37051 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green1.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green1.uasset new file mode 100644 index 0000000..3b02702 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0928cdca37515c78aa257b0a238d4eff1f9ff47c9b73d4ad84819ea20b34d9d6 +size 37301 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green10.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green10.uasset new file mode 100644 index 0000000..3d634fa --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15e843afa95acdf6171374f8c65b4ecc5753faa518916da26c1298b87cd7ca6 +size 37804 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green11.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green11.uasset new file mode 100644 index 0000000..1040969 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3316c610d59ad16d0203338b8f1a907f8b98764ad8faddd2542003bcdf9bcb +size 37878 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green2.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green2.uasset new file mode 100644 index 0000000..19330d8 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f32f6c9412886e73af6f7b767fc92b37287c295e2d799c581e0d8e6278614f +size 37145 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green3.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green3.uasset new file mode 100644 index 0000000..354d1ef --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc114bdef4da93f4647c23603e482bbaeb255244822c8fccf3cf95d674b0731d +size 37156 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green4.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green4.uasset new file mode 100644 index 0000000..c8e4b18 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee76f56438f9c821bcfff2a4c4ca7acb55b908641c4cc97c94fbd234a50f5336 +size 37417 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green5.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green5.uasset new file mode 100644 index 0000000..6101c8a --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f88d83c565cced799578832cb123e8f21fd9dd71277c901241c9c80d8ea355 +size 37604 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green6.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green6.uasset new file mode 100644 index 0000000..8f725bd --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c85919b97e8e5201d917fde2603f8fe36a93352bfe7eaa1748e3c58c3f6f6f +size 37410 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green7.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green7.uasset new file mode 100644 index 0000000..d70f1e4 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31bddfb5eb240a3284233cdbc0584ece81a696f059d8b78a0853645dd95d07c +size 37663 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green8.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green8.uasset new file mode 100644 index 0000000..62e2766 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72770a8dd51c178a8c25ee38d959094d0fa2ed87eb91b85b651b7187851b313e +size 37663 diff --git a/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green9.uasset b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green9.uasset new file mode 100644 index 0000000..941b21c --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Materials/M_Green9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd75219c8704536308f2fa8bf62f5c4f944cfa5d36ab397ec5b5e0c0a3242d01 +size 37853 diff --git a/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_AmbientOcclusion.uasset b/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_AmbientOcclusion.uasset new file mode 100644 index 0000000..9525118 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_AmbientOcclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b63025f9cf6241c0ac8c91b1eae4ee9887eab7ded254fb6ffe13e22c15a0fd +size 5029900 diff --git a/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_BaseColor.uasset b/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_BaseColor.uasset new file mode 100644 index 0000000..d2c07cc --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a781ff68753fe87075344e627e584d4bb6856a90c7bcb1da3bb5d3de5b5762 +size 8498192 diff --git a/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_Height.uasset b/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_Height.uasset new file mode 100644 index 0000000..8b3a560 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4390997d8537b9b74e3a3b8604449608c25e19a7f292a65d40caeb23b06bb7e9 +size 4446109 diff --git a/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_Normal.uasset b/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_Normal.uasset new file mode 100644 index 0000000..ccfcd8f --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2391f1b462e7656b80822dbf14534e8988cb70d0c47960449d9ac0fac87b74d +size 3116645 diff --git a/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_Roughness.uasset b/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_Roughness.uasset new file mode 100644 index 0000000..4b2c011 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Green/Textures/T_green_dirty_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e03bf41a97dd21e77bb588f7a3daa0a24a271182a200b411cce92f02d2aacd3 +size 2808203 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/M_Burgundy1_Inst.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/M_Burgundy1_Inst.uasset new file mode 100644 index 0000000..78f618f --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/M_Burgundy1_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c87bf4182a64b12b90e119f46a4882677f0579ba434aa9345867b5f3596581 +size 12356 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/M_Pink5_Inst.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/M_Pink5_Inst.uasset new file mode 100644 index 0000000..f49bda2 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/M_Pink5_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dad23fbbc58701617b9b7a6742c6946d665f338da4963ea2629447a32291d7f +size 16169 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/M_Pink_Inst.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/M_Pink_Inst.uasset new file mode 100644 index 0000000..7a499dc --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/M_Pink_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06227d60e5af28d2cb10cf5ed67196f43c15f4152a0dbfd8997209a0ea55e38 +size 16250 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Burgundy1.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Burgundy1.uasset new file mode 100644 index 0000000..0b0778b --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Burgundy1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7d9aa7ee05ab5d7332c885190a45c4bb9c8bf70b03a519be360b8d06687b5a +size 38368 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Pink.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Pink.uasset new file mode 100644 index 0000000..fd47e35 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Pink.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82df8d411588e2815ef8c1c8a811f53e87f4c7bb2d053b239d3b9d6d322a94d1 +size 37185 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Pink4.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Pink4.uasset new file mode 100644 index 0000000..552173b --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Pink4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469caa2d2edabbd7dd16010d412ea0c51337904c5b465a33ac840d7cde47b8ec +size 37504 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Pink5.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Pink5.uasset new file mode 100644 index 0000000..ffcb84e --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Materials/M_Pink5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2458c8d9905223ae4cff30fc8a8f186311cbe9bac9d0db470d7d8aaac45f6e +size 37304 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_AmbientOcclusion.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_AmbientOcclusion.uasset new file mode 100644 index 0000000..0506a81 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_AmbientOcclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b73c075ef02ea73a01374411a45fb53a2e0666607779aaa9da6030b52224cf +size 3303575 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_BaseColor.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_BaseColor.uasset new file mode 100644 index 0000000..639069e --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558b92bfc1cac3f044b9481a88d7a41ba627acef7ffe4f6db53a159c029d63fa +size 7352261 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_Height.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_Height.uasset new file mode 100644 index 0000000..6064008 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a820cb4b16b87ba3cc2c7b0ae395075e2b03d031dcd8dd0cf7c1bb2e7d0f52 +size 6020534 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_Normal.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_Normal.uasset new file mode 100644 index 0000000..64da6c2 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0021cd18231d8e994509108d1316fd78ee9518ba9ef532123e5e249182846984 +size 20785408 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_Roughness.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_Roughness.uasset new file mode 100644 index 0000000..a692502 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_burgundy2_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec823c4729320b5958b7710a9970f22d03e812d7a4f4677e3d7f0e67c3d2231 +size 2657895 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_AmbientOcclusion.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_AmbientOcclusion.uasset new file mode 100644 index 0000000..993a049 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_AmbientOcclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d715901cfd714cbe5c45cb62ee4404c17a9166789a0c526cf534e2e0a3378f +size 1076877 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_BaseColor.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_BaseColor.uasset new file mode 100644 index 0000000..5e921ba --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9221283eb9406a0554f54fdff8db615ba4b20b1c79125599a816629fbcdb7b +size 5377969 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_Height.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_Height.uasset new file mode 100644 index 0000000..d2bf317 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb7ba512106c90ba5f80ae45ad3bd234956757c22260d487a78d85b04219895 +size 6429533 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_Normal.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_Normal.uasset new file mode 100644 index 0000000..529932b --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01aa6d688526269b72bfe95f3cf54b8b85cdf1ebaa9db4f0c70b2e3d28149b2 +size 23701662 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_Roughness.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_Roughness.uasset new file mode 100644 index 0000000..649e077 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_orangeish_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ec78f7000030be18df37a50bb213d34190d650908f02d11ea6ff31d69a2e32 +size 1539418 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_AmbientOcclusion.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_AmbientOcclusion.uasset new file mode 100644 index 0000000..a572aee --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_AmbientOcclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eedb1b0cbd9e0d5c7a2660b29eceee8687a7709bf175b3bd633f07489d0380e6 +size 7081609 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_BaseColor.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_BaseColor.uasset new file mode 100644 index 0000000..4eb6879 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc882852b9ac1d4ff7b410bd68d67a6ab41caed336cc6bb64791f7ebdf08e0f7 +size 9264103 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_Height.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_Height.uasset new file mode 100644 index 0000000..dd8089c --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cace36be8415240980521532663e1226a79fee38fd57ffea25a9501e2ce73410 +size 3347249 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_Normal.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_Normal.uasset new file mode 100644 index 0000000..f6dfd26 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cc0b04e67dcb5c3517f68a7e2f5ee419e0850b23c26fabbdfa69ddbbb6bed2 +size 19682190 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_Roughness.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_Roughness.uasset new file mode 100644 index 0000000..bb8f07b --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pinkFibercrack_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dca72d2df9542e881f28b73921239f58c3054e8e24182a396c7d1b88d98eaf6 +size 2827370 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_AmbientOcclusion.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_AmbientOcclusion.uasset new file mode 100644 index 0000000..7489984 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_AmbientOcclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaa82cbcc3f1bb706204ef8b3b5b590847fec0626b125074a4286458e1bd8bf +size 837844 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_BaseColor.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_BaseColor.uasset new file mode 100644 index 0000000..9dc4aa8 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c688d24f960e917f914dcd47badcf80561f496e934f3482ca7fca46f3544ed +size 554383 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_Height.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_Height.uasset new file mode 100644 index 0000000..10a4363 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5addad3491e1fef3ef4d19e55359bcf197c639e263aaff3a207db1e45583138d +size 5299784 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_Normal.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_Normal.uasset new file mode 100644 index 0000000..80ec365 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94441d9960d36d1cc4a510fbbab7110961425ae230d798adf0aed9316b8be4e7 +size 4036254 diff --git a/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_Roughness.uasset b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_Roughness.uasset new file mode 100644 index 0000000..0b7a70e --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/PinkAndDarkRed/Textures/T_pink_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ab007124a60b587e596f4e244a86fda1a30771c08bb96e936375434c8e803c +size 6573005 diff --git a/Content/KT_SmartMat_Vol_4/Public/Textures/T_MacroVariation.uasset b/Content/KT_SmartMat_Vol_4/Public/Textures/T_MacroVariation.uasset new file mode 100644 index 0000000..801aa63 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Public/Textures/T_MacroVariation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea3f28d23b17b5a93b651c21df96f0d278f3e6b9799bd970dd084859a5d0967 +size 10744845 diff --git a/Content/KT_SmartMat_Vol_4/Red/M_Red2_Inst.uasset b/Content/KT_SmartMat_Vol_4/Red/M_Red2_Inst.uasset new file mode 100644 index 0000000..0173713 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/M_Red2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7403f0972cc8d5e372e83cd7deec82f19e7a1ac98c478e93b1a116ae7cb33c77 +size 14770 diff --git a/Content/KT_SmartMat_Vol_4/Red/M_Red3_Inst.uasset b/Content/KT_SmartMat_Vol_4/Red/M_Red3_Inst.uasset new file mode 100644 index 0000000..6f85daa --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/M_Red3_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25458124d66a17f543e2a9dd365c50bbfe4c85106131a897cd9bcbfc926743c4 +size 13028 diff --git a/Content/KT_SmartMat_Vol_4/Red/M_Red4_Inst.uasset b/Content/KT_SmartMat_Vol_4/Red/M_Red4_Inst.uasset new file mode 100644 index 0000000..2151c05 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/M_Red4_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ad60ab7936518398f897d545c394a54d816421652e4bb50ea58176f8a32d63 +size 13579 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red.uasset new file mode 100644 index 0000000..8ba9664 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c845d33e28cb9b7d3e44db4a3039e99a9de849bc49d448d4a6d3868e2eed08 +size 37822 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red1.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red1.uasset new file mode 100644 index 0000000..9fc6258 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72bcf833ee7a3d7f147255fc5e9b5aed8f70c106162e48df064a608ae3c061e +size 38123 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red2.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red2.uasset new file mode 100644 index 0000000..3e8ee6e --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c881f2844b577d6c717f7e8333bed82fc7aeb5fe0b4c843691ba99365639d70 +size 38869 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red3.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red3.uasset new file mode 100644 index 0000000..697ef9f --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6524a80b28bd0487f0ef261bcb4e1d231c10904ea53cc7f96d46b74c77df36e5 +size 44018 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red4.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red4.uasset new file mode 100644 index 0000000..8f08947 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6aab32780459ed5948d182aad3b5395edad98ac00fc283d40b82d00ac0cc02 +size 38919 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red5.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red5.uasset new file mode 100644 index 0000000..1d9d1c3 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597a07f1f74e25abe1138c081b4fd5014eb78671107e80da1ad49c1fc894a9ff +size 38253 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red6.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red6.uasset new file mode 100644 index 0000000..956a988 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46792ecb1ecf0a9451daa525c55b95681d4f7ebe16f95a4dbfe9e83ebf228d8 +size 37248 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red7.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red7.uasset new file mode 100644 index 0000000..8d1bdbf --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_Red7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efaedfb35e464c9921548e68b482d313bf54215829c5e024235e64564bacf736 +size 37251 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks.uasset new file mode 100644 index 0000000..55373db --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775164c68d97741eb5932b252968cb5527b541a93d649817213e8e9b70a7a9c5 +size 37487 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks1.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks1.uasset new file mode 100644 index 0000000..5e9614c --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5927b2dea37af47885034aa3500eeda587438f61d57d1bc2131925c87cdede89 +size 38192 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks2.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks2.uasset new file mode 100644 index 0000000..8f07523 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154fcf9bb584a4716501629610fe0852c6a0405aee6c09ce476451c1262889d4 +size 38383 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks3.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks3.uasset new file mode 100644 index 0000000..568106b --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd7dd17a8a4adb84759aaf741601cddbebecaf5df1d0201dd45a1f08a11625d +size 37524 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks4.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks4.uasset new file mode 100644 index 0000000..615d036 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a2985be6f76e9cdcca4d6d0c641d576f1588cc4b850442a2b6cd9ca6ad5c95 +size 38495 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks5.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks5.uasset new file mode 100644 index 0000000..19b8b16 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2268c32266ffeddb2d1b740a68bcfcaf3193f5e7bbab34aa2d6cfee75cc176f3 +size 37569 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks6.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks6.uasset new file mode 100644 index 0000000..c27f09a --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1240e61ca99427c91ad201a5295939d7228a03026badaf748a275c4640c9358f +size 38562 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks7.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks7.uasset new file mode 100644 index 0000000..2ad809b --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c38a623d2f808d8b7aae0840f3cc8c47ee5c6087413f965d3eafbcc477f8681 +size 37350 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks8.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks8.uasset new file mode 100644 index 0000000..cb97091 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedPlanks8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4558c67497f64cef8b3a6a9ad60a2339e1b390238d6ec8404caa83f468af644f +size 37375 diff --git a/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedYellowish.uasset b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedYellowish.uasset new file mode 100644 index 0000000..62de51e --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Materials/M_RedYellowish.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93e16ab9ad2e31d535b211fa9ea2f481ad1463292289a7d3eed64abd150fe8a +size 38419 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_AmbientOcclusion.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_AmbientOcclusion.uasset new file mode 100644 index 0000000..80ac561 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_AmbientOcclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73abc33b14e67d7c961d1ea9fe22461519a0b643822c138d22bd98768a2bdf88 +size 6138028 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_BaseColor.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_BaseColor.uasset new file mode 100644 index 0000000..43870ff --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bba0c10dfda690ea2c6e1edb61d2e91ff919f261fda81d97c2e902dda226bd +size 9150958 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_Height.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_Height.uasset new file mode 100644 index 0000000..afcfbac --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3973f63db4587214690007b341ba9d467062728c8e8e52a84371f6d09bd97b +size 4788177 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_Normal.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_Normal.uasset new file mode 100644 index 0000000..57a41d1 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1014e1caaacd0e4986c816ccfae8ef7498f2f4c6fd1919611f77ac58ac18b6ce +size 19383878 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_Roughness.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_Roughness.uasset new file mode 100644 index 0000000..938f6f9 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_2_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd790439efd72cc3bdf4acd1a825eaa800813c7768083c690acba4555d2ac11 +size 2436371 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_AmbientOcclusion.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_AmbientOcclusion.uasset new file mode 100644 index 0000000..f3a11d7 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_AmbientOcclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be1047fdf6b3f6fb5d9c9d84f4d02db1397718045268a6d3a80be0a63a4ab08 +size 4278258 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_BaseColor.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_BaseColor.uasset new file mode 100644 index 0000000..a134727 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5af545630a9e498995640a46aef457ce41b8cc2af6e2917600d14e1ba95e37f +size 9074844 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_Height.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_Height.uasset new file mode 100644 index 0000000..51d6bdd --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb3444b2047754573a730686bc65c988ecfbd3e0a8e45f870dcbaf6803521b1 +size 6307154 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_Normal.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_Normal.uasset new file mode 100644 index 0000000..3423d2d --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8ef8dbb14dce6f39d3bf90e382741f96b941814848c760ec891be65e467a3b +size 19228320 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_Roughness.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_Roughness.uasset new file mode 100644 index 0000000..ab4a2c8 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_3_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5581b55dbe98baea1ac3211101fd5135149f950dc8151446fde4b440007afd9 +size 2701939 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_AmbientOcclusion.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_AmbientOcclusion.uasset new file mode 100644 index 0000000..0d4a8b9 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_AmbientOcclusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5575e2de27398de91dcd03e3ca0c73cf25d8506d00f5d26e584d3d5076fb5a +size 4099878 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_BaseColor.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_BaseColor.uasset new file mode 100644 index 0000000..e84bce6 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b86fddce7841d3db20dd9449f93721d56da83bc4d99a426cdffc5b1e801cb2b +size 8508218 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_Height.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_Height.uasset new file mode 100644 index 0000000..e7c3519 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f8b337aa16b14accb0b0731f9708f941384b05d3de3be42beeac1b3cd264c6 +size 4788194 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_Normal.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_Normal.uasset new file mode 100644 index 0000000..b3965c3 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bd9e15756b9067e7ed0f4ce394858d84ffdca9dde60a98fd29c3c45aea7be5 +size 19383893 diff --git a/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_Roughness.uasset b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_Roughness.uasset new file mode 100644 index 0000000..403c8b4 --- /dev/null +++ b/Content/KT_SmartMat_Vol_4/Red/Textures/T_red_chip_dust_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8bc8ab9a50615c5080b5df36af42005a13d80222bb9ad0f1b0486e120ab6c9 +size 2826531 diff --git a/Content/Platform_Blueprint.uasset b/Content/Platform_Blueprint.uasset index 26e0da6..e472a22 100644 --- a/Content/Platform_Blueprint.uasset +++ b/Content/Platform_Blueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:905cbc396b9b3dd2e0e3dd9034b62f838917cfe5b3ad1cb44fdd643dc6704e05 +oid sha256:7902a0a31a07068a743f4bdce2cd16f94662493ffa1399024c9bd93c432ba3c7 size 29754 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/1C/Q0G3E09GB8BNHV5GM1AFWQ.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/1C/Q0G3E09GB8BNHV5GM1AFWQ.uasset new file mode 100644 index 0000000..49100de --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/1C/Q0G3E09GB8BNHV5GM1AFWQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990d58012e8b4fcd72ec2d4ccfc47a91deac8955932a77b0d8c7432de137f99f +size 4418 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/36/CT4Z3ALKQM519IRG9ZPV99.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/36/CT4Z3ALKQM519IRG9ZPV99.uasset new file mode 100644 index 0000000..d713ac1 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/36/CT4Z3ALKQM519IRG9ZPV99.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc226fb2fdd605a162a3328163e475d7de0c2d561a8e804a069a829b1f3cdf5 +size 4276 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/3G/HREAB1RNR2659TBRP9LY0X.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/3G/HREAB1RNR2659TBRP9LY0X.uasset new file mode 100644 index 0000000..4e18a5a --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/3G/HREAB1RNR2659TBRP9LY0X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635b319ed32890bb51a95df80246469489f51df421511cb46aba3686899b9830 +size 4445 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/4F/554JKFDU7JUVHO5NGAIRWY.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/4F/554JKFDU7JUVHO5NGAIRWY.uasset new file mode 100644 index 0000000..dbff011 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/4F/554JKFDU7JUVHO5NGAIRWY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02f84787422e8c7bb1e59d3db52734ed4acc228b56f134c09fe14c7e14e5ca4 +size 43638 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/CL/381LM03PFI8AF9NED1SEV2.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/CL/381LM03PFI8AF9NED1SEV2.uasset new file mode 100644 index 0000000..198fc8a --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/CL/381LM03PFI8AF9NED1SEV2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c6e0f196e13e4a3ffb07e85f26aea6153a14e336a117c651bc3af84b5de2ac +size 3581 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/JM/1H1070DWTDKZG9DR51Q4SI.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/JM/1H1070DWTDKZG9DR51Q4SI.uasset new file mode 100644 index 0000000..b9246f4 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/JM/1H1070DWTDKZG9DR51Q4SI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0165f416edc489dd5593eeb2d28eda76893f97c27d61da4400d4f1a6f5953082 +size 4329 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/RA/XE7IQ6F10U69W82SJ03WWB.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/RA/XE7IQ6F10U69W82SJ03WWB.uasset new file mode 100644 index 0000000..d6a113b --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/RA/XE7IQ6F10U69W82SJ03WWB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa6ec1c8b3a57093999431c5fea3f5c9b548093da8e2ae99ba3a87499901e45 +size 43474 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/SJ/1B67C7UUSJ5Y3YR65JT122.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/SJ/1B67C7UUSJ5Y3YR65JT122.uasset new file mode 100644 index 0000000..b4be4fe --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/SJ/1B67C7UUSJ5Y3YR65JT122.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37867188bc0cbf41a3c1b9e6a93d8ca9cec5e0a4325442f4fae90a4c32d3ab35 +size 4016 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/WB/V4ALNTJYOVWM8BU452CKV5.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/WB/V4ALNTJYOVWM8BU452CKV5.uasset new file mode 100644 index 0000000..fbbf470 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/WB/V4ALNTJYOVWM8BU452CKV5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5e64d99dc9b0e5be5031d686463032cbb5214130684e2d275bf4fc2a16d9ea +size 4927 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/WY/J4GQCZCXW29ZJM8J6ERRJ2.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/WY/J4GQCZCXW29ZJM8J6ERRJ2.uasset new file mode 100644 index 0000000..ff7d4e7 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/0/WY/J4GQCZCXW29ZJM8J6ERRJ2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a9b499a99bcb1d063febda07fe2961a739b71977c813d520b4b79373bd6e59 +size 4059 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/0P/IOMZCM76TY92NX8W95U0EB.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/0P/IOMZCM76TY92NX8W95U0EB.uasset new file mode 100644 index 0000000..076ac37 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/0P/IOMZCM76TY92NX8W95U0EB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539b7f9ea467d4e99fed6152c458b537ac3585bf650f3e65785dc70131335343 +size 4061 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/64/3NGSPROIZNQTD8OLG23IZV.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/64/3NGSPROIZNQTD8OLG23IZV.uasset new file mode 100644 index 0000000..4b4564d --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/64/3NGSPROIZNQTD8OLG23IZV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121b30e59eec403f402a013bebe188744d84ad2f98a2c5a0f355dd92aefc590d +size 15383 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/HF/Q2N2FO1S908VAAONK5CEQ8.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/HF/Q2N2FO1S908VAAONK5CEQ8.uasset new file mode 100644 index 0000000..f55066d --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/HF/Q2N2FO1S908VAAONK5CEQ8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e7afb1cc325f36fbebd2f7d0a27e1d1b8fa344dd10f10aba5ecdd5582bc3fc +size 4061 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/KY/RGG775YHCAYBSDDFSOVM66.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/KY/RGG775YHCAYBSDDFSOVM66.uasset new file mode 100644 index 0000000..68431ec --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/KY/RGG775YHCAYBSDDFSOVM66.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6229b4c436c982b16c32b2959bcb5ef49fa532a3a2e86aeb629c7237b7ce8a +size 4420 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/NE/F45VYFGLLOA0IHB0SBPTSF.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/NE/F45VYFGLLOA0IHB0SBPTSF.uasset new file mode 100644 index 0000000..939a83f --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/NE/F45VYFGLLOA0IHB0SBPTSF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de0b21680259a2bc18ca0089608c85d8a5c15a2300e8fd960bd5531619fb7a7 +size 25460 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/OQ/7S66LEKDV711QVU3TDT0UX.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/OQ/7S66LEKDV711QVU3TDT0UX.uasset new file mode 100644 index 0000000..c9e95fb --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/OQ/7S66LEKDV711QVU3TDT0UX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9beffe493b6e63f44938d5c50fee10b5e38afea69281c0132cdfb5060420d49a +size 4138 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/YQ/MXQZFHBLFWQAACNGR3M5SA.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/YQ/MXQZFHBLFWQAACNGR3M5SA.uasset new file mode 100644 index 0000000..d20f398 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/1/YQ/MXQZFHBLFWQAACNGR3M5SA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dc770f7e08927c36961e09d6a7d978abeb5de102338330e81173d644b8ccbd +size 4331 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/5R/U7972BFUILF8ZHSAYHZ47T.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/5R/U7972BFUILF8ZHSAYHZ47T.uasset new file mode 100644 index 0000000..f013995 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/5R/U7972BFUILF8ZHSAYHZ47T.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b899fce67b7cd4e4878079eb6bb864af72ef28b7e2c35fc61e3ec0eaf9eaff82 +size 4443 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/QO/GYX6N802Z26KYHBDJJOHQP.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/QO/GYX6N802Z26KYHBDJJOHQP.uasset new file mode 100644 index 0000000..256ea29 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/QO/GYX6N802Z26KYHBDJJOHQP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7a1cb19269d9f16c996fef02ad57bb8d8667b55fb20c94ba092eb7e75b0b0b +size 4445 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/TV/G8FNIEXSGQ2R4PXUUEY3DE.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/TV/G8FNIEXSGQ2R4PXUUEY3DE.uasset new file mode 100644 index 0000000..2475525 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/TV/G8FNIEXSGQ2R4PXUUEY3DE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f01278ac8a924f019a1e34f1547edd88e2f2f26aceae6aa4f25f68b4d3d38e +size 4250 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/V0/0VAO42KBTO0L4KI895UCCF.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/V0/0VAO42KBTO0L4KI895UCCF.uasset new file mode 100644 index 0000000..4d3c0d9 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/V0/0VAO42KBTO0L4KI895UCCF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c058e0747c331380a96bc25063b97ab755f284513a7fa84e27be809530168157 +size 4282 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/ZL/OVA2C48K04A9X7FBLJCX16.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/ZL/OVA2C48K04A9X7FBLJCX16.uasset new file mode 100644 index 0000000..08ddbf2 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/2/ZL/OVA2C48K04A9X7FBLJCX16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b8262275250b0102bb86696f8050f801dbf98ce826b9d01a4b4c8808113047 +size 4136 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/1O/22CWJZ2KJMZ1RWB22QYLS5.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/1O/22CWJZ2KJMZ1RWB22QYLS5.uasset new file mode 100644 index 0000000..9273fd1 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/1O/22CWJZ2KJMZ1RWB22QYLS5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73a32565cfa675558a9c49ed06646ea44d55d2f4e4e5b977c8ca9084b88e4cb +size 4418 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/1Z/NEEFMCN1PLSSEEX5TRTDZO.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/1Z/NEEFMCN1PLSSEEX5TRTDZO.uasset new file mode 100644 index 0000000..c514e5e --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/1Z/NEEFMCN1PLSSEEX5TRTDZO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadd825981ea60dccf63042d49476ce61be9ade09d1f2a68808fa3ad2e34667b +size 4276 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/38/PKYAU5FAI0I5K2TUOTBTKK.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/38/PKYAU5FAI0I5K2TUOTBTKK.uasset new file mode 100644 index 0000000..009f11b --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/38/PKYAU5FAI0I5K2TUOTBTKK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28261636202e38aaeac4983ee548be99199bf525bc3137b9bd05221b873c1f05 +size 4443 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/KK/TQVH05AL72TYOBHIV1PH76.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/KK/TQVH05AL72TYOBHIV1PH76.uasset new file mode 100644 index 0000000..c79dfff --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/KK/TQVH05AL72TYOBHIV1PH76.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb3f08c85ba7be6b778cdca421de8264f450cdb71d88563696de26e6ae9abb0 +size 25683 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/PX/LS58NAJXC690QP3MMF7KK1.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/PX/LS58NAJXC690QP3MMF7KK1.uasset new file mode 100644 index 0000000..31cadd7 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/PX/LS58NAJXC690QP3MMF7KK1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9c5425ba5d3e02ea335f2e4c9c493043f730a8bd5df42e0bcf9df85b32245c +size 4016 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/U5/8I0YMM4K8OCILPMSLB8MX4.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/U5/8I0YMM4K8OCILPMSLB8MX4.uasset new file mode 100644 index 0000000..8c6f8f0 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/U5/8I0YMM4K8OCILPMSLB8MX4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7514a8adaa71eed046a4aa18824ddfc05744a5770e34a3889dece6634158ecc +size 32170 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/WA/OJU2BQG25FPTPWG0DUUB0Q.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/WA/OJU2BQG25FPTPWG0DUUB0Q.uasset new file mode 100644 index 0000000..b9970a3 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/3/WA/OJU2BQG25FPTPWG0DUUB0Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498cb04df0a652ba359ef0aedd7c13eda5d789c7aacb8613095c81e2dfe60c23 +size 4276 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/A3/IXC4BJBE69699AK76C9JFU.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/A3/IXC4BJBE69699AK76C9JFU.uasset new file mode 100644 index 0000000..eae6d1e --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/A3/IXC4BJBE69699AK76C9JFU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a61d9c478fed7cb6ff7856c06111582e24c8e11da7c0be5e59745dee209560 +size 15399 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/CR/SRVPLA8UNZ8XIIP0E036DI.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/CR/SRVPLA8UNZ8XIIP0E036DI.uasset new file mode 100644 index 0000000..5af1569 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/CR/SRVPLA8UNZ8XIIP0E036DI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741b970525b5151135917b072730f003b73df645a7079420708bcc483c921f23 +size 2476 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/KJ/IF4S0H9QC6M1RMU1H0G7VK.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/KJ/IF4S0H9QC6M1RMU1H0G7VK.uasset new file mode 100644 index 0000000..e9b2dbf --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/KJ/IF4S0H9QC6M1RMU1H0G7VK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1f76c756ea2d468aeefc386bb4fb03e64898bfd0964592f32634c45899e651 +size 25392 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/Q7/2UVXEXC3Z06UOKO2AYAI6H.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/Q7/2UVXEXC3Z06UOKO2AYAI6H.uasset new file mode 100644 index 0000000..e1dbbcb --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/Q7/2UVXEXC3Z06UOKO2AYAI6H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1383a549bb51e5975e423b3265b506cbdb8ea9a66d5cb077bb56da8dee71e9a3 +size 4262 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/TL/3IGOV6K3XBVHZ869QY5PKO.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/TL/3IGOV6K3XBVHZ869QY5PKO.uasset new file mode 100644 index 0000000..58f9892 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/TL/3IGOV6K3XBVHZ869QY5PKO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af86dfa9e9a4482e81427add9a7baf6371d6cf78f89780f318ea26b482a9c21e +size 32164 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/XH/5DIXUX1TDCZPXDE6R587FE.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/XH/5DIXUX1TDCZPXDE6R587FE.uasset new file mode 100644 index 0000000..97e1f45 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/XH/5DIXUX1TDCZPXDE6R587FE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f9823a21c9d1609bd482bae6ddb075826de018361f3693d667c121df2a22ac +size 4329 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/XX/7QBQWQLIP7FLUW56QJ07ZY.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/XX/7QBQWQLIP7FLUW56QJ07ZY.uasset new file mode 100644 index 0000000..a499ae0 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/4/XX/7QBQWQLIP7FLUW56QJ07ZY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe275b33fe984ade7af3ca7a417ccf420ed0d72be14bc3e936055eba5bc340c +size 3191 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/1L/QQQHR4NU0C973IVGKDRSJ5.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/1L/QQQHR4NU0C973IVGKDRSJ5.uasset new file mode 100644 index 0000000..c871f42 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/1L/QQQHR4NU0C973IVGKDRSJ5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92fe8d5e80701323c743a8c33787081dd6b92bad13031c1dc8c9c035c853984 +size 3191 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/4X/WXZJD3PTKDWA8Z9TCWEAM1.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/4X/WXZJD3PTKDWA8Z9TCWEAM1.uasset new file mode 100644 index 0000000..e3ba404 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/4X/WXZJD3PTKDWA8Z9TCWEAM1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31f47c17d9874cecf07be6a7271c91cfb427ca606c8a5f0110a728d5c74ca8f +size 4276 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/8C/EAHCBN229IT8APJO305AH5.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/8C/EAHCBN229IT8APJO305AH5.uasset new file mode 100644 index 0000000..6170afe --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/8C/EAHCBN229IT8APJO305AH5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0856cad17e8ddfde08f3554bd830d0c07a69752b610fe4b8e7b005f8eeb5d0c +size 4919 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/BR/QEP1FPYAB00FOI03WRRKCH.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/BR/QEP1FPYAB00FOI03WRRKCH.uasset new file mode 100644 index 0000000..114ab8b --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/BR/QEP1FPYAB00FOI03WRRKCH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a4fc614c9c0b8ee420ef36f02238afe0ea5c08b98a9a42ed11d66d91d47785 +size 32334 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/UV/PGZ82CB5R66868D47PZ5CX.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/UV/PGZ82CB5R66868D47PZ5CX.uasset new file mode 100644 index 0000000..b879c5e --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/5/UV/PGZ82CB5R66868D47PZ5CX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835499ad191adc2ac627c853a2521f217d9ebb84735557c5f15dada69175becd +size 4156 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/0Z/5RQIHCZ9W3UXRGL4LTLQAK.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/0Z/5RQIHCZ9W3UXRGL4LTLQAK.uasset new file mode 100644 index 0000000..a22dc7a --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/0Z/5RQIHCZ9W3UXRGL4LTLQAK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81b3a3b624c0cf8539950bfee62a8f05f8253ce30bfe74c40c6a5c1bf00aceb +size 3831 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/H0/0JE3WW2HKLISFJ705NE4A0.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/H0/0JE3WW2HKLISFJ705NE4A0.uasset new file mode 100644 index 0000000..2b3ff9f --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/H0/0JE3WW2HKLISFJ705NE4A0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a20e95765b880f85cab99a325ee3d728a5579e15599b300c4289be24aca295 +size 4443 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/L4/A9B84AW5ONAUDPS0K6YT07.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/L4/A9B84AW5ONAUDPS0K6YT07.uasset new file mode 100644 index 0000000..031ff49 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/L4/A9B84AW5ONAUDPS0K6YT07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2637a9d533247390880847b082405744a4ed6e92506dbb36b943129a88cf373 +size 4138 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/SP/X6EN0DCAS58KBGVKALRE6K.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/SP/X6EN0DCAS58KBGVKALRE6K.uasset new file mode 100644 index 0000000..d01787a --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/SP/X6EN0DCAS58KBGVKALRE6K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec22d3d7845401dfc5c853fed93428bb4547d5846d371436eecd850f5d4669d +size 4061 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/WM/8KPG8HRD5HI26LHCTIKA91.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/WM/8KPG8HRD5HI26LHCTIKA91.uasset new file mode 100644 index 0000000..ed456c7 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/WM/8KPG8HRD5HI26LHCTIKA91.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8de0fd22bc3c72447bac5cbc0aa786c77a64aba1317611879fcb7a2b1df27a6 +size 4443 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/YQ/P72NNKV7A8WGA2U8RYWYZH.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/YQ/P72NNKV7A8WGA2U8RYWYZH.uasset new file mode 100644 index 0000000..d6a43f6 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/YQ/P72NNKV7A8WGA2U8RYWYZH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddfc8765e9b1642cced475d7bbcd278c11e982b1410951d87eba060205520a4 +size 4262 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/ZF/F334B2ITXBXYDHOLK5D0TB.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/ZF/F334B2ITXBXYDHOLK5D0TB.uasset new file mode 100644 index 0000000..ccd307e --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/6/ZF/F334B2ITXBXYDHOLK5D0TB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01cf264180db8483115c85c9584415352e970b826b6a4ed2c1393fb82939f04 +size 43472 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/DM/WYR6AMCV07Q8ZE4NJGGM5R.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/DM/WYR6AMCV07Q8ZE4NJGGM5R.uasset new file mode 100644 index 0000000..1c5047d --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/DM/WYR6AMCV07Q8ZE4NJGGM5R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de99b97ef54894c8d12cad274c563864cf83c1a02f2dec030c0bc71db7cbdbce +size 3973 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/E6/VKT9KQG16EZM8XQ0IOCV3J.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/E6/VKT9KQG16EZM8XQ0IOCV3J.uasset new file mode 100644 index 0000000..178f5d8 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/E6/VKT9KQG16EZM8XQ0IOCV3J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab27b1f6605f3bbed8e338c5699c95a005613b79adcff162dcf1735cd9efe8f +size 4140 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/N2/BEWBP95P9IRKUDEHIJYWKI.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/N2/BEWBP95P9IRKUDEHIJYWKI.uasset new file mode 100644 index 0000000..dce9ffc --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/N2/BEWBP95P9IRKUDEHIJYWKI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bed21a43f0927a38fb1bc56aae06a03d80736df39b38c17f5a6f466fecabfab +size 3191 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/OR/72EJP7IXSX3RKJV0Q82R5W.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/OR/72EJP7IXSX3RKJV0Q82R5W.uasset new file mode 100644 index 0000000..812313e --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/OR/72EJP7IXSX3RKJV0Q82R5W.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe5c24d7d0c638ad99a83d85214e2f7e4ffb911b13155bb75351c3fc4f9a5f1 +size 4323 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/WT/EUHO7NFHJNBU0IO251I2FM.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/WT/EUHO7NFHJNBU0IO251I2FM.uasset new file mode 100644 index 0000000..7775fdd --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/7/WT/EUHO7NFHJNBU0IO251I2FM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb96ee599ee0e69c72c09f0097970a8a4f66d3952f53eb23547a716726a46f2 +size 3189 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/2C/63NQXUNOS9Y9N8JJBM3BZO.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/2C/63NQXUNOS9Y9N8JJBM3BZO.uasset new file mode 100644 index 0000000..5679e69 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/2C/63NQXUNOS9Y9N8JJBM3BZO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e9946ebc90da2a610dd2d9d174512a6f1e0c6a7b2b0354f32983da552a78f8 +size 3191 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/5C/T1G5W04WVYAP2YBLFWN387.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/5C/T1G5W04WVYAP2YBLFWN387.uasset new file mode 100644 index 0000000..3011e48 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/5C/T1G5W04WVYAP2YBLFWN387.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343603cac38b3098613f4ea06418df9d7bbf52864a075f4b8cee758c1b1cc502 +size 4140 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/K3/F2LY3THPOJHVF68Y5NLOIC.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/K3/F2LY3THPOJHVF68Y5NLOIC.uasset new file mode 100644 index 0000000..db9d02d --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/K3/F2LY3THPOJHVF68Y5NLOIC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb299eea4543585e6e110708e631f6bd77b59e05c6da258a7b3ca74a88e5483c +size 4256 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/M0/PUC8U3CZQKJP74MPJ4II2B.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/M0/PUC8U3CZQKJP74MPJ4II2B.uasset new file mode 100644 index 0000000..bae8892 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/M0/PUC8U3CZQKJP74MPJ4II2B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b3817c1da5d8f622473da763e3884e520235d7b7ea628060224ae1833811cd +size 4061 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/PW/QEQQ6PZMR2Q6P4TUV132FI.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/PW/QEQQ6PZMR2Q6P4TUV132FI.uasset new file mode 100644 index 0000000..07912f6 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/PW/QEQQ6PZMR2Q6P4TUV132FI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d995860e2414964503497591573b721ecc9d12c2a8cadb305c3f32ce147c9e8 +size 4276 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/TL/XJB5JMQ6OLFZP4J0NOZS1N.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/TL/XJB5JMQ6OLFZP4J0NOZS1N.uasset new file mode 100644 index 0000000..b4acbea --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/TL/XJB5JMQ6OLFZP4J0NOZS1N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c271fbc97aa5cdd6ccc09fafa4277dc3457a3662b07631357356256285fc99f3 +size 24094 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/WI/UYMAK81LA5WH2MH3G7XS5A.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/WI/UYMAK81LA5WH2MH3G7XS5A.uasset new file mode 100644 index 0000000..78897d1 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/WI/UYMAK81LA5WH2MH3G7XS5A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a891200d1fbfadfecd893d4473e3df89589708a11273a80e90a88f7fa962ec +size 15547 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/YT/VZI22EG8AN6YO9LMU083NR.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/YT/VZI22EG8AN6YO9LMU083NR.uasset new file mode 100644 index 0000000..22a0b16 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/8/YT/VZI22EG8AN6YO9LMU083NR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d16c1e53f2db396c41f3d277c9457357b7cc7fc7da8b47c0d1579d18b77c425 +size 4274 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/9/B7/Z6Z5K1W1J8N5ZATCAQPMXP.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/9/B7/Z6Z5K1W1J8N5ZATCAQPMXP.uasset new file mode 100644 index 0000000..43d220c --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/9/B7/Z6Z5K1W1J8N5ZATCAQPMXP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f341961931b8e38237b99617c140ff2607a6728bb92bd3c2e68f98dd9039cc21 +size 4420 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/9/M0/EPIYK5MGOMF6CCKBBNJET2.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/9/M0/EPIYK5MGOMF6CCKBBNJET2.uasset new file mode 100644 index 0000000..12f1559 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/9/M0/EPIYK5MGOMF6CCKBBNJET2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d80099073c62e457b305460df620367e52466ff5b446ac39218a47471c6b24 +size 4276 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/9/Z1/HJXB99M18APXIC2JSC5NIT.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/9/Z1/HJXB99M18APXIC2JSC5NIT.uasset new file mode 100644 index 0000000..b7c544b --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/9/Z1/HJXB99M18APXIC2JSC5NIT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ccf03b312dea955a7b2816759440ddd852bcbfa388d52551b72f30856fde63 +size 4426 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/3H/CORLSTMKNUEZGJCUMZQG3A.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/3H/CORLSTMKNUEZGJCUMZQG3A.uasset new file mode 100644 index 0000000..6345c03 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/3H/CORLSTMKNUEZGJCUMZQG3A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3396a5e4b1c3f88642eb7fa97fb4155d22f926aeb3e5004417d413bcf903335 +size 31294 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/CG/C4CEWR4WU7HVM1GXHGQ5A2.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/CG/C4CEWR4WU7HVM1GXHGQ5A2.uasset new file mode 100644 index 0000000..d722978 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/CG/C4CEWR4WU7HVM1GXHGQ5A2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9a17faf9c271b290dc1e6d1d6a346e86ae4beb3c1238f1bfcc8f15f7f17c05 +size 4443 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/EY/4TQLMCDFATCVEQDO1QNATV.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/EY/4TQLMCDFATCVEQDO1QNATV.uasset new file mode 100644 index 0000000..1e23a5a --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/EY/4TQLMCDFATCVEQDO1QNATV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eaeaf6d0c9880de9203f6934ae89b45c11c57839550918f35b6f76eb6cb89ab +size 22423 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/JA/RTZ73UE8ZX4JEU1GMGYZN8.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/JA/RTZ73UE8ZX4JEU1GMGYZN8.uasset new file mode 100644 index 0000000..0889976 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/JA/RTZ73UE8ZX4JEU1GMGYZN8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd3c5720bba3f56d905753815de8fe6fde409a2ca9c3adb7aa213478cb55901 +size 4445 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/ZU/L086T98U0T5L8SCDRL6S2P.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/ZU/L086T98U0T5L8SCDRL6S2P.uasset new file mode 100644 index 0000000..c2986aa --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/A/ZU/L086T98U0T5L8SCDRL6S2P.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d6352840e2db8c1dfdce81e77ab327926719cb760f5f5e4b8cf466141cb280 +size 4061 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/1Z/MALWO9RP85808LKNGPNCWF.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/1Z/MALWO9RP85808LKNGPNCWF.uasset new file mode 100644 index 0000000..92274cc --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/1Z/MALWO9RP85808LKNGPNCWF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956e8fe01dd8a1430ae54534ec9eeeaae319df58812ba772459fcdae1990e883 +size 4276 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/2M/CGRB9SRAH7JJR2YK73CDS2.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/2M/CGRB9SRAH7JJR2YK73CDS2.uasset new file mode 100644 index 0000000..7bcbbbf --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/2M/CGRB9SRAH7JJR2YK73CDS2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11dfb1c79231a7e0e0ef5d326c15b25ef59c5ea7f9c9ac81f2b17a8c7b92886b +size 4445 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/LZ/ASQHNKM5D2RH7C3ZE0D3LV.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/LZ/ASQHNKM5D2RH7C3ZE0D3LV.uasset new file mode 100644 index 0000000..1dfd8b7 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/LZ/ASQHNKM5D2RH7C3ZE0D3LV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47e9b1af6fc14ece20295c22e4627f927d36f0416e4a9f41866c1ea815b7f66 +size 4255 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/MG/BIKN9FY93TBP84YHVUIK4R.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/MG/BIKN9FY93TBP84YHVUIK4R.uasset new file mode 100644 index 0000000..830a5d3 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/B/MG/BIKN9FY93TBP84YHVUIK4R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678b15ecbb57cb2e332279dbb8868615b26248d4a5c9cada6460f3abdecc1d04 +size 4061 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/3S/C4D43B55WI22RATM886AN1.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/3S/C4D43B55WI22RATM886AN1.uasset new file mode 100644 index 0000000..691beaf --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/3S/C4D43B55WI22RATM886AN1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3bc9e5e3c2a0924dbb909f31a7d79f5607b53a7d19d9cc8b491ce59b84af85 +size 4329 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/FZ/8WM9RNLEA5QU7U50R3DQTQ.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/FZ/8WM9RNLEA5QU7U50R3DQTQ.uasset new file mode 100644 index 0000000..1fdfa97 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/FZ/8WM9RNLEA5QU7U50R3DQTQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb1ff57344c49a24ad72b80cea9dd9ed25d29ce68f283405751c05f3d772849 +size 4445 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/RZ/GZX2FPK58YG7BS411O1VUD.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/RZ/GZX2FPK58YG7BS411O1VUD.uasset new file mode 100644 index 0000000..2c5646e --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/RZ/GZX2FPK58YG7BS411O1VUD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cddc1d1528dc48c485aae2e4c29d4d81696667694232056b6e83362965106d0a +size 4254 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/TG/MHKG02TX8DNHNX5VOMAJY1.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/TG/MHKG02TX8DNHNX5VOMAJY1.uasset new file mode 100644 index 0000000..fd71ceb --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/TG/MHKG02TX8DNHNX5VOMAJY1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a17f1eb89dc0d7554e75118bb625f370af590d1fec2e8fb33eaa7ad22bb22c5 +size 4418 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/VO/VMN4G7K3NKKV6F8HTPHHDB.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/VO/VMN4G7K3NKKV6F8HTPHHDB.uasset new file mode 100644 index 0000000..178e502 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/VO/VMN4G7K3NKKV6F8HTPHHDB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0464c9dc592a70f0dbcc6f4cfea5d5256ca500122d186f73756b7f3d12721d71 +size 4548 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/ZU/PDQ0AB8RLNMVID876FD49G.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/ZU/PDQ0AB8RLNMVID876FD49G.uasset new file mode 100644 index 0000000..dcdea7f --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/C/ZU/PDQ0AB8RLNMVID876FD49G.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a602ad97860cfc44e25708632d6818df8b624b990882244b0908a75d3d8a3a0c +size 5420 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/D/0W/E1FKEGVKGOLM7HGLQPCIPO.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/D/0W/E1FKEGVKGOLM7HGLQPCIPO.uasset new file mode 100644 index 0000000..3a76972 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/D/0W/E1FKEGVKGOLM7HGLQPCIPO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ad28043178ec53a0579eab48cad296874b41968459636dd14446c465b79b77 +size 2416 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/16/2NBEC7LT5DIAE6KYTKWZXC.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/16/2NBEC7LT5DIAE6KYTKWZXC.uasset new file mode 100644 index 0000000..c76c3c5 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/16/2NBEC7LT5DIAE6KYTKWZXC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a57827873163ffd409b476a7bfbeab10effc3f5f0fbdaf65bf159e62ee2f9ae +size 25462 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/2P/URRX49D7RUS3LSWN6QSJKU.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/2P/URRX49D7RUS3LSWN6QSJKU.uasset new file mode 100644 index 0000000..1c1e4d8 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/2P/URRX49D7RUS3LSWN6QSJKU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40096a7f9f7085f7542e1052703f7f94e4a395463c9e90b50a241768c89ac128 +size 4683 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/2Q/Z8ZCVUE52B5HXCTYQMWV8E.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/2Q/Z8ZCVUE52B5HXCTYQMWV8E.uasset new file mode 100644 index 0000000..c81cf45 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/2Q/Z8ZCVUE52B5HXCTYQMWV8E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48afcc9b72fb71dcb33c42b664bebdb8f4bbbc6965fb004218e91dbf4b01a2a0 +size 4276 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/MX/R1GV431P5FDO08OFULRA01.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/MX/R1GV431P5FDO08OFULRA01.uasset new file mode 100644 index 0000000..40b9b32 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/E/MX/R1GV431P5FDO08OFULRA01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0be4661acf92b72c04d7c2b0d583e357741a65d47e268b4be1a696622efbd2b +size 12424 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/F/1W/Y4GU6TBRUHCRSZEC2FDZ26.uasset b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/F/1W/Y4GU6TBRUHCRSZEC2FDZ26.uasset new file mode 100644 index 0000000..6cf7848 --- /dev/null +++ b/Content/__ExternalActors__/FirstPerson/Maps/FirstPersonMap/F/1W/Y4GU6TBRUHCRSZEC2FDZ26.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7895cd392033b9d4b5f3ea34b4f720055ecd0315d50e1c23d1618b5debfb1c8 +size 4061 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/0/N2/PNB9LGP5M7QBNGC025JTI3.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/0/N2/PNB9LGP5M7QBNGC025JTI3.uasset new file mode 100644 index 0000000..7e8dc22 --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/0/N2/PNB9LGP5M7QBNGC025JTI3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfad24e238f9936a5b9070e54181a9894943c427234bf55573ea6dd110bb629 +size 2260 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/1/AJ/EI0L21MCUGFPTGB8EZY7HY.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/1/AJ/EI0L21MCUGFPTGB8EZY7HY.uasset new file mode 100644 index 0000000..598ad19 --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/1/AJ/EI0L21MCUGFPTGB8EZY7HY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0b8ba6bf64a0b1002d2e2ee44e52eb67c72c517dd14b5e270e0b1d1322807c +size 2364 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/1/OW/NX8SIWILHQ2G2BE25TGRKO.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/1/OW/NX8SIWILHQ2G2BE25TGRKO.uasset new file mode 100644 index 0000000..53edbf8 --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/1/OW/NX8SIWILHQ2G2BE25TGRKO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f422bcf89cb374b524f422ccb650233cb691adc0746dad95a90bef34bf4b6f3 +size 2370 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/3/WB/U0B9YW40E7I8BTCO5WB1GG.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/3/WB/U0B9YW40E7I8BTCO5WB1GG.uasset new file mode 100644 index 0000000..abc8a50 --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/3/WB/U0B9YW40E7I8BTCO5WB1GG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc4f76e20bda1c27fc3a7b42718782941b650e2eb50fa5af3ea5612e0c36b4b +size 2362 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/6/2D/0VO55AW4QCGKGOLQE65KBA.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/6/2D/0VO55AW4QCGKGOLQE65KBA.uasset new file mode 100644 index 0000000..838fc52 --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/6/2D/0VO55AW4QCGKGOLQE65KBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654d76a65737fcc55a4a91560ad26409c80fa5b4e59754a4ef15dc7303c79e35 +size 2256 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/6/DR/35ELR44JELBZ4YPYOEEJPK.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/6/DR/35ELR44JELBZ4YPYOEEJPK.uasset new file mode 100644 index 0000000..eb6d2fd --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/6/DR/35ELR44JELBZ4YPYOEEJPK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18339ba45f4cda4a5384cdd5887a895909dce2ef4138746a3152c8f7113045d +size 2268 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/8/FI/2HIUHVTHAB22PVFBOEK01E.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/8/FI/2HIUHVTHAB22PVFBOEK01E.uasset new file mode 100644 index 0000000..9d335db --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/8/FI/2HIUHVTHAB22PVFBOEK01E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43c155f987da2e0dbf954fe070c8b0c980740636dd0547eed5ccc16c2a11d49 +size 2354 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/A/XX/NHJ6BN0NZJE78VLBHHCM5T.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/A/XX/NHJ6BN0NZJE78VLBHHCM5T.uasset new file mode 100644 index 0000000..22651c9 --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/A/XX/NHJ6BN0NZJE78VLBHHCM5T.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edc810f66223a969e24b9508a007c98c63ebf5d36361f3f3026f58657c7e986 +size 2362 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/B/FK/C29HXGPBUZTYGQVNRWN5ZW.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/B/FK/C29HXGPBUZTYGQVNRWN5ZW.uasset new file mode 100644 index 0000000..972540f --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/B/FK/C29HXGPBUZTYGQVNRWN5ZW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23c3a3f7b0ffa392ce6010f80b9d374ed7dc16ec1be5289fd129502b469c4df +size 2252 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/C/2F/UC06F7YKHT0HKNKXRWO86Z.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/C/2F/UC06F7YKHT0HKNKXRWO86Z.uasset new file mode 100644 index 0000000..c7e1c5f --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/C/2F/UC06F7YKHT0HKNKXRWO86Z.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1cb0cc05eed27d3d3b6ac420d03edee405c086c1fb3d983c091ca98858caa2 +size 2366 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/C/4Y/HDY84E10Y8R37C9SMZ3I67.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/C/4Y/HDY84E10Y8R37C9SMZ3I67.uasset new file mode 100644 index 0000000..701fd9d --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/C/4Y/HDY84E10Y8R37C9SMZ3I67.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f469b07ca7279103f81db18b44c10997c1962a56df86012f80af460b940669 +size 2368 diff --git a/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/E/ZB/64YLC9YROSMO90SC5KR0PE.uasset b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/E/ZB/64YLC9YROSMO90SC5KR0PE.uasset new file mode 100644 index 0000000..3dd6475 --- /dev/null +++ b/Content/__ExternalObjects__/FirstPerson/Maps/FirstPersonMap/E/ZB/64YLC9YROSMO90SC5KR0PE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c86aabe50e18ae8ddf55c13f7e96bc515be7ba1923488d2bc4b5a5dbc95045 +size 1977 diff --git a/Import/CrystalVirus/CrystalVirus.fbx b/Import/CrystalVirus/CrystalVirus.fbx new file mode 100644 index 0000000..ebcb765 Binary files /dev/null and b/Import/CrystalVirus/CrystalVirus.fbx differ diff --git a/Import/CrystalVirus/CrystalVirusMaya.fbx b/Import/CrystalVirus/CrystalVirusMaya.fbx new file mode 100644 index 0000000..0834292 Binary files /dev/null and b/Import/CrystalVirus/CrystalVirusMaya.fbx differ diff --git a/Import/CrystalVirus/CrystalVirusMayaWAnimation.fbx b/Import/CrystalVirus/CrystalVirusMayaWAnimation.fbx new file mode 100644 index 0000000..51c4491 Binary files /dev/null and b/Import/CrystalVirus/CrystalVirusMayaWAnimation.fbx differ diff --git a/Import/CrystalVirus/CrystalVirusMayaWRigging.fbx b/Import/CrystalVirus/CrystalVirusMayaWRigging.fbx new file mode 100644 index 0000000..0b81fbc Binary files /dev/null and b/Import/CrystalVirus/CrystalVirusMayaWRigging.fbx differ diff --git a/Import/CrystalVirus/CrystalVirus_Idle.fbx b/Import/CrystalVirus/CrystalVirus_Idle.fbx new file mode 100644 index 0000000..e95d305 Binary files /dev/null and b/Import/CrystalVirus/CrystalVirus_Idle.fbx differ diff --git a/Import/CrystalVirus/CrystalVirus_Walking.fbx b/Import/CrystalVirus/CrystalVirus_Walking.fbx new file mode 100644 index 0000000..4e21d80 Binary files /dev/null and b/Import/CrystalVirus/CrystalVirus_Walking.fbx differ diff --git a/Import/CrystalVirus/JR_CrystalVirus_Skeleton.fbx b/Import/CrystalVirus/JR_CrystalVirus_Skeleton.fbx new file mode 100644 index 0000000..ddfaffa Binary files /dev/null and b/Import/CrystalVirus/JR_CrystalVirus_Skeleton.fbx differ diff --git a/Import/HUD/CrystalVirus-01.png b/Import/HUD/CrystalVirus-01.png new file mode 100644 index 0000000..fe74437 Binary files /dev/null and b/Import/HUD/CrystalVirus-01.png differ diff --git a/Import/HUD/CrystalVirus.png b/Import/HUD/CrystalVirus.png new file mode 100644 index 0000000..416a081 Binary files /dev/null and b/Import/HUD/CrystalVirus.png differ diff --git a/Import/HUD/CrystalVirusAsset 2.png b/Import/HUD/CrystalVirusAsset 2.png new file mode 100644 index 0000000..d6f4820 Binary files /dev/null and b/Import/HUD/CrystalVirusAsset 2.png differ diff --git a/Import/HUD/GreenIcon.png b/Import/HUD/GreenIcon.png new file mode 100644 index 0000000..1f04445 Binary files /dev/null and b/Import/HUD/GreenIcon.png differ diff --git a/Import/HUD/GreenVirus-01.png b/Import/HUD/GreenVirus-01.png new file mode 100644 index 0000000..c9c2e86 Binary files /dev/null and b/Import/HUD/GreenVirus-01.png differ diff --git a/Import/HUD/GreenVirus.png b/Import/HUD/GreenVirus.png new file mode 100644 index 0000000..8212869 Binary files /dev/null and b/Import/HUD/GreenVirus.png differ diff --git a/Import/HUD/HealthBar.png b/Import/HUD/HealthBar.png new file mode 100644 index 0000000..ab24f08 Binary files /dev/null and b/Import/HUD/HealthBar.png differ diff --git a/Import/HUD/HealthBarGrey.png b/Import/HUD/HealthBarGrey.png new file mode 100644 index 0000000..c70a9e9 Binary files /dev/null and b/Import/HUD/HealthBarGrey.png differ diff --git a/Import/HUD/HealthBarTransparentGreen2.png b/Import/HUD/HealthBarTransparentGreen2.png new file mode 100644 index 0000000..0cdf9f1 Binary files /dev/null and b/Import/HUD/HealthBarTransparentGreen2.png differ diff --git a/Import/HUD/HealthIcon.png b/Import/HUD/HealthIcon.png new file mode 100644 index 0000000..6cf6d4a Binary files /dev/null and b/Import/HUD/HealthIcon.png differ diff --git a/Import/HUD/HotBarEmpty.png b/Import/HUD/HotBarEmpty.png new file mode 100644 index 0000000..fb987f8 Binary files /dev/null and b/Import/HUD/HotBarEmpty.png differ diff --git a/Import/HUD/HotBarEmpty2.png b/Import/HUD/HotBarEmpty2.png new file mode 100644 index 0000000..417e9c4 Binary files /dev/null and b/Import/HUD/HotBarEmpty2.png differ diff --git a/Import/HUD/RedIcon.png b/Import/HUD/RedIcon.png new file mode 100644 index 0000000..88ffad4 Binary files /dev/null and b/Import/HUD/RedIcon.png differ diff --git a/Import/HUD/RedVirus-01.png b/Import/HUD/RedVirus-01.png new file mode 100644 index 0000000..6faa23a Binary files /dev/null and b/Import/HUD/RedVirus-01.png differ diff --git a/Import/HUD/RedVirus.png b/Import/HUD/RedVirus.png new file mode 100644 index 0000000..ddb8f9b Binary files /dev/null and b/Import/HUD/RedVirus.png differ diff --git a/Import/HUD/SpiderIcon.png b/Import/HUD/SpiderIcon.png new file mode 100644 index 0000000..d96a648 Binary files /dev/null and b/Import/HUD/SpiderIcon.png differ diff --git a/Import/HUD/Tablet.png b/Import/HUD/Tablet.png new file mode 100644 index 0000000..489f3b0 Binary files /dev/null and b/Import/HUD/Tablet.png differ diff --git a/Import/SyringeGun/SyringeGun.fbx b/Import/SyringeGun/SyringeGun.fbx new file mode 100644 index 0000000..4f07d70 Binary files /dev/null and b/Import/SyringeGun/SyringeGun.fbx differ