Advertisement
Guest User

DefaultEngine.ini

a guest
Nov 11th, 2015
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. [/Script/EngineSettings.GameMapsSettings]
  2. GameDefaultMap=/Game/Maps/ThirdPersonExampleMap
  3. EditorStartupMap=/Game/Maps/ThirdPersonExampleMap
  4. GlobalDefaultGameMode=/Game/Blueprints/BP_RPGDemoGameMode.BP_RPGDemoGameMode_C
  5. GlobalDefaultServerGameMode=/Game/Blueprints/BP_RPGDemoGameMode.BP_RPGDemoGameMode_C
  6. ServerDefaultMap=/Game/Maps/ThirdPersonExampleMap
  7. bUseSplitscreen=False
  8.  
  9. [/Script/Engine.Engine]
  10. +ActiveGameNameRedirects=(OldGameName="TP_ThirdPerson",NewGameName="/Script/RPGDemo")
  11. +ActiveGameNameRedirects=(OldGameName="/Script/TP_ThirdPerson",NewGameName="/Script/RPGDemo")
  12. +ActiveClassRedirects=(OldClassName="TP_ThirdPersonGameMode",NewClassName="RPGDemoGameMode")
  13. +ActiveClassRedirects=(OldClassName="TP_ThirdPersonCharacter",NewClassName="RPGDemoCharacter")
  14.  
  15. [/Script/Engine.GameEngine]
  16. !NetDriverDefinitions=ClearArray
  17. +NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="/Script/OnlineSubsystemUtils.IpNetDriver")
  18.  
  19. [OnlineSubsystem]
  20. DefaultPlatformService=Steam
  21. PollingIntervalInMs=20
  22. bHasVoiceEnabled=false
  23.  
  24. [OnlineSubsystemSteam]
  25. bEnableSteam=true
  26. bEnabled=true
  27. SteamAppId=480
  28. SteamDevAppId=480
  29. GameServerQueryPort=27015
  30. bRelaunchInSteam=false
  31. P2PConnectionTimeout=90
  32. bAllowP2PPacketRelay=true
  33. bVACEnabled=1
  34. GameVersion=1.0.0.0
  35.  
  36. [/Script/OnlineSubsystemSteam.SteamNetDriver]
  37. NetConnectionClassName="/Script/OnlineSubsystemSteam.SteamNetConnection"
  38.  
  39. [/Script/Engine.UserInterfaceSettings]
  40. RenderFocusRule=NavigationOnly
  41. DefaultCursor=None
  42. TextEditBeamCursor=None
  43. CrosshairsCursor=None
  44. GrabHandCursor=None
  45. GrabHandClosedCursor=None
  46. SlashedCircleCursor=None
  47. ApplicationScale=1.000000
  48. UIScaleRule=ShortestSide
  49. CustomScalingRuleClass=None
  50. UIScaleCurve=(EditorCurveData=(PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant,Keys=((Time=502.498474,Value=0.350000),(Time=1084.866089,Value=0.997301),(Time=1481.893188,Value=1.494624),(Time=2188.633057,Value=1.654167)),DefaultValue=340282346638528859811704183484516925440.000000),ExternalCurve=None)
  51.  
  52. [/Script/HardwareTargeting.HardwareTargetingSettings]
  53. TargetedHardwareClass=Desktop
  54. AppliedTargetedHardwareClass=Desktop
  55. DefaultGraphicsPerformance=Maximum
  56. AppliedDefaultGraphicsPerformance=Maximum
  57. [Voice]
  58. bEnabled=false
  59.  
  60. [/Script/Engine.RendererSettings]
  61. r.MobileHDR=True
  62. r.MobileNumDynamicPointLights=4
  63. r.MobileDynamicPointLightsUseStaticBranch=True
  64. r.AllowOcclusionQueries=True
  65. r.MinScreenRadiusForLights=0.030000
  66. r.MinScreenRadiusForDepthPrepass=0.030000
  67. r.PrecomputedVisibilityWarning=False
  68. r.TextureStreaming=True
  69. Compat.UseDXT5NormalMaps=False
  70. r.AllowStaticLighting=True
  71. r.NormalMapsForStaticLighting=False
  72. r.GenerateMeshDistanceFields=False
  73. r.GenerateLandscapeGIData=True
  74. r.TessellationAdaptivePixelsPerTriangle=48.000000
  75. r.SeparateTranslucency=True
  76. r.TranslucentSortPolicy=0
  77. TranslucentSortAxis=(X=0.000000,Y=-1.000000,Z=0.000000)
  78. r.CustomDepth=1
  79. r.DefaultFeature.Bloom=True
  80. r.DefaultFeature.AmbientOcclusion=True
  81. r.DefaultFeature.AmbientOcclusionStaticFraction=True
  82. r.DefaultFeature.AutoExposure=True
  83. r.DefaultFeature.MotionBlur=True
  84. r.DefaultFeature.LensFlare=True
  85. r.DefaultFeature.AntiAliasing=2
  86. r.EarlyZPass=3
  87. r.EarlyZPassMovable=False
  88. r.DBuffer=False
  89. r.ClearSceneMethod=1
  90. r.BasePassOutputsVelocity=False
  91. r.WireframeCullThreshold=5.000000
  92. UIScaleRule=ShortestSide
  93. UIScaleCurve=(EditorCurveData=(PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant,Keys=,DefaultValue=340282346638528859811704183484516925440.000000),ExternalCurve=None)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement