diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 189c5cf..849bc5b 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -5,7 +5,7 @@ DefaultGraphicsPerformance=Maximum AppliedDefaultGraphicsPerformance=Maximum [/Script/EngineSettings.GameMapsSettings] -EditorStartupMap=/Game/0_Project/Maps/TestTile.TestTile +EditorStartupMap=/Game/0_Project/Maps/MainMap.MainMap 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/TestTile.TestTile +GameDefaultMap=/Game/0_Project/Maps/MainMap.MainMap ServerDefaultMap=/Engine/Maps/Entry.Entry GlobalDefaultGameMode=/Game/0_Project/Core/Engine/My_GameMode.My_GameMode_C GlobalDefaultServerGameMode=None @@ -31,13 +31,31 @@ r.DefaultFeature.AutoExposure=False [/Script/NavigationSystem.RecastNavMesh] bDoFullyAsyncNavDataGathering=False RuntimeGeneration=Dynamic -DrawOffset=10.000000 -bFixedTilePoolSize=False +DrawOffset=1.000000 +bFixedTilePoolSize=True 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] -bSpawnNavDataInNavBoundsLevel=False -bGenerateNavigationOnlyAroundNavigationInvokers=False -DirtyAreasUpdateFreq=2.000000 +DefaultAgentName=None +CrowdManagerClass=/Script/AIModule.CrowdManager bAutoCreateNavigationData=True +bSpawnNavDataInNavBoundsLevel=True +bAllowClientSideNavigation=False +bShouldDiscardSubLevelNavData=True +bTickWhilePaused=True +bInitialBuildingLocked=False +bSkipAgentHeightCheckWhenPickingNavData=False +DataGatheringMode=Instant +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 diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index f854395..21faa09 100644 Binary files a/Config/DefaultGame.ini and b/Config/DefaultGame.ini differ diff --git a/Content/0_Project/Maps/TestMap.umap b/Content/0_Project/Maps/MainMap.umap similarity index 76% rename from Content/0_Project/Maps/TestMap.umap rename to Content/0_Project/Maps/MainMap.umap index ce5565c..fe37a6c 100644 Binary files a/Content/0_Project/Maps/TestMap.umap and b/Content/0_Project/Maps/MainMap.umap differ diff --git a/Content/0_Project/Maps/MainMenu.umap b/Content/0_Project/Maps/MainMenu.umap new file mode 100644 index 0000000..a3a5e46 Binary files /dev/null and b/Content/0_Project/Maps/MainMenu.umap differ