danhermes69420

LOD + OPTIMIZATION UPDATE 8/3/2023

Jul 27th, 2023 (edited)
2,851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. [SystemSettings]
  2. ;-----------------------------------Improve Level of Detail------------------------------------------------------------
  3. r.LevelStreamingDistanceScale=10
  4. r.ViewDistanceScale=10
  5. r.StaticMeshLODDistanceScale=0.25
  6. r.SkeletalMeshLODBias=-3
  7. r.LandscapeLODBias=-1
  8. r.LandscapeLODDistributionScale=3
  9. r.LandscapeLOD0DistributionScale=3
  10. r.LODFadeTime=2
  11. r.UITextureLODBias=-1
  12.  
  13. ;-----------------------------------Improve Performance Optimization------------------------------------------------------------
  14. rhi.SyncInterval=1
  15. rhi.SyncSlackMS=0
  16. r.GTSyncType=2
  17. r.OneFrameThreadLag=1
  18. r.VSync=1
  19. r.Streaming.NumStaticComponentsProcessedPerFrame=10
  20. s.LevelStreamingComponentsUnregistrationGranularity=5
  21. s.LevelStreamingComponentsRegistrationGranularity=5
  22. s.AsyncLoadingTimeLimit=2
  23. s.PriorityAsyncLoadingExtraTime=1
  24. s.UnregisterComponentsTimeLimit=2
  25. s.LevelStreamingActorsUpdateTimeLimit=2
  26. s.PriorityLevelStreamingActorsUpdateExtraTime=1
  27. s.ContinuouslyIncrementalGCWhileLevelsPendingPurge=0
  28. s.ForceGCAfterLevelStreamedOut=0
  29. gc.MultithreadedDestructionEnabled=0
  30.  
  31. [/script/engine.engine]
  32. bSmoothFrameRate=true
  33.  
  34. ;-----------------------------------Disable debugging/logging------------------------------------------------------------
  35. [CrashReportClient]
  36. bAgreeToCrashUpload=false
  37. bImplicitSend=False
  38.  
  39. [Core.Log]
  40. LogPluginManager=all off
  41. LogOnlineIdentity=all off
  42. LogOnlineSession=all off
  43. LogMemory=all off
  44. LogMemory=all off
  45. LogMemory=all off
  46. LogPakFile=all off
  47. LogTemp=all off
  48. LogLinker=all off
  49. LogOnline=all off
  50. LogOnlineGame=all off
  51. LogAnalytics=all off
  52. LogConfig=all off
  53. LogInteractiveProcess=all off
  54. LogInput=all off
  55. LogOnlineEntitlement=all off
  56. LogOnlineEvents=all off
  57. LogOnlineFriend=all off
  58. LogOnlinePresence=all off
  59. LogOnlineTitleFile=all off
  60. LogOnlineUser=all off
  61. LogGarbage=all off
  62. LogPIE=all off
  63. Global=off
Advertisement
Add Comment
Please, Sign In to add comment