Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashok0 authored Aug 31, 2021
1 parent 148aba2 commit 88bcf64
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -765,11 +765,19 @@ Recommended game settings are listed below. Note that the above Wabbajack insta
7. Open skyrimprefs.ini and add this text somewhere under the [VRWand] section: fBowHoldOffsetY=-6.6 (Tweaks bows for VR)
8. Open skyrimprefs.ini and add this text somewhere under the [Particles] section: iMaxDesired=1500 (Tweaks Embers XD)
9. Open skyrimprefs.ini and add this text somewhere under the [Display] section: bUseTAA = 1 (Fixes menus in Enderal VR; Requires TAA tweaking via VR FPS Stabilizer)
10. Open skyrimprefs.ini and REPLACE all text under the [LOD] section with the following lines for higher performance (**OPTIONAL; Will cause visual pop-in issues. Only recommended for very low end GPUs**):
10. Open skyrimprefs.ini and REPLACE all text under the [LOD] and [TerrainManager] section with the following lines for higher performance (**OPTIONAL; Will cause visual pop-in issues. Only recommended for very low end GPUs**):

[LOD]
fLODFadeOutMultObjects=3.0000
fLODFadeOutMultItems=2.0000
fLODFadeOutMultActors=2.0000

[TerrainManager]
fBlockLevel0Distance=20000.0000
fBlockLevel1Distance=42000.0000
fBlockMaximumDistance=90000.0000
fSplitDistanceMult=0.750
fTreeLoadDistance=25600.0000

### In-Game Settings
1. Set Movement speed to 50%
Expand Down

0 comments on commit 88bcf64

Please sign in to comment.