Advertisement
Guest User

Untitled

a guest
Sep 20th, 2016
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. [URL]
  2.  
  3. [/Script/HardwareTargeting.HardwareTargetingSettings]
  4. TargetedHardwareClass=Desktop
  5. AppliedTargetedHardwareClass=Desktop
  6. DefaultGraphicsPerformance=Maximum
  7. AppliedDefaultGraphicsPerformance=Maximum
  8.  
  9. [/Script/EngineSettings.GameMapsSettings]
  10. GlobalDefaultGameMode=/Game/Blueprints/Gameplay/GameModeM.GameModeM_C
  11. EditorStartupMap=/Game/Maps/MainMenu.MainMenu
  12. GameDefaultMap=/Game/Maps/MainMenu.MainMenu
  13. TransitionMap=/Game/Maps/Transition.Transition
  14. ServerDefaultMap=None
  15. GameInstanceClass=/Game/Blueprints/General/GameInfoInstance.GameInfoInstance_C
  16.  
  17. [/Script/Engine.RendererSettings]
  18. r.DefaultFeature.MotionBlur=False
  19. r.DefaultFeature.LensFlare=False
  20. r.DBuffer=True
  21. r.EarlyZPass=2
  22. r.EarlyZPassMovable=True
  23. r.AllowOcclusionQueries=False
  24. r.MinScreenRadiusForLights=1.000000
  25. r.MinScreenRadiusForDepthPrepass=1.000000
  26. r.MinScreenRadiusForCSMDepth=1.000000
  27. r.DefaultFeature.Bloom=False
  28. r.WireframeCullThreshold=5.000000
  29.  
  30. [/Script/Engine.UserInterfaceSettings]
  31. RenderFocusRule=NavigationOnly
  32. DefaultCursor=None
  33. TextEditBeamCursor=None
  34. CrosshairsCursor=None
  35. HandCursor=None
  36. GrabHandCursor=None
  37. GrabHandClosedCursor=None
  38. SlashedCircleCursor=None
  39. ApplicationScale=1.000000
  40. UIScaleRule=ShortestSide
  41. CustomScalingRuleClass=None
  42. UIScaleCurve=(EditorCurveData=(PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant,Keys=((Time=480.000000,Value=0.444000),(Time=720.000000,Value=0.666000),(Time=1080.000000,Value=1.000000),(Time=8640.000000,Value=8.000000)),DefaultValue=340282346638528859811704183484516925440.000000),ExternalCurve=None)
  43.  
  44. [/Script/Engine.GameEngine]
  45. !NetDriverDefinitions=ClearArray
  46. +NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
  47.  
  48. [OnlineSubsystem]
  49. PollingIntervalInMs=20
  50. DefaultPlatformService=Steam
  51. VoiceNotificationDelta=0.2
  52.  
  53. [OnlineSubsystemSteam]
  54. bEnabled=true
  55. SteamDevAppId=480
  56. GameServerQueryPort=27015
  57. bRelaunchInSteam=false
  58. GameVersion=1.0.0.0
  59. bVACEnabled=1
  60. bAllowP2PPacketRelay=true
  61. P2PConnectionTimeout=90
  62.  
  63.  
  64.  
  65. [/Script/OnlineSubsystemSteam.SteamNetDriver]
  66. NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement