Plotting Startup Scene, fixes on FreezeChamber

This commit is contained in:
Simeon "Waldo" Wallrath 2025-12-16 15:33:21 +01:00
parent e5392753b9
commit 307daad414
28 changed files with 61 additions and 57 deletions

View file

@ -117,7 +117,7 @@ bShouldDiscardSubLevelNavData=True
bTickWhilePaused=False
bInitialBuildingLocked=False
bSkipAgentHeightCheckWhenPickingNavData=False
GeometryExportTriangleCountWarningThreshold=200000
GeometryExportTriangleCountWarningThreshold=20000
bGenerateNavigationOnlyAroundNavigationInvokers=False
ActiveTilesUpdateInterval=1.000000
InvokersMaximumDistanceFromSeed=-1.000000
@ -218,9 +218,9 @@ DrawOffset=10.000000
bFixedTilePoolSize=False
TilePoolSize=1024
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)
NavMeshResolutionParams[0]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=200.000000)
NavMeshResolutionParams[1]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=200.000000)
NavMeshResolutionParams[2]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=200.000000)
AgentRadius=5.000000
AgentHeight=5.000000
AgentMaxSlope=44.000000
@ -228,7 +228,7 @@ MinRegionArea=0.000000
MergeRegionSize=100.000000
MaxVerticalMergeError=2147483647
MaxSimplificationError=1.300000
SimplificationElevationRatio=0.000000
SimplificationElevationRatio=1.000000
MaxSimultaneousTileGenerationJobsCount=1024
TileNumberHardLimit=1048576
ExpectedMaxLayersPerTile=12
@ -259,6 +259,7 @@ 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,DownDirectionAreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",UpDirectionAreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",LinkProxyClass=None,LinkProxyId=(Id=0))
+NavLinkJumpConfigs=(bEnabled=True,Name="",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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.