Advertisement
assg

DBD looking a bit better

Mar 12th, 2020
13,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. Reposting from last thread in case some people missed it. If you want your dbd to look a bit better heres some of the things I did to help get you started. Step 1 is to disable the frog's unnecessary blur effects:
  2.  
  3. C:\Users\[NAME]\AppData\Local\DeadByDaylight\Saved\Config\WindowsNoEditor\Engine.ini
  4. [/Script/Engine.GarbageCollectionSettings]
  5. r.DefaultFeature.Bloom=False
  6. r.DefaultFeature.AmbientOcclusion=False
  7. r.DefaultFeature.AmbientOcclusionStaticFraction=False
  8. r.DefaultFeature.MotionBlur=False
  9. r.DefaultFeature.LensFlare=False
  10. r.DefaultFeature.AntiAliasing=0
  11. *****Set the file to Read Only******
  12.  
  13. Then you'll need to enable true fullscreen mode (in game setting is just borderless window):
  14. C:\Users\YOURUSERNAME\AppData\Local\DeadByDaylight\Saved\Config\WindowsNoEditor
  15. Open the file GameUserSettings.ini with NotePad
  16. Look for these settings and edit the value to 0:
  17. FullscreenMode=0 LastConfirmedFullscreenMode=0 PreferredFullscreenMode=0
  18. To change the resolution, edit these settings as you wish:
  19. ResolutionSizeX=1920 ResolutionSizeY=1080 LastUserConfirmedResolutionSizeX=1920 LastUserConfirmedResolutionSizeY=1080
  20. ***You need to add "-fullscreen" parameter to the launch options in Steam. (Rightclick on DeadbyDaylight, Propreties, Launch options)***
  21. Then open up nvidia profile inspector and insert the settings seen in the image (*). If you have any questions I'll try to help as best as I can but I'm not an expert.
  22.  
  23.  
  24. (*) NVIDIA Settings shown in the image:
  25.  
  26. 3 - Antialiasing -------------------------------------------------------------------------
  27. Antialiasing - Mode Override any application setting 0x00000001
  28. Antialiasing - Setting 4x [4x Multisampling] 0x00000010
  29. Antialiasing - Transparency Multisampling Enabled 0x00000004
  30.  
  31. 4 - Texture Filtering --------------------------------------------------------------------
  32. Anisotropic Filtering mode User-defined / Off 0x00000001
  33. Anisotropic filtering setting 16x 0x00000010
  34. Texture filtering - LOD Bias (DX) -3.0000 0xFFFFFFE8
  35. Texture filtering - Quality High quality 0xFFFFFFF6
  36.  
  37. ########################################################################################################################
  38. ########################################################################################################################
  39. ########################################################################################################################
  40.  
  41. This will disable your Vsync tho, don't do this unless you run in real fullscreen and use nvidia to vsync
  42.  
  43. [Core.System]
  44. Paths=../../../Engine/Content
  45. Paths=../../../DeadByDaylight/Content
  46. Paths=../../../Engine/Plugins/2D/Paper2D/Content
  47. Paths=../../../Engine/Plugins/Runtime/LeapMotionController/Content
  48. Paths=../../../Engine/Plugins/Runtime/Bhvr/MirrorsSdk/Content
  49. Paths=../../../Engine/Plugins/Wwise/Content
  50. Paths=../../../DeadByDaylight/Plugins/Runtime/Bhvr/OnlinePresence/Content
  51. Paths=../../../DeadByDaylight/Plugins/Runtime/Bhvr/MirrorsSdk/Content
  52. Paths=../../../Engine/Plugins/Runtime/VersionNumber/Content
  53. Paths=../../../DeadByDaylight/Plugins/Runtime/ThirdParty/RedShellPlugin/Content
  54. Paths=../../../DeadByDaylight/Plugins/Runtime/Bhvr/MirrorsAnalytics/Content
  55. Paths=../../../Engine/Plugins/Runtime/Bhvr/MirrorsAnalytics/Content
  56. Paths=../../../DeadByDaylight/Plugins/Runtime/Bhvr/VersionNumber/Content
  57. Paths=../../../DeadByDaylight/Plugins/Wwise/Content
  58. Paths=../../../Engine/Plugins/Editor/CryptoKeys/Content
  59. Paths=../../../Engine/Plugins/Editor/MeshEditor/Content
  60. Paths=../../../Engine/Plugins/Enterprise/DatasmithContent/Content
  61. Paths=../../../Engine/Plugins/Media/MediaCompositing/Content
  62. Paths=../../../Engine/Plugins/Runtime/Oculus/OculusVR/Content
  63. Paths=../../../Engine/Plugins/Runtime/Steam/SteamVR/Content
  64. Paths=../../../Engine/Plugins/Runtime/HoudiniEngine/Content
  65. Paths=../../../Engine/Plugins/Enterprise/VariantManagerContent/Content
  66. Paths=../../../Engine/Plugins/Experimental/RemoteSession/Content
  67. Paths=../../../Engine/Plugins/Developer/AnimationSharing/Content
  68.  
  69. [/script/engine.engine]
  70. bSmoothFrameRate=false
  71. MinSmoothedFrameRate=5
  72. MaxSmoothedFrameRate=165
  73. bUseVSync=false
  74. r.DefaultFeature.Bloom=False
  75. r.DefaultFeature.AmbientOcclusion=False
  76. r.DefaultFeature.AmbientOcclusionStaticFraction=False
  77. r.DefaultFeature.MotionBlur=False
  78. r.DefaultFeature.LensFlare=False
  79. r.DefaultFeature.AntiAliasing=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement