Advertisement
Guest User

Skyrim.ini

a guest
Mar 15th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. [General]
  2. sLanguage=ENGLISH
  3. uGridsToLoad=11 ; <--- you can change it to 7, if you need more meshes on distance.
  4. uExterior Cell Buffer=36 ; <--- change it to 64, if you use uGridsToLoad 7
  5. bRunHighLevelProcess=1
  6. bMultiThreadMovement=1
  7. bUseThreadedParticleSystem=1
  8. bUseThreadedBlood=1
  9. bUseThreadedMorpher=1
  10. bUseThreadedTempEffects=1
  11. bUseThreadedTextures=1
  12. bUseThreadedMeshes=1
  13. bUseThreadedLOD=1
  14. bUseThreadedAI=1
  15. bUseHardDriveCache=0
  16. fFlickeringLightDistance=8192
  17. ------
  18. [BackgroundLoad]
  19. bUseMultiThreadedFaceGen=1
  20. bBackgroundCellLoads=1
  21. bUseMultiThreadedTrees=1
  22. bUseBackgroundFileLoader=1
  23. ------
  24. [Display]
  25. fDefaultWorldFOV=75
  26. fDefault1stPersonFOV=75
  27. fSunShadowUpdateTime=1.000
  28. fSunUpdateThreshold=0.500
  29. fShadowLODMaxStartFade=1500.0
  30. fSpecularLODMaxStartFade=4500.0
  31. fLightLODMaxStartFade=4000.0
  32. iShadowMapResolutionPrimary=2048
  33. bShadowsOnGrass=1
  34. bAllowScreenshot=0 ; <--- Set to 1 if you don't use ENB.
  35. bSimpleLighting=0
  36. fDecalLifetime=256.5000
  37. iAdapter=0
  38. iPresentInterval=1
  39. ------
  40. [Audio]
  41. fMusicDuckingSeconds=6.0
  42. fMusicUnDuckingSeconds=8.0
  43. fMenuModeFadeOutTime=3.0
  44. fMenuModeFadeInTime=1.0
  45. ------
  46. [Grass]
  47. iGrassCellRadius=2 ; <--- if you play with uGridsToLoad=7, change it to 2.
  48. bAllowCreateGrass=1
  49. bAllowLoadGrass=0
  50. bGrassPointLighting=1
  51. b30GrassVS=1
  52. iMaxGrassTypesPerTexure=8 ; <--- unique grasses or SFO users set it to 8.
  53. iMinGrassSize=20 ; <--- Grass on Steroids user set it to 75 for best look, 120 for best performance.
  54. ------
  55. [GeneralWarnings]
  56. SGeneralMasterMismatchWarning=One or more plugins could not find the correct versions of the master files they depend on. Errors may occur during load or game play. Check the "Warnings.txt" file for more information.
  57.  
  58. [Archive]
  59. sResourceArchiveList=Skyrim - Misc.bsa, Skyrim - Shaders.bsa, Skyrim - Textures.bsa, Skyrim - Interface.bsa, Skyrim - Animations.bsa, Skyrim - Meshes.bsa, Skyrim - Sounds.bsa
  60. sResourceArchiveList2=Skyrim - Voices.bsa, Skyrim - VoicesExtra.bsa
  61. ------
  62. [Combat]
  63. fMagnetismStrafeHeadingMult=0.0
  64. fMagnetismLookingMult=0.0
  65. f1PArrowTiltUpAngle=0.7
  66. f3PArrowTiltUpAngle=0.7
  67. f1PBoltTiltUpAngle=0.7
  68. f3PBoltTiltUpAngle=0.7
  69. ------
  70. [Actor]
  71. fVisibleNavmeshMoveDist=12288.0000
  72. ------
  73. [Papyrus]
  74. fUpdateBudgetMS=1.4
  75. fExtraTaskletBudgetMS=1.4
  76. fPostLoadUpdateTimeMS=1000.0
  77. iMinMemoryPageSize=128
  78. iMaxMemoryPageSize=512
  79. iMaxAllocatedMemoryBytes=76800
  80. bEnableLogging=0
  81. bEnableTrace=0
  82. bLoadDebugInformation=0
  83. bEnableProfiling=0
  84. ------
  85. [Water]
  86. bUseWaterReflectionBlur=1
  87. bReflectExplosions=1
  88. iWaterBlurAmount=4
  89. bAutoWaterSilhouetteReflections=1
  90. bForceHighDetailReflections=0
  91. bUseWaterHiRes=1
  92. bUseWaterLOD=1
  93. bReflectLODObjects=1
  94. bReflectLODLand=1
  95. bReflectSky=1
  96. bReflectLODTrees=1
  97. bUseWaterShader=1
  98. ------
  99. [Trees]
  100. bForceFullDetail=1
  101. ------
  102. [TerrainManager]
  103. bKeepLowDetailTerrain=0
  104. ------
  105. [Controls]
  106. bMouseAcceleration=0
  107. ------
  108. [SaveGame]
  109. bAllowProfileTransfer=1
  110. bUseSaveGameHistory=1
  111. ------
  112. [Decals]
  113. bDecalMultithreaded=1
  114. bForceAllDecals=1
  115. ------
  116. [Interface]
  117. bShowTutorials=0
  118. fBookOpenTime=700.0000
  119. ------
  120. [MapMenu]
  121. sMapCloudNIF=0
  122. bWorldMapNoSkyDepthBlur=1
  123. fWorldMapNearDepthBlurScale=0
  124. fWorldMapDepthBlurScale=0
  125. fWorldMapMaximumDepthBlur=0
  126. fMapWorldYawRange=3600.0000
  127. fMapWorldMaxHeight=130000.0000
  128. fMapWorldMinHeight=5000.0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement