From 421a6a026763299d9528f7e3e0e6ce5f2916cbd3 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 10 Nov 2025 12:16:37 +0100 Subject: [PATCH] Toilets, Clarice Animation (Lookup, Turns) --- .../Config/DefaultEngine.ini | 34 ++++++++++++------- .../Core/Interfaces/ClosedOverlap.uasset | 3 ++ .../ScifiDoor2/M_ScifiDoor2.uasset | 4 +-- .../Content/Development/Test.uasset | 3 ++ .../Content/Maps/Map_Bathrooms.umap | 4 +-- .../Content/Maps/Map_Gameworld.umap | 4 +-- .../Content/Maps/Map_Outside_Default.umap | 4 +-- .../Content/Maps/Map_Room_Kitchen.umap | 4 +-- .../Content/Maps/Map_Workspace.umap | 4 +-- .../Content/Maps/MotionControllerMap.umap | 4 +-- .../Content/Maps/SL_FreezeRoom.umap | 4 +-- .../Characters/Clarice/AnimBP_Clarice.uasset | 4 +-- .../Animations/Blendspace_Walk_Clarice.uasset | 4 +-- .../ClariceMain_LookUpStatic.uasset | 3 ++ .../Clarice/Animations/Idle_LookingUp.uasset | 3 ++ .../Clarice/Animations/Lookup.uasset | 3 ++ .../Clarice/Animations/RotateLeft.uasset | 3 ++ .../Animations/RotateLeftInPlace.uasset | 3 ++ .../RotateLeftInPlace_Montage.uasset | 3 ++ .../Animations/RotateRightInPlace.uasset | 3 ++ .../RotateRightInPlace_Montage.uasset | 3 ++ .../Clarice/Animations/Walk_01.uasset | 4 +-- .../Animations/Walk_01_LookingUp.uasset | 3 ++ .../Characters/Clarice/BP_Clarice.uasset | 4 +-- .../Clarice/ClariceMain_Skeleton.uasset | 4 +-- .../Characters/Clarice/ClosedOverlap.uasset | 4 +-- .../Characters/Clarice/EClariceVector.uasset | 3 ++ .../Bathroom/BP_StaffOnly.uasset | 3 ++ .../Bathroom/BP_ToiletStall.uasset | 4 +-- .../Bathroom/BP_ToiletStallLarge.uasset | 3 ++ .../HandcapHandle/BP_HandicapHandle.uasset | 3 ++ .../HandcapHandle/M_HandicapHandle.uasset | 3 ++ .../HandcapHandle/T_HandicapHandle_D.uasset | 3 ++ .../HandcapHandle/T_HandicapHandle_M_R.uasset | 3 ++ .../HandcapHandle/T_HandicapHandle_N.uasset | 3 ++ .../ToiletDoor/BP_ToiletCabinDoor.uasset | 4 +-- .../ToiletPaperRoll/BP_ToiletPaperRoll.uasset | 3 ++ .../ToiletPaperRoll/M_ToiletPaperRoll.uasset | 3 ++ .../ToiletPaperRoll/SM_ToiletPaperRoll.uasset | 3 ++ .../T_ToiletPaperRoll_D.uasset | 3 ++ .../T_ToiletPaperRoll_N.uasset | 3 ++ .../T_ToiletPaperRoll_R.uasset | 3 ++ .../CardboardBoxes/BP_Cardboard.uasset | 4 +-- .../Furniture/Kitchen/BP_Kitchen.uasset | 4 +-- .../HandcapHandle/Cylinder_002.uasset | 3 ++ .../HandcapHandle/HandicapHandle1.uasset | 3 ++ 46 files changed, 138 insertions(+), 49 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/Interfaces/ClosedOverlap.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/Test.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/ClariceMain_LookUpStatic.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle_LookingUp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Lookup.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace_Montage.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace_Montage.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01_LookingUp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/EClariceVector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_StaffOnly.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStallLarge.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/BP_HandicapHandle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/M_HandicapHandle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_M_R.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/BP_ToiletPaperRoll.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/M_ToiletPaperRoll.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/SM_ToiletPaperRoll.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_D.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_N.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_R.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/Cylinder_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/HandicapHandle1.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini index 1999a2c..1961395 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini @@ -108,14 +108,24 @@ r.RayTracing.RayTracingProxies.ProjectEnabled=True r.VirtualTexturedLightmaps=True [/Script/NavigationSystem.NavigationSystemV1] +DefaultAgentName=None +CrowdManagerClass=/Script/AIModule.CrowdManager bAutoCreateNavigationData=True +bSpawnNavDataInNavBoundsLevel=False bAllowClientSideNavigation=True +bShouldDiscardSubLevelNavData=True +bTickWhilePaused=False bInitialBuildingLocked=False bSkipAgentHeightCheckWhenPickingNavData=False -DataGatheringMode=Instant +GeometryExportTriangleCountWarningThreshold=200000 bGenerateNavigationOnlyAroundNavigationInvokers=False ActiveTilesUpdateInterval=1.000000 -DirtyAreasUpdateFreq=60.000000 +InvokersMaximumDistanceFromSeed=-1.000000 +DataGatheringMode=Instant +DirtyAreaWarningSizeThreshold=-1.000000 +GatheringNavModifiersWarningLimitTime=-1.000000 ++SupportedAgents=(Name="Default",Color=(B=0,G=75,R=38,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=250.000000),NavDataClass="/Script/NavigationSystem.RecastNavMesh",AgentRadius=3.000000,AgentHeight=4.000000,AgentStepHeight=4.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData="/Script/NavigationSystem.RecastNavMesh",bCanCrouch=False,bCanJump=True,bCanWalk=True,bCanSwim=False,bCanFly=False) +SupportedAgentsMask=(bSupportsAgent0=True,bSupportsAgent1=True,bSupportsAgent2=True,bSupportsAgent3=True,bSupportsAgent4=True,bSupportsAgent5=True,bSupportsAgent6=True,bSupportsAgent7=True,bSupportsAgent8=True,bSupportsAgent9=True,bSupportsAgent10=True,bSupportsAgent11=True,bSupportsAgent12=True,bSupportsAgent13=True,bSupportsAgent14=True,bSupportsAgent15=True) [/Script/Engine.UserInterfaceSettings] RenderFocusRule=NavigationOnly @@ -207,23 +217,21 @@ bDistinctlyDrawTilesBeingBuilt=True DrawOffset=10.000000 bFixedTilePoolSize=False TilePoolSize=1024 -TileSizeUU=990.000000 -CellSize=19.000000 -CellHeight=10.000000 -AgentMaxStepHeight=35.000000 -NavMeshResolutionParams[0]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000) -NavMeshResolutionParams[1]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=50.000000) -NavMeshResolutionParams[2]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000) -AgentRadius=20.000000 -AgentHeight=144.000000 +TileSizeUU=544.000000 +NavMeshResolutionParams[0]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=10.000000) +NavMeshResolutionParams[1]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=10.000000) +NavMeshResolutionParams[2]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=10.000000) +AgentRadius=5.000000 +AgentHeight=5.000000 AgentMaxSlope=44.000000 MinRegionArea=0.000000 -MergeRegionSize=400.000000 +MergeRegionSize=100.000000 MaxVerticalMergeError=2147483647 MaxSimplificationError=1.300000 SimplificationElevationRatio=0.000000 MaxSimultaneousTileGenerationJobsCount=1024 TileNumberHardLimit=1048576 +ExpectedMaxLayersPerTile=12 DefaultDrawDistance=5000.000000 DefaultMaxSearchNodes=2048.000000 DefaultMaxHierarchicalSearchNodes=2048.000000 @@ -250,7 +258,7 @@ TimeSliceFilterLedgeSpansMaxYProcess=13 TimeSliceLongDurationDebug=0.002000 InvokerTilePriorityBumpDistanceThresholdInTileUnits=1 InvokerTilePriorityBumpIncrease=1 -NavLinkJumpDownConfig=(bEnabled=True,JumpLength=150.000000,JumpDistanceFromEdge=10.000000,JumpMaxDepth=150.000000,JumpHeight=50.000000,JumpEndsHeightTolerance=80.000000,SamplingSeparationFactor=1.000000,FilterDistanceThreshold=80.000000,LinkBuilderFlags=1,AreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",LinkProxyClass=None,LinkProxyId=(Id=0)) +NavLinkJumpDownConfig=(bEnabled=True,JumpLength=150.000000,JumpDistanceFromEdge=10.000000,JumpMaxDepth=150.000000,JumpHeight=50.000000,JumpEndsHeightTolerance=80.000000,SamplingSeparationFactor=1.000000,FilterDistanceThreshold=80.000000,LinkBuilderFlags=1,DownDirectionAreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",UpDirectionAreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",LinkProxyClass=None,LinkProxyId=(Id=0)) bUseVoxelCache=False TileSetUpdateInterval=1.000000 HeuristicScale=0.999000 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/Interfaces/ClosedOverlap.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/Interfaces/ClosedOverlap.uasset new file mode 100644 index 0000000..814b857 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/Interfaces/ClosedOverlap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca09bfbfed6263b60b8c2e33c7a0d020d46902da5a6331b21c749b0ff06484f8 +size 11502 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/M_ScifiDoor2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/M_ScifiDoor2.uasset index dd53427..909aea4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/M_ScifiDoor2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/M_ScifiDoor2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65c96870d20a2ad14545e58f7ab9da67657e6c346e8023ea3ca9f556f6654f9d -size 18619 +oid sha256:a62df52133c198ab19b5c295377f452367969388f405df995d72ab9d5b7f1aa0 +size 19319 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/Test.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/Test.uasset new file mode 100644 index 0000000..59bee12 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a2a239e1e994670a73268b261e6a75d923b467b42220591af7953649f3411d +size 13898 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap index 89a20c5..11e3225 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8b1461a2cd844e116a0c5e95fb704cda437e10ae85a5bc8b7e024972e6f447a -size 138418 +oid sha256:25801b2f59a53cdcd31771cf1f84a5a92e5dacb6f051812261e244a3807900a0 +size 139907 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 6c76392..174d097 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:640a85ca9c20cce75587b331a6040cc76109dfae34b50038ceb31280adc344ad -size 560853 +oid sha256:9143b46700fbb5ec028e2a0a8cd98eb3392130514f60be6be420b225c3736f96 +size 5219852 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap index cc81c18..2ac4aed 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a20fc3dc3a682471c244078909dbd69e36fb8d98a9c6a518b6bb964af998c580 -size 1417955 +oid sha256:363edcee30bbe79ab3d3bd9e7d3e6307e117415fd9291145318f0e5054d4b07b +size 1422041 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index a32967b..faa2092 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ceebdf0446315e8f2b7eef12d3ef8485dfd4ce463ba44785a028fe009982cf73 -size 144122 +oid sha256:b49e5c73638e0819992d9a105c72d12582d42cb9306399ffa415a5ad2c90dcbd +size 113742 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index 0b683de..5a4334c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b919f90743ebd58d85d2c25be3773b8b97faa3def89b1a05a098189922655b1 -size 135707 +oid sha256:1ab2684d7a7b92985716722480e685a9ae4cd37b11f03e3f283644f79d03e615 +size 128854 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index e0ccd13..57a62da 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56e305578476f434a71ae72d659016b9e40e5d79045d080cecf0d80575c7b326 -size 1732947 +oid sha256:421c5a46edf3659e0b5f37e6298518b603cde72da3739df1a2504531c50e49b5 +size 1218541 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 7052d4d..8b158de 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8e07b20a17a1fb6e8362dc7292c1bd17adf33b7d8a8c62d00ee54ecbdf79e8d -size 225020 +oid sha256:3042ed3c68d29a64875927b42caa7e0bb8a4d2125eb25165470c019b36987468 +size 224870 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 054e185..21455d9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eccaa82c6fc0d97229e8327430286f61625c0633bb9a64f3d64c44c4a42bed2c -size 539998 +oid sha256:f923e6eea49a05f212be0677df904e28e36409b62242351f07643f2108329e68 +size 580548 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Blendspace_Walk_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Blendspace_Walk_Clarice.uasset index fa64e00..d1f4f52 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Blendspace_Walk_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Blendspace_Walk_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dae71e4f110cbf29615d5388c9dcd3a4da4e934f7b6ee7a783224ba77606828e -size 8323 +oid sha256:b9bd61ffebfed877fa47f260617d7379ba6ec06deac4d029fc9592e3d1c656b4 +size 8213 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/ClariceMain_LookUpStatic.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/ClariceMain_LookUpStatic.uasset new file mode 100644 index 0000000..56b89f4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/ClariceMain_LookUpStatic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9b585c68dc389a3c5d9d95e4106d34fb24f39896f0e32d6a9a6bc093c24576 +size 39684 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle_LookingUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle_LookingUp.uasset new file mode 100644 index 0000000..c8a1017 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle_LookingUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a248474eb607276eb6391d87d83108c538b1ded30417919c90a938b7408bab +size 140742 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Lookup.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Lookup.uasset new file mode 100644 index 0000000..be22dcb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Lookup.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966e06c2fc6d16157ef58662983ce39e7cfee3b42aa9e2730efa78d4a86e3a80 +size 144582 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeft.uasset new file mode 100644 index 0000000..f39279f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28e6766396f7970aace631ba5ff5d8ce3eda781a792ee6eafd47ddeee5dcf4c +size 139222 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace.uasset new file mode 100644 index 0000000..dd1af26 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5e2db52c2b49134257299e3e413b5d09034d9a0ba0f4733f5d476a2662084f +size 140766 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace_Montage.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace_Montage.uasset new file mode 100644 index 0000000..9e8f0be --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b994221da2d01a23d8143af4bc5458c6f57c2ce9eeebc961c0b155ee07629a +size 9170 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace.uasset new file mode 100644 index 0000000..f0185fc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd52669bbfe66c0dd52bef635aee5fe68849830825c8b93bde3aeadc998dd9d +size 140643 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace_Montage.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace_Montage.uasset new file mode 100644 index 0000000..42b3f10 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b59ab9224678f0b43283a9e8d58781be5f96fc585e468d2a528de22a08d0c2 +size 9113 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset index cd0dfbd..afd70b2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afaedc4823d7f3250285b905c00fe7e9e7b382a37ed76ab1bc0873a87541f55b -size 155146 +oid sha256:e8071aa711b58105ae473bd61e80cd42ba728ba9b7e799e4e0cb7e1c278f32ef +size 155988 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01_LookingUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01_LookingUp.uasset new file mode 100644 index 0000000..5a0276f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01_LookingUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdab81899b597b534539b43d4a8366d95e018711c7bdb03aa09a6fb04dd7c8f +size 143308 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 8d4288a..282bcd9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93852e54cd27011e7daccd4d1d0a6c3a824160d0453e87349a8f3dd89b63ccec -size 716918 +oid sha256:58ea668bc6b5f6d7e59f7e8a014f0a99e969524f0a49e08c6773330e762953b3 +size 1040271 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset index 50d87ba..976c07d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98e00efad14f8108dcc22813eeab910d4c1a45955f829e0a7eb9b83b392aafdd -size 14387 +oid sha256:ece7c579905e1820887fe2494516ae28efdf93c21cc7b7785046187c246b8f8e +size 14429 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClosedOverlap.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClosedOverlap.uasset index 8e11fd6..e51b795 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClosedOverlap.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClosedOverlap.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a6d87d5678cef5d35cd36a8fff924fdb9964a6ef3a4978682027a3f1da83978 -size 10704 +oid sha256:549c44b7a4be8711635829d19382d1a4c2d14bdbc1b8e4efef3b1c67763bf427 +size 2296 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/EClariceVector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/EClariceVector.uasset new file mode 100644 index 0000000..ed938c2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/EClariceVector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad6ac802e6a7745eef1225be84e2ae771987af364ef74acc9a19ccec6e90549 +size 1900 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_StaffOnly.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_StaffOnly.uasset new file mode 100644 index 0000000..f6ecb4d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_StaffOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac94ec7ac4a399fc49fd62df88c7fb9b84e1839fbfe7a0cdaa648cdb261f0d9 +size 133769 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset index 10251cd..1e56113 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2110a08919b3da15eb17c1ae3f64c4958a8be6914dec536f98c8dbbc793e9844 -size 291522 +oid sha256:fe75c8b1840ac7f9d9fb537d5697805d647b691a4fd238766636c3417539b0bc +size 292800 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStallLarge.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStallLarge.uasset new file mode 100644 index 0000000..73a5ee0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStallLarge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c254385314bb0e793656d5a01956788e26f711e44c2936d66d8a0b60191e0fe1 +size 71765 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/BP_HandicapHandle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/BP_HandicapHandle.uasset new file mode 100644 index 0000000..38df6e5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/BP_HandicapHandle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86272dfe4fec70703d9793f3ca8ffba08a038acec3c560a7880a3d75185b3fc5 +size 36953 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/M_HandicapHandle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/M_HandicapHandle.uasset new file mode 100644 index 0000000..df4ecde --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/M_HandicapHandle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b86b066f5be9df9bb418becc087eb440e260dd43d019b59ffdfdf01ee8c90f0 +size 14537 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_D.uasset new file mode 100644 index 0000000..ba85ab3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a7dc91c27de46c9ba5582ea17d4f7d0e2b30c7e0f7828fa1f928fb86cd5d89 +size 78576 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_M_R.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_M_R.uasset new file mode 100644 index 0000000..6fd4193 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_M_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02eff0e604a667d0fa91de2b438bd979b3c2e4c5d22ca4107213dd0f324c2333 +size 760836 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_N.uasset new file mode 100644 index 0000000..e914ff3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210a0b2e3437732df1b561a0d65e4b07d349297272ffb2d27fa84a36d340330e +size 17445785 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/BP_ToiletCabinDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/BP_ToiletCabinDoor.uasset index fb5cbe0..a973911 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/BP_ToiletCabinDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/BP_ToiletCabinDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:312493f196285d93d2a19194344c943d53760583a460187a86c4f8379dadc776 -size 643239 +oid sha256:ad08adf74190e015fb72e9a49296cbcc26b8f015fa639bddc3c38c4af4a38505 +size 638462 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/BP_ToiletPaperRoll.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/BP_ToiletPaperRoll.uasset new file mode 100644 index 0000000..ce74fe5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/BP_ToiletPaperRoll.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df7d7423c42c84d1e31555a2dbc830fb73760a2b126971ae129d65d94f9a3ae +size 46258 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/M_ToiletPaperRoll.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/M_ToiletPaperRoll.uasset new file mode 100644 index 0000000..b71a5c0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/M_ToiletPaperRoll.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40ee8720755f6b69e27234401d3032896f5266ffe118c6087a3a23102c744e3 +size 65223 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/SM_ToiletPaperRoll.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/SM_ToiletPaperRoll.uasset new file mode 100644 index 0000000..61c52d3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/SM_ToiletPaperRoll.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0f0beee9f6f7df97d8c2c8cce8a9fee3d5c2303eacec4a6fc2f32795f8d6d6 +size 95764 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_D.uasset new file mode 100644 index 0000000..52b6f12 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74601bf2d5224b82c65de42d1f196c2d9e7890d02dbfcb33191df3c07f81c2e6 +size 23087135 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_N.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_N.uasset new file mode 100644 index 0000000..59218fa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cb4eb25a0aae56dac9a362cd75de0dfafa707c757d3e582152c53358d11088 +size 34021087 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_R.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_R.uasset new file mode 100644 index 0000000..749edff --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069ec4b291dfdf59262c36cd55665fa5083dc4e67b18b5f834dd5d7a0671bbce +size 6608663 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/BP_Cardboard.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/BP_Cardboard.uasset index 05cbcf0..3760a2b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/BP_Cardboard.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/BP_Cardboard.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dea07f7d6e8e364e75c899fab10f835e52d18c36cec84069d1c97d4d69bb645d -size 80060 +oid sha256:d09d41cf31a87479fecc70055fa9729a6bc6d1d676cc0640557c1f452a8fc087 +size 77858 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset index 0a4252d..6d11365 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2dde107e89837dda660ef620b455bb2273fa39415498bec09c60bfbf9df76cb0 -size 229044 +oid sha256:b62d4976f9cb36980f2d6104489973277ae70b34979c6928b6d040900367f6d5 +size 226688 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/Cylinder_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/Cylinder_002.uasset new file mode 100644 index 0000000..d2d9e5e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/Cylinder_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70367f3f45256679ccd2681550f4b2cd1580872ac47f8fa2430c140227fb6cb0 +size 96068 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/HandicapHandle1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/HandicapHandle1.uasset new file mode 100644 index 0000000..97b02ad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/HandicapHandle1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6cc1b1dc68c69b6a3182acabd1248cae8ed6f8010378d0460ec18854f0233b +size 86928