Jam-Teacher/Config/DefaultEngine.ini

70 lines
2.8 KiB
INI
Raw Normal View History

2020-08-01 11:48:17 +00:00
[/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Desktop
AppliedTargetedHardwareClass=Desktop
DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum
[/Script/EngineSettings.GameMapsSettings]
2020-08-05 09:36:54 +00:00
EditorStartupMap=/Game/0_Project/Maps/MainMap.MainMap
2020-08-02 13:25:58 +00:00
LocalMapOptions=
TransitionMap=None
bUseSplitscreen=True
TwoPlayerSplitscreenLayout=Horizontal
ThreePlayerSplitscreenLayout=FavorTop
FourPlayerSplitscreenLayout=Grid
bOffsetPlayerGamepadIds=False
GameInstanceClass=/Game/0_Project/Core/Engine/MyGameInstance.MyGameInstance_C
2020-08-05 09:36:54 +00:00
GameDefaultMap=/Game/0_Project/Maps/MainMap.MainMap
2020-08-02 13:25:58 +00:00
ServerDefaultMap=/Engine/Maps/Entry.Entry
2020-08-06 18:23:38 +00:00
GlobalDefaultGameMode=/Game/0_Project/Core/Engine/SPGameMode.SPGameMode_C
2020-08-02 13:25:58 +00:00
GlobalDefaultServerGameMode=None
2020-08-01 11:48:17 +00:00
[/Script/Engine.Engine]
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/JamTeacher")
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/JamTeacher")
[/Script/Engine.RendererSettings]
r.DefaultFeature.MotionBlur=False
r.DefaultFeature.AntiAliasing=2
2020-08-04 20:09:15 +00:00
r.DefaultFeature.AutoExposure=False
2020-08-04 23:39:52 +00:00
[/Script/NavigationSystem.RecastNavMesh]
bDoFullyAsyncNavDataGathering=False
RuntimeGeneration=Dynamic
2020-08-05 09:36:54 +00:00
DrawOffset=1.000000
2020-08-05 13:13:51 +00:00
bFixedTilePoolSize=False
2020-08-04 23:39:52 +00:00
bSortNavigationAreasByCost=False
2020-08-05 13:13:51 +00:00
CellSize=5.000000
2020-08-05 09:36:54 +00:00
CellHeight=2.000000
AgentRadius=10.000000
AgentHeight=12.000000
bForceRebuildOnLoad=True
bAutoDestroyWhenNoNavigation=False
ObservedPathsTickInterval=0.100000
TilePoolSize=2048
2020-08-05 13:13:51 +00:00
AgentMaxSlope=14.841908
AgentMaxStepHeight=5.000000
MinRegionArea=9.000000
MergeRegionSize=50.000000
bDrawPolyEdges=True
MaxSimplificationError=1.500000
TileSizeUU=300.000000
2020-08-04 23:39:52 +00:00
[/Script/NavigationSystem.NavigationSystemV1]
2020-08-05 09:36:54 +00:00
DefaultAgentName=None
CrowdManagerClass=/Script/AIModule.CrowdManager
2020-08-04 23:39:52 +00:00
bAutoCreateNavigationData=True
2020-08-05 09:36:54 +00:00
bSpawnNavDataInNavBoundsLevel=True
bAllowClientSideNavigation=False
bShouldDiscardSubLevelNavData=True
bTickWhilePaused=True
bInitialBuildingLocked=False
bSkipAgentHeightCheckWhenPickingNavData=False
DataGatheringMode=Instant
2020-08-06 18:23:38 +00:00
bGenerateNavigationOnlyAroundNavigationInvokers=True
2020-08-05 09:36:54 +00:00
ActiveTilesUpdateInterval=1.000000
2020-08-05 09:43:29 +00:00
+SupportedAgents=(Name="Default",Color=(B=255,G=251,R=181,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=250.000000),NavDataClass=/Script/NavigationSystem.RecastNavMesh,AgentRadius=10.000000,AgentHeight=12.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=None,bCanCrouch=False,bCanJump=False,bCanWalk=True,bCanSwim=False,bCanFly=False)
2020-08-05 09:36:54 +00:00
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
2020-08-04 23:39:52 +00:00