Advertisement
Guest User

Skyrm Ini

a guest
Dec 11th, 2014
709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. [General]
  2. sLanguage=ENGLISH
  3. uGridsToLoad=5 ; <--- change to what you desire. use only odd numbers. highly recommended: Stable uGridsToLoad Mod (SKSE Plugin).
  4. uExterior Cell Buffer=108 ; <--- this variable doesn't need changing.
  5. sIntroSequence=DISABLED.BIK ; <--- disables the intro sequence for a faster startup.
  6. bRunHighLevelProcess=1
  7. bMultiThreadMovement=1
  8. bUseThreadedParticleSystem=1
  9. bUseThreadedBlood=1
  10. bUseThreadedMorpher=1
  11. bUseThreadedTempEffects=1
  12. bUseThreadedTextures=1
  13. bUseThreadedMeshes=1
  14. bUseThreadedLOD=1
  15. bUseThreadedAI=1
  16. bUseHardDriveCache=0
  17. fFlickeringLightDistance=8192 ; <--- helps prevent lighting pop-in.
  18. ------
  19. [BackgroundLoad]
  20. bUseMultiThreadedFaceGen=1
  21. bBackgroundCellLoads=1
  22. bUseMultiThreadedTrees=1
  23. bUseBackgroundFileLoader=1
  24. ------
  25. [Display]
  26. fDefaultWorldFOV=75 ; <--- 75 (Standard) and for 16:10, 81 and higher for 16:9 monitors. higher FOV - performance impact.
  27. fDefault1stPersonFOV=75
  28. fSunShadowUpdateTime=0.25 ; <--- Transition time of sun-shadow movement
  29. fSunUpdateThreshold=1.5 ; <--- Time between sun-shadow movement
  30. fShadowLODMaxStartFade=500.0
  31. fSpecularLODMaxStartFade=2000.0
  32. fLightLODMaxStartFade=3000.0
  33. iShadowMapResolutionPrimary=2048
  34. bShadowsOnGrass=1 ; <--- enables shadow rendering on grass (performance impact).
  35. bAllowScreenshot=0 ; <--- Set to 1 if you don't use ENB.
  36. bSimpleLighting=0
  37. fDecalLifetime=256.5000
  38. iAdapter=0 ; <--- for smoothed camera movement, 0 fixes some mouse lags.
  39. iPresentInterval=1 ; <--- disable vsync! vsync should be handled in enblocal.ini. for ENB Users.
  40. ------
  41. [Audio]
  42. fMusicDuckingSeconds=6.0
  43. fMusicUnDuckingSeconds=8.0
  44. fMenuModeFadeOutTime=3.0
  45. fMenuModeFadeInTime=1.0
  46. ------
  47. [Grass]
  48. iGrassCellRadius=2
  49. bAllowCreateGrass=1
  50. bAllowLoadGrass=0
  51. bGrassPointLighting=1
  52. b30GrassVS=0
  53. iMaxGrassTypesPerTexure=7 ; <--- set it to 3 if you're not using SFO or other textures. unique grasses users set it to 8.
  54. iMinGrassSize=75 ; <--- lower values - denser Grass but greater impact on performance, Grass on Steroids user set it to 75 for best look, 120 for best performance.
  55. ------
  56. [GeneralWarnings]
  57. 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.
  58.  
  59. [Archive]
  60. sResourceArchiveList=Skyrim - Misc.bsa, Skyrim - Shaders.bsa, Skyrim - Textures.bsa, Skyrim - Interface.bsa, Skyrim - Animations.bsa, Skyrim - Meshes.bsa, Skyrim - Sounds.bsa
  61. sResourceArchiveList2=Skyrim - Voices.bsa, Skyrim - VoicesExtra.bsa
  62. ------
  63. [Combat]
  64. fMagnetismStrafeHeadingMult=0.0
  65. fMagnetismLookingMult=0.0
  66. f1PArrowTiltUpAngle=0.7
  67. f3PArrowTiltUpAngle=0.7
  68. f1PBoltTiltUpAngle=0.7
  69. f3PBoltTiltUpAngle=0.7
  70. ------
  71. [Actor]
  72. fVisibleNavmeshMoveDist=12288.0000 ; <--- allows arrow to hit objects as far as the appear to fly.
  73. ------
  74. [Papyrus]
  75. fUpdateBudgetMS=1.2 ; <--- script-heavy setup and your scripts start to perform badly? increase to 1.6 (then 2.0 at max).
  76. fExtraTaskletBudgetMS=1.2
  77. fPostLoadUpdateTimeMS=500.0
  78. iMinMemoryPageSize=128
  79. iMaxMemoryPageSize=512
  80. iMaxAllocatedMemoryBytes=76800
  81. bEnableLogging=0
  82. bEnableTrace=0
  83. bLoadDebugInformation=0
  84. bEnableProfiling=0
  85. ------
  86. [Water]
  87. bReflectLODObjects=1
  88. bReflectLODLand=1
  89. bReflectSky=1
  90. bReflectLODTrees=1
  91. ------
  92. [Trees]
  93. bForceFullDetail=1
  94. ------
  95. [TerrainManager]
  96. bKeepLowDetailTerrain=0
  97. ------
  98. [Controls]
  99. bMouseAcceleration=0
  100. ------
  101. [SaveGame]
  102. bAllowProfileTransfer=1
  103. bUseSaveGameHistory=1
  104. ------
  105. [Decals]
  106. bDecalMultithreaded=1
  107. bForceAllDecals=1
  108. ------
  109. [Interface]
  110. bShowTutorials=0
  111. fBookOpenTime=700.0000
  112. ------
  113. [MapMenu]
  114. sMapCloudNIF=0
  115. bWorldMapNoSkyDepthBlur=1
  116. fWorldMapNearDepthBlurScale=0
  117. fWorldMapDepthBlurScale=0
  118. fWorldMapMaximumDepthBlur=0
  119. fMapWorldYawRange=3600.0000
  120. fMapWorldMaxHeight=130000.0000
  121. fMapWorldMinHeight=5000.0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement