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
|
||||
|
||||
[/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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue