Toilets, Clarice Animation (Lookup, Turns)
This commit is contained in:
parent
36c47078da
commit
421a6a0267
46 changed files with 138 additions and 49 deletions
|
|
@ -108,14 +108,24 @@ r.RayTracing.RayTracingProxies.ProjectEnabled=True
|
||||||
r.VirtualTexturedLightmaps=True
|
r.VirtualTexturedLightmaps=True
|
||||||
|
|
||||||
[/Script/NavigationSystem.NavigationSystemV1]
|
[/Script/NavigationSystem.NavigationSystemV1]
|
||||||
|
DefaultAgentName=None
|
||||||
|
CrowdManagerClass=/Script/AIModule.CrowdManager
|
||||||
bAutoCreateNavigationData=True
|
bAutoCreateNavigationData=True
|
||||||
|
bSpawnNavDataInNavBoundsLevel=False
|
||||||
bAllowClientSideNavigation=True
|
bAllowClientSideNavigation=True
|
||||||
|
bShouldDiscardSubLevelNavData=True
|
||||||
|
bTickWhilePaused=False
|
||||||
bInitialBuildingLocked=False
|
bInitialBuildingLocked=False
|
||||||
bSkipAgentHeightCheckWhenPickingNavData=False
|
bSkipAgentHeightCheckWhenPickingNavData=False
|
||||||
DataGatheringMode=Instant
|
GeometryExportTriangleCountWarningThreshold=200000
|
||||||
bGenerateNavigationOnlyAroundNavigationInvokers=False
|
bGenerateNavigationOnlyAroundNavigationInvokers=False
|
||||||
ActiveTilesUpdateInterval=1.000000
|
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]
|
[/Script/Engine.UserInterfaceSettings]
|
||||||
RenderFocusRule=NavigationOnly
|
RenderFocusRule=NavigationOnly
|
||||||
|
|
@ -207,23 +217,21 @@ bDistinctlyDrawTilesBeingBuilt=True
|
||||||
DrawOffset=10.000000
|
DrawOffset=10.000000
|
||||||
bFixedTilePoolSize=False
|
bFixedTilePoolSize=False
|
||||||
TilePoolSize=1024
|
TilePoolSize=1024
|
||||||
TileSizeUU=990.000000
|
TileSizeUU=544.000000
|
||||||
CellSize=19.000000
|
NavMeshResolutionParams[0]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=10.000000)
|
||||||
CellHeight=10.000000
|
NavMeshResolutionParams[1]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=10.000000)
|
||||||
AgentMaxStepHeight=35.000000
|
NavMeshResolutionParams[2]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=10.000000)
|
||||||
NavMeshResolutionParams[0]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000)
|
AgentRadius=5.000000
|
||||||
NavMeshResolutionParams[1]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=50.000000)
|
AgentHeight=5.000000
|
||||||
NavMeshResolutionParams[2]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000)
|
|
||||||
AgentRadius=20.000000
|
|
||||||
AgentHeight=144.000000
|
|
||||||
AgentMaxSlope=44.000000
|
AgentMaxSlope=44.000000
|
||||||
MinRegionArea=0.000000
|
MinRegionArea=0.000000
|
||||||
MergeRegionSize=400.000000
|
MergeRegionSize=100.000000
|
||||||
MaxVerticalMergeError=2147483647
|
MaxVerticalMergeError=2147483647
|
||||||
MaxSimplificationError=1.300000
|
MaxSimplificationError=1.300000
|
||||||
SimplificationElevationRatio=0.000000
|
SimplificationElevationRatio=0.000000
|
||||||
MaxSimultaneousTileGenerationJobsCount=1024
|
MaxSimultaneousTileGenerationJobsCount=1024
|
||||||
TileNumberHardLimit=1048576
|
TileNumberHardLimit=1048576
|
||||||
|
ExpectedMaxLayersPerTile=12
|
||||||
DefaultDrawDistance=5000.000000
|
DefaultDrawDistance=5000.000000
|
||||||
DefaultMaxSearchNodes=2048.000000
|
DefaultMaxSearchNodes=2048.000000
|
||||||
DefaultMaxHierarchicalSearchNodes=2048.000000
|
DefaultMaxHierarchicalSearchNodes=2048.000000
|
||||||
|
|
@ -250,7 +258,7 @@ TimeSliceFilterLedgeSpansMaxYProcess=13
|
||||||
TimeSliceLongDurationDebug=0.002000
|
TimeSliceLongDurationDebug=0.002000
|
||||||
InvokerTilePriorityBumpDistanceThresholdInTileUnits=1
|
InvokerTilePriorityBumpDistanceThresholdInTileUnits=1
|
||||||
InvokerTilePriorityBumpIncrease=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
|
bUseVoxelCache=False
|
||||||
TileSetUpdateInterval=1.000000
|
TileSetUpdateInterval=1.000000
|
||||||
HeuristicScale=0.999000
|
HeuristicScale=0.999000
|
||||||
|
|
|
||||||
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Interfaces/ClosedOverlap.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Core/Interfaces/ClosedOverlap.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/M_ScifiDoor2.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/ScifiDoor2/M_ScifiDoor2.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Test.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/Development/Test.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Blendspace_Walk_Clarice.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Blendspace_Walk_Clarice.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/ClariceMain_LookUpStatic.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/ClariceMain_LookUpStatic.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle_LookingUp.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle_LookingUp.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Lookup.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Lookup.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeft.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeft.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateLeftInPlace_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace_Montage.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RotateRightInPlace_Montage.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01_LookingUp.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01_LookingUp.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClosedOverlap.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClosedOverlap.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/EClariceVector.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/EClariceVector.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_StaffOnly.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_StaffOnly.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStallLarge.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStallLarge.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/BP_HandicapHandle.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/BP_HandicapHandle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/M_HandicapHandle.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/M_HandicapHandle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_D.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_D.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_M_R.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_M_R.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_N.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/HandcapHandle/T_HandicapHandle_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/BP_ToiletCabinDoor.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/BP_ToiletCabinDoor.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/BP_ToiletPaperRoll.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/BP_ToiletPaperRoll.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/M_ToiletPaperRoll.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/M_ToiletPaperRoll.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/SM_ToiletPaperRoll.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/SM_ToiletPaperRoll.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_D.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_D.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_N.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_R.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletPaperRoll/T_ToiletPaperRoll_R.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/BP_Cardboard.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/BP_Cardboard.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset
(Stored with Git LFS)
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/Cylinder_002.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/Cylinder_002.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/HandicapHandle1.uasset
(Stored with Git LFS)
Normal file
BIN
VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/HandcapHandle/HandicapHandle1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue