Compare commits
No commits in common. "61c533fcf70b93ffd5ba83f0cd30f9a5f522e2f6" and "b4b4dff00ef7df1e1a0c1d701f398b6d8ca843ab" have entirely different histories.
61c533fcf7
...
b4b4dff00e
12 changed files with 7 additions and 25 deletions
|
@ -5,7 +5,7 @@ DefaultGraphicsPerformance=Maximum
|
|||
AppliedDefaultGraphicsPerformance=Maximum
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
EditorStartupMap=/Game/0_Project/Maps/MainMap.MainMap
|
||||
EditorStartupMap=/Game/0_Project/Maps/TestTile.TestTile
|
||||
LocalMapOptions=
|
||||
TransitionMap=None
|
||||
bUseSplitscreen=True
|
||||
|
@ -14,7 +14,7 @@ ThreePlayerSplitscreenLayout=FavorTop
|
|||
FourPlayerSplitscreenLayout=Grid
|
||||
bOffsetPlayerGamepadIds=False
|
||||
GameInstanceClass=/Game/0_Project/Core/Engine/MyGameInstance.MyGameInstance_C
|
||||
GameDefaultMap=/Game/0_Project/Maps/MainMap.MainMap
|
||||
GameDefaultMap=/Game/0_Project/Maps/TestTile.TestTile
|
||||
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||
GlobalDefaultGameMode=/Game/0_Project/Core/Engine/My_GameMode.My_GameMode_C
|
||||
GlobalDefaultServerGameMode=None
|
||||
|
@ -31,31 +31,13 @@ r.DefaultFeature.AutoExposure=False
|
|||
[/Script/NavigationSystem.RecastNavMesh]
|
||||
bDoFullyAsyncNavDataGathering=False
|
||||
RuntimeGeneration=Dynamic
|
||||
DrawOffset=1.000000
|
||||
bFixedTilePoolSize=True
|
||||
DrawOffset=10.000000
|
||||
bFixedTilePoolSize=False
|
||||
bSortNavigationAreasByCost=False
|
||||
CellSize=1.000000
|
||||
CellHeight=2.000000
|
||||
AgentRadius=10.000000
|
||||
AgentHeight=12.000000
|
||||
bForceRebuildOnLoad=True
|
||||
bAutoDestroyWhenNoNavigation=False
|
||||
ObservedPathsTickInterval=0.100000
|
||||
TilePoolSize=2048
|
||||
|
||||
[/Script/NavigationSystem.NavigationSystemV1]
|
||||
DefaultAgentName=None
|
||||
CrowdManagerClass=/Script/AIModule.CrowdManager
|
||||
bAutoCreateNavigationData=True
|
||||
bSpawnNavDataInNavBoundsLevel=True
|
||||
bAllowClientSideNavigation=False
|
||||
bShouldDiscardSubLevelNavData=True
|
||||
bTickWhilePaused=True
|
||||
bInitialBuildingLocked=False
|
||||
bSkipAgentHeightCheckWhenPickingNavData=False
|
||||
DataGatheringMode=Instant
|
||||
bSpawnNavDataInNavBoundsLevel=False
|
||||
bGenerateNavigationOnlyAroundNavigationInvokers=False
|
||||
ActiveTilesUpdateInterval=1.000000
|
||||
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)
|
||||
DirtyAreasUpdateFreq=0.100000
|
||||
DirtyAreasUpdateFreq=2.000000
|
||||
bAutoCreateNavigationData=True
|
||||
|
||||
|
|
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.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue