Advertisement
Guest User

deltas fo76 config v8

a guest
Nov 15th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. YOU CAN COPY/PASTE THIS ENTIRE DOCUMENT INTO YOUR fallout76custom.ini SO THAT YOU CAN CHECK ON IT LATER IF YOU NEED TO
  2.  
  3. ***TO DISABLE FOG/GRASS/MAINMENU MUSIC***
  4. 1. browse to your game installation folders
  5. 2. open fallout.ini (it should be in the same folder as fallout76.exe)
  6. 3. Edit these lines from "= 1" to "= 0"
  7. bPlayMainMenuMusic = 0
  8. bAllowCreateGrass = 0
  9. bFogEnabled = 0
  10. 4. save and close the file, no need for read only
  11. 5. the fallout76.ini in "my documents" is copied from this file when you open the game
  12.  
  13. ----------------------------------------------------------------------
  14.  
  15. ///These tweaks are meant to be placed in fallout76custom.ini in the same folders as fallout76.ini and fallout76prefs.ini///
  16. ///If you have black water / no water textures, delete your fallout76prefs.ini file and restart your game, load in on a character, then exit the game via game menus, this should create a new fallout76prefs.ini which is mostly default, you will have to redo your sensitivity and graphics options later///
  17. ///If water is still missing make sure you set water textures to high///
  18.  
  19. ///You can disable the intro video by renaming BGSLogo4k.bk2 to BGSLogo4k.bk2.old in \installpath\Data\Video\ ///
  20.  
  21. [Display]
  22.  
  23. //graphics
  24. ///sAntiAliasing either FXAA or TAA - less load/more load respectively///
  25. sAntiAliasing=FXAA
  26. ///Anisotropic filtering - max is 16 - min is 0
  27. iMaxAnisotropy=0
  28.  
  29. //FOV
  30. ///Can possible go higher - untested///
  31. fDefault1stPersonFOV=100.00
  32. fDefaultWorldFOV=100.00
  33.  
  34. /////fullscreen - COPY THIS SECTION INTO FALLOUTPREFS.INI/////
  35. bfullscreen=1
  36. bFull Screen=1
  37. bBorderless=0
  38. //////////////////////////////////////////////////////////////
  39.  
  40. //full depth of view disabler
  41. fDOFBlendRatio=0
  42. fDOFMinFocalCoefDist=999999
  43. fDOFMaxFocalCoefDist=99999999
  44. fDOFDynamicFarRange=99999999
  45. fDOFCenterWeightInt=0
  46. fDOFFarDistance=99999999
  47.  
  48. //godrays
  49. bVolumetricLightingEnable=0
  50. iVolumetricLightingTextureQuality=0
  51.  
  52. //shadows
  53. fShadowDistance=3000.0000
  54. fDirShadowDistance=3000.0000
  55. iDirShadowSplits=2
  56.  
  57. [ImageSpace]
  58. bDoDepthOfField=0
  59. bMBEnable=0
  60. bLensFlare=0
  61. //blur
  62. bDoRadialBlur=0
  63. iRadialBlurLevel=0
  64. bScreenSpaceBokeh=0
  65.  
  66. [Water]
  67. ///All of these can safely be set to 0 to increase FPS///
  68. bUseWaterHiRes=0
  69. bUseWaterDisplacements=0
  70. bUseWaterRefractions=0
  71. bUseWaterReflections=0
  72. bUseWaterDepth=0
  73.  
  74.  
  75. [Controls]
  76. ///THESE VALUES ARE FOR 1080p ONLY, they affect 1:1 mouse axis///
  77. fMouseHeadingXScale = .021
  78. fMouseHeadingYScale = .03738
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement