Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.14 KB | None | 0 0
  1. [Main]
  2.  
  3. ## Level of information printed to the log
  4. #
  5. # debug
  6. # verbose
  7. # message
  8. # warning
  9. # error
  10. # fatal
  11. #
  12. LogLevel=debug
  13.  
  14. ## Automatically adjust some settings which may cause issues.
  15. #
  16. # Changes:
  17. #
  18. # iFPSClamp=0
  19. # uMaxNumPhysicsStepsPerUpdate=3
  20. # uMaxNumPhysicsStepsPerUpdateComplex=1
  21. #
  22. # Note: Values are modified in-memory and are not written to Skyrim.ini.
  23. # Physics values are not modified if HAVOK master switch is off.
  24. #
  25. # Don't disable unless you know what you're doing.
  26. #
  27. AdjustGameSettings=true
  28.  
  29.  
  30. [Render]
  31.  
  32. ## Select the display mode.
  33. #
  34. # true - Exclusive fullscreen mode
  35. # false - Windowed mode
  36. #
  37. # Note: This option overrides 'bFull Screen' in SkyrimPrefs.ini if uncommented.
  38. #
  39. #Fullscreen=true
  40.  
  41. ## Select windowed or borderless fullscreen mode. Only applies when Fullscreen=false.
  42. #
  43. # true - Borderless fullscreen
  44. # false - Windowed mode
  45. #
  46. # Note: This option overrides 'bBorderless' in SkyrimPrefs.ini if uncommented.
  47. #
  48. Borderless=true
  49.  
  50. ## Stretch game window across the entire screen in borderless fullscreen mode.
  51. #
  52. # Use with a flip SwapEffect option for best results.
  53. #
  54. # Note: For optimal performance and full feature support when upscaling, your
  55. # system must have windowed hardware composition support (check the log).
  56. # Windowed hardware composition only works with flip.
  57. #
  58. BorderlessUpscale=false
  59.  
  60. ## Set the game resolution. Only applies in windowed and borderless fullscreen mode (when Fullscreen=false).
  61. #
  62. # Provided for convenience. Easily scale or set the resolution in windowed/borderless fullsceen mode.
  63. #
  64. # Note: These options override iSize W and iSize H in SkyrimPrefs.ini. They have no effect when commented out.
  65. #
  66. Resolution=3840x2160
  67. #ResolutionScale=0.75
  68.  
  69. ## Disable swap chain buffer resizing when window dimensions change (e.g. when upscaling).
  70. #
  71. # Enable if you're experiencing effect issues with ENB when upscaling.
  72. #
  73. DisableBufferResizing=false
  74. #DisableTargetResizing=false
  75.  
  76. ## Enable/disable VSync.
  77. #
  78. # IMPORTANT: If you're using borderless mode and want to disable VSync, EnableTearing must be set to true.
  79. #
  80. # Note: This option overrides 'iVSyncPresentInterval' in SkyrimPrefs.ini
  81. #
  82. EnableVSync=true
  83.  
  84. ## VSync present interval, same as 'iVSyncPresentInterval' in SkyrimPrefs.ini. Only applies if EnableVSync=true.
  85. #
  86. # If SwapEffect is 'discard' or 'sequential':
  87. # Synchronize presentation after the nth vertical blank.
  88. #
  89. # If SwapEffect is 'flip_sequential':
  90. # Synchronize presentation for at least n vertical blanks.
  91. #
  92. # More info: https://docs.microsoft.com/en-us/windows/win32/api/dxgi/nf-dxgi-idxgiswapchain-present
  93. #
  94. # Valid range: 1-4
  95. #
  96. # Provided as a separate option to avoid confusion.
  97. #
  98. # It's recommended to leave this at the default value (1). Higher values effectively reduce framerate.
  99. # For example, a value of 2 at 60Hz would cut framerate in half.
  100. #
  101. VSyncPresentInterval=1
  102.  
  103. ## Required for disabling V-Sync in borderless/windowed mode. Only works with a flip SwapEffect option.
  104. #
  105. # More info: https://docs.microsoft.com/en-us/windows/win32/direct3ddxgi/variable-refresh-rate-displays
  106. #
  107. # ENB WARNING: Disable this if you have ForceVSync set to true in enblocal.ini, otherwise your game might freeze on startup.
  108. #
  109. EnableTearing=false
  110.  
  111. ## Number of buffers in the swap chain, including the front buffer.
  112. #
  113. # More info: https://docs.microsoft.com/en-us/windows/win32/api/dxgi/ns-dxgi-dxgi_swap_chain_desc
  114. #
  115. # Valid range: 1-8
  116. #
  117. # Set to 0 to select automatically.
  118. #
  119. # Note: Borderless fullscreen with flip model requires at least 2, if the value is lower it will be adjusted automatically.
  120. #
  121. SwapBufferCount=0
  122.  
  123. ## Determines how the presentation buffer is handled.
  124. #
  125. # Valid options:
  126. #
  127. # auto
  128. # discard
  129. # sequential
  130. # flip_sequential
  131. # flip_discard
  132. #
  133. # Options starting with 'flip_' indicate DXGI flip model, a relatively new feature which greatly improves borderless
  134. # fullscreen performance. While testing I couldn't notice any difference in performance compared to exclusive fullscreen mode.
  135. # In contrast, the old presentation model suffers lower FPS and noticeable stuttering. Additionally, many features which used
  136. # to require exclusive fullscreen now work in borderless. I was pleasantly surprised to learn that G-Sync works without having
  137. # to enable it for windowed mode.
  138. #
  139. # WARNING: Don't use flip model in exclusive fullscreen mode, the game might freeze on start.
  140. #
  141. # Read more about DXGI flip model here: https://devblogs.microsoft.com/directx/dxgi-flip-model/
  142. #
  143. # It's recommended to leave this on auto as the best option will be selected based on detected capabilities.
  144. #
  145. # Note: Flip model requires at least Windows 8.1 (only flip_sequential supported), but I highly recommend Windows 10 Spring
  146. # Creators update or later if you want the best experience.
  147. #
  148. SwapEffect=auto
  149.  
  150. ## Number of frames allowed to be queued for rendering.
  151. #
  152. # NOTE: This option was renamed in 0.3.8. In earlier versions the option had no effect.
  153. #
  154. # Valid range: 1-16 (0 leaves it at default)
  155. #
  156. # Bethesda default is 2 for SE, 1 for AE.
  157. #
  158. # WARNING: Values above 2 could have a negative impact on overall performance.
  159. #
  160. # Tip:
  161. #
  162. # Try NVIDIA's ultra low latency mode or AMD anti-lag, it may work even better. There
  163. # were still occasional stutters with MaxFrameLatency=1 depending on what I was looking
  164. # at, ULLM eliminated them completely.
  165.  
  166. # Note that ULLM has a fixed FPS penalty. It seems that this is by design. The delta is larger
  167. # with higher fps, for example when you'd normally get 144 you'll see around 138 with latency set
  168. # to ultra.
  169. #
  170. # Keep in mind that driver control panel settings take precedence so this option will be
  171. # overriden.
  172. #
  173. MaxFrameLatency=0
  174.  
  175. ## Determines how scaling is done in exclusive fullscreen mode.
  176. #
  177. # Valid options:
  178. #
  179. # unspecified
  180. # centered
  181. # stretched
  182. #
  183. ScalingMode=unspecified
  184.  
  185. ## Maximum allowed monitor refresh rate. Applies only in exclusive fullscreen mode.
  186. #
  187. # This overrides Bethesda's hardcoded limitation of 60Hz. The game will request the highest
  188. # available refresh rate (as reported by DirectX), but there is no guarantee you'll actually
  189. # get it. It's completely up to your system.
  190. #
  191. # You DO NOT NEED TO MESS WITH THIS SETTING unless you want to lower the refresh rate or
  192. # have a monitor capable of running above 240Hz. This is not a fixed value just an upper
  193. # limit of what the game is allowed to request.
  194. #
  195. MaximumRefreshRate=240
  196.  
  197. ## General framerate limit. Applies everywhere, except where more specific limits are set (see below).
  198. #
  199. # Warning: This plugin replaces the built-in limiter by default, 'bLockFramerate' will have no effect.
  200. # If you want to limit the framerate, you'll have to explicitly configure it here.
  201. #
  202. # Bethesda default: 60
  203. #
  204. FramerateLimit=240
  205.  
  206. ## Determines if the limiter is placed before or after frame presentation.
  207. #
  208. # Placement can affect performance when a framerate limit is being imposed.
  209. #
  210. # 0 - before (favor consistent frametimes)
  211. # 1 - after (favor input latency)
  212. #
  213. FramerateLimitMode=0
  214.  
  215. ## General UI framerate limit. Applies everywhere in paused menus, except where more specific limits are set.
  216. #
  217. # Setting this or more specific options to -1 disables the respective limit explicitly.
  218. #
  219. UIFramerateLimit=0
  220. UIFramerateLimitVSyncOff=true
  221.  
  222. ## Framerate limit for the map. Useful if you want to adjust the map movement speed.
  223. #
  224. UIFramerateLimitMap=0
  225. UIFramerateLimitMapVSyncOff=false
  226.  
  227. ## Framerate limit for the inventory, magic, gift, barter, container and favorites menus.
  228. #
  229. UIFramerateLimitInventory=0
  230. UIFramerateLimitInventoryVSyncOff=true
  231.  
  232. ## Framerate limit for the journal.
  233. #
  234. UIFramerateLimitJournal=0
  235. UIFramerateLimitJournalVSyncOff=true
  236.  
  237. ## Framerate limit for custom menus.
  238. #
  239. UIFramerateLimitCustom=0
  240. UIFramerateLimitCustomVSyncOff=true
  241.  
  242. ## Framerate limit for the main menu.
  243. #
  244. # It's recommended to keep this at 60 and UIFramerateLimitMainVSyncOff to false.
  245. #
  246. UIFramerateLimitMain=0
  247. UIFramerateLimitMainVSyncOff=true
  248.  
  249. ## Framerate limit for the race menu.
  250. #
  251. UIFramerateLimitRace=0
  252. UIFramerateLimitRaceVSyncOff=true
  253.  
  254. ## Framerate limit for the perk tree.
  255. #
  256. UIFramerateLimitPerk=0
  257. UIFramerateLimitPerkVSyncOff=true
  258.  
  259. ## Framerate limit while reading books.
  260. #
  261. UIFramerateLimitBook=0
  262. UIFramerateLimitBookVSyncOff=true
  263.  
  264. ## Framerate limit while picking locks.
  265. #
  266. UIFramerateLimitLockpick=0
  267. UIFramerateLimitLockpickVSyncOff=true
  268.  
  269. ## Framerate limit for the console.
  270. #
  271. UIFramerateLimitConsole=0
  272. UIFramerateLimitConsoleVSyncOff=true
  273.  
  274. ## Framerate limit for the tween menu.
  275. #
  276. UIFramerateLimitTween=0
  277. UIFramerateLimitTweenVSyncOff=true
  278.  
  279. ## Framerate limit for the sleep/wait menu.
  280. #
  281. UIFramerateLimitSleepWait=0
  282. UIFramerateLimitSleepWaitVSyncOff=true
  283.  
  284. ## Framerate limit while loading the game.
  285. #
  286. # Uncapping the loading scren is supposed to load your game faster, however I've
  287. # found no evidence of that. If anything, it might induce ILS or crash your game.
  288. #
  289. # It's recommended you leave this at 60 and LoadingScreenFramerateLimitVSyncOff=false.
  290. # If you do choose to uncap, do not set a limit above 120 FPS.
  291. #
  292. LoadingScreenFramerateLimit=60
  293. LoadingScreenFramerateLimitVSyncOff=false
  294.  
  295. ## Additional time to keep the loading screen limit active (in seconds).
  296. #
  297. # Use this alongisde LoadingScreenFramerateLimit=60 to address some issues
  298. # which may pop up due to high FPS immediatelly after loading.
  299. #
  300. LoadingScreenLimitExtraTimePostLoad=2
  301. LoadingScreenLimitExtraTime=2
  302.  
  303.  
  304. [HAVOK]
  305.  
  306. ## Master switch.
  307. #
  308. # Set to false to fall back to Skyrim.ini HAVOK settings.
  309. #
  310. Enabled=true
  311.  
  312. ## Adjusts fMaxTime and fMaxTimeComplex dynamically based on current framerate.
  313. #
  314. # If set to false, fMaxTime and fMaxTimeComplex will be calculated and set automatically based on MaximumFramerate
  315. # option (see below), but you'll lose the performance benefit which comes from re-adjusting these values each
  316. # frame to match the framerate.
  317. #
  318. # Consider 'false' as 'static' mode, which calculates physics values automatically so you
  319. # don't have to.
  320. #
  321. # Read the description of MaximumFramerate option below for more info.
  322. #
  323. # It's recommended to leave this enabled.
  324. #
  325. # Note: In contrast to Havok Fix, the method used here is compatible with any third party OSD tools
  326. # such as RivaTuner Statistics Server, since it hooks in the engine instead of the D3D libraries.
  327. #
  328. DynamicMaxTimeScaling=true
  329.  
  330. ## fMaxTime and fMaxTimeComplex are not calculated below
  331. ## this threshold.
  332. #
  333. # Lower values may benefit peformance if your system is struggling to render at 60 FPS.
  334. #
  335. # Default: 60
  336. #
  337. MinimumFramerate=60
  338.  
  339. ## fMaxTime and fMaxTimeComplex are not calculated above this threshold.
  340. #
  341. # If DynamicMaxTimeScaling=true and this is set to 0, the plugin attempts to determine this value
  342. # based on VSync (refresh rate) and FramerateLimit option. If it's unable to do so (for example if VSync
  343. # is off or mode is borderless fullscreen and no limit is set) it defaults to 240.
  344. #
  345. # If DynamicMaxTimeScaling=false, this setting is used to calculate fMaxTime and fMaxTimeComplex once and
  346. # apply both values.
  347. # If DynamicMaxTimeScaling=false and this is set to 0, the plugin attempts to determine this value based
  348. # on VSync/refresh rate and FramerateLimit option. If it's unable to do so, it defaults to 60.
  349. #
  350. # If Fullscreen=true and EnableVSync=true or FramerateLimit is set, it's recommended you set this to 0
  351. # to let the plugin determine the value automatically.
  352. # Otherwise make sure it's set a comfortable margin higher than the maximum framerate your machine can
  353. # achieve in-game (excluding menus and loading screens) or you will see physics issues. It's recommended
  354. # to set a framerate limit at or below this value (FramerateLimit option in Render section).
  355. #
  356. MaximumFramerate=240
  357.  
  358. ## Adjust the negative offset of fMaxTimeComplex relative to fMaxTime.
  359. #
  360. # Valid range: 0 - 30
  361. #
  362. MaxTimeComplexOffset=30
  363.  
  364. ## Lowers HAVOK engine CPU consumption at the expense of physics simulation quality.
  365. #
  366. # Bethesda uses less demanding physics settings in "complex" scenes like civil war battles.
  367. # If this is enabled these settings will be used everywhere.
  368. #
  369. # Only recommended on CPU-bound low-end systems.
  370. #
  371. PerformanceMode=false
  372.  
  373. ## Add fMaxTime and fMaxTimeComplex to OSD.
  374. #
  375. # Also indicates which value is currently in use.
  376. #
  377. OSDStatsEnabled=false
  378.  
  379.  
  380. [Controls]
  381.  
  382. ## Fixes an issue where you're not able to move in third person at high framerates.
  383. #
  384. # This issue can occur when movement is slowed, for example when over-encumbered or when
  385. # the bow is drawn. Keep in mind that you may experience the issue even at 60 FPS if
  386. # movement is slowed down enough.
  387. #
  388. # If necessary, adjust MovementThreshold variable below.
  389. #
  390. ThirdPersonMovementFix=true
  391.  
  392. ## Controls an internal variable related to movement/damping.
  393. #
  394. # Lower values ensure movement works at lower movement speeds/higher framerate.
  395. #
  396. # Only in effect when ThirdPersonMovementFix=true
  397. #
  398. # Valid range: 0.01 - 5
  399. #
  400. # Bethesda default: 5
  401. #
  402. MovementThreshold=0.25
  403.  
  404. ## Untie first person horizontal look sensitivity from framerate when sitting down
  405. #
  406. SittingHorizontalLookSensitivityFix=true
  407.  
  408. ## Untie map keyboard movement speed from framerate.
  409. #
  410. # Also normalizes diagonal keyboard movement speed.
  411. #
  412. # Note: overrides fMapMoveKeyboardSpeed:MapMenu in Skyrim.ini, configure the speed below.
  413. #
  414. MapMoveKeyboardSpeedFix=true
  415.  
  416. ## Speed multiplier for keyboard map movement.
  417. #
  418. # Only in effect when MapMoveKeyboardSpeedFix=true.
  419. #
  420. # Valid range: -20 - 20. Negative values reverse the movement direction. 1 is roughly the
  421. # same speed as vanilla at 60 FPS.
  422. #
  423. MapMoveKeyboardSpeedMult=1
  424.  
  425. ## Untie auto vanity camera rotation speed from framerate.
  426. #
  427. AutoVanityCameraSpeedFix=true
  428.  
  429. ## Untie dialogue look speed from framerate.
  430. #
  431. DialogueLookSpeedFix=true
  432.  
  433. ## Ramp up look speed incrementally as the cursor approaches the edge of the screen.
  434. #
  435. # Use [Controls] fPCDialogueLookStart in Skyrim.ini to set distance from the edge where the camera starts moving.
  436. #
  437. DialogueLookSmoothEdge=false
  438.  
  439. ## Untie gamepad cursor speed from framerate.
  440. #
  441. GamepadCursorSpeedFix=true
  442.  
  443. ## Untie lockpick mouse rotation speed from framerate.
  444. #
  445. # Note that this bug slows down rotation with higher framerates, if you got used to the
  446. # slower speed adjust [Interface] fPickMouseRotationSpeed in Skyrim.ini (default is 15).
  447. #
  448. LockpickRotationSpeedFix=true
  449.  
  450. ## Untie free camera vertical sensitivity from framerate.
  451. #
  452. FreeCameraVerticalSensitivityFix=true
  453.  
  454. ## Untie free camera movement speed from framerate.
  455. #
  456. FreeCameraMovementSpeedFix=true
  457.  
  458.  
  459. ## These are only available on AE until Engine Fixes is updated.
  460.  
  461. ## Untie vertical look sensitivity from framerate (EngineFixes)
  462. #
  463. VerticalLookSensitivityFix=false
  464.  
  465. ## Fix camera movement sensitivity during slow time (EngineFixes)
  466. #
  467. SlowTimeCameraMovementFix=false
  468.  
  469.  
  470. [Window]
  471.  
  472. ## Locks mouse cursor within the borders of the game window.
  473. #
  474. # Fixes the invisible runaway mouse glitch plaguing people with multiple monitors who keep a window
  475. # open on the neighboring monitor and it keeps scrolling while playing the game.
  476. #
  477. LockCursor=true
  478.  
  479. ## Minimize the game window if it loses focus.
  480. #
  481. # Useful in borderless fullscreen mode if alt-tabbing just pushes the game window to the background
  482. # instead of minimizing it.
  483. #
  484. # WARNING: Avoid using this with ENB or ReShade, things might break when alt-tabbing.
  485. #
  486. ForceMinimize=false
  487.  
  488. ## Disables the window ghosting feature.
  489. #
  490. # Useful in windowed/borderless fullscreen mode.
  491. #
  492. # Read more: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-disableprocesswindowsghosting
  493. #
  494. DisableProcessWindowsGhosting=true
  495.  
  496. ## Automatically center the game window on the monitor where it spawns.
  497. #
  498. # Useful in windowed mode.
  499. #
  500. AutoCenter=false
  501.  
  502. ## Offset the game window position relative to the primary monitor.
  503. #
  504. # Overrides iLocation X and iLocation Y in Skyrim.ini. Provided for convenience.
  505. #
  506. OffsetX=0
  507. OffsetY=0
  508.  
  509.  
  510. [Papyrus]
  511.  
  512. ## Set the maximum time scripts are allowed to run per cycle based on current framerate.
  513. #
  514. # Normally scripts are given a fixed max. amount of execution time per cycle controlled by
  515. # fUpdateBudgetMS - 1.2 ms by default, roughly 7% of each cycle at 60 FPS, 17% at 144, 29% at
  516. # 240, .. The higher your framerate, the harder it gets to sustain it under heavy script load.
  517. #
  518. # This attempts to even things out by adjusting the limit based on time it took to complete
  519. # the previous cycle. Less budget is alloted at higher framerates.
  520. #
  521. # Formula:
  522. #
  523. # fUpdateBudgetMS = lastCycleTime * (UpdateBudgetBase / 16.66667)
  524. #
  525. # Note: fUpdateBudgetMS never goes above UpdateBudgetBase (see below).
  526. #
  527. DynamicUpdateBudget=false
  528.  
  529. ## Amount of time scripts are alloted at or below 60 FPS (in milliseconds).
  530. #
  531. # Recommended to leave at default. If you use a different fUpdateBudgetMS value in Skyrim.ini,
  532. # set the same here.
  533. #
  534. # Bethesda default: 1.2
  535. #
  536. UpdateBudgetBase=1.2
  537.  
  538. ## Budget is not calculated beyond this limit.
  539. #
  540. # Set this at or above your maximum framerate.
  541. #
  542. # At 144 minimum budget is 0.5 ms, 0.3 ms at 240.
  543. #
  544. # Valid range: 60 - 300
  545. #
  546. BudgetMaxFPS=240
  547.  
  548. ## Fixes a bad range check in Actor.SetExpressionOverride papyrus function.
  549. #
  550. # The bug makes "Dialogue Anger" expression unavailable via this function.
  551. #
  552. SetExpressionOverridePatch=true
  553.  
  554. ## Add fUpdateBudgetMS to OSD.
  555. #
  556. OSDStatsEnabled=false
  557.  
  558. ## Add VM overstressed indicator to OSD.
  559. #
  560. # If enabled, OSD will indicate when the scripting engine is under excessive load.
  561. # Keep in mind that it's normal for the VM to become overstressed for short periods,
  562. # for instance after fast travelling a bunch of events might fire at once.
  563. # However if the indicator is constantly showing, you've got a problem. Usually poorly
  564. # made and heavily scripted mods are to blame. Examine the stack to see what's going on.
  565. #
  566. # In the best case scanario you'll rarely (if ever) see this indicator.
  567. #
  568. OSDWarnVMOverstressed=true
  569.  
  570. [Miscellaneous]
  571.  
  572. ## Disables scanning missing plugin .ini files. May significantly improve startup times with many plugins.
  573. #
  574. # By default the engine looks for every single .ini option for each installed plugin, without checking
  575. # if the .ini file actually exists. Massive waste of time and resources, especially when the user has a
  576. # heavily modded game.
  577. #
  578. # Note: This is unrelated to the PrivateProfileRedirector plugin and is fully compatible with it. If you
  579. # use it alongside that plugin the difference won't be felt, but it still prevents the CPU from doing
  580. # a bunch of useless work at startup.
  581. #
  582. SkipMissingPluginINI=true
  583.  
  584. ## Filter loadscreens by plugin name.
  585. #
  586. # LoadScreenAllow and LoadScreenBlock take comma separated plugin names (case-insensitive).
  587. #
  588. # Example usage:
  589. #
  590. # Allow only Wyrmstooth and LOTD loadscreens:
  591. #
  592. # LoadScreenAllow=Wyrmstooth.esp,LegacyoftheDragonborn.esm
  593. # LoadScreenBlock=All
  594. #
  595. # Block only vanilla and DLC loadscreens:
  596. #
  597. # LoadScreenAllow=
  598. # LoadScreenBlock=Skyrim.esm,Dawnguard.esm,Dragonborn.esm,Hearthfires.esm
  599. #
  600. # Block all loadscreens:
  601. #
  602. # LoadScreenAllow=
  603. # LoadScreenBlock=All
  604. #
  605. #
  606. # Note: In cases where only loadscreens with conditions are allowed, it is possible that none
  607. # will show even if no others are available.
  608. #
  609. LoadScreenFilter=false
  610. LoadScreenAllow=
  611. LoadScreenBlock=All
  612.  
  613. ## Remove all lens flare from weather records.
  614. #
  615. # This is done in-memory and is not persistent.
  616. #
  617. DisableWeatherLensFlare=false
  618.  
  619. ## Disable actor fade when camera intersects the body.
  620. #
  621. DisableActorFade=false
  622.  
  623. ## Disable player fade when camera intersects the body.
  624. #
  625. DisablePlayerFade=false
  626.  
  627.  
  628. [OSD]
  629.  
  630. ## Enable the on-screen display.
  631. #
  632. Enable=false
  633. InitiallyOn=true
  634.  
  635. ## Comma separated list of displayed stats.
  636. #
  637. # fps - Framerate
  638. # bare_fps - Just the framerate, no formatting
  639. # frametime - Frametime
  640. # bare_frametime - Just the frametime, no formatting
  641. # counter - Frame counter
  642. # vram - Video ram usage (used / budget) *
  643. # all - Everything
  644. #
  645. # * Note that this line does not show total amount of memory available but rather
  646. # the OS allocated budget which can vary based on how much is consumed by other
  647. # applications. If usage exceeds the budget, you'll likely experience stuttering.
  648. # Requires DXGI 1.4.
  649. #
  650. # Stats related to specific drivers are configured in their respective sections.
  651. #
  652. Show=fps,vram
  653.  
  654. ## How often the OSD updates (in seconds).
  655. #
  656. UpdateInterval=0.3
  657.  
  658. ## Keys used used to toggle the OSD.
  659. #
  660. # ComboKey uses built-in constants, ToggleKey is a DX scan code (https://www.creationkit.com/index.php?title=Input_Script)
  661. #
  662. # ComboKey:
  663. #
  664. # 1 - Left Shift
  665. # 2 - Right Shift
  666. # 3 - Left Control
  667. # 4 - Right Control
  668. # 5 - Left Alt
  669. # 6 - Right Alt
  670. # 7 - Left Win
  671. # 8 - Right Win
  672. #
  673. # ComboKey=1 and ToggleKey=0xD2 is Left Shift + Insert
  674. #
  675. ComboKey=1
  676. ToggleKey=0xD2
  677.  
  678. ## Align the OSD.
  679. #
  680. # 1 - Top Left
  681. # 2 - Top Right
  682. # 3 - Bottom Left
  683. # 4 - Bottom Right
  684. #
  685. Align=1
  686.  
  687. ## OSD position offset (X Y).
  688. #
  689. Offset=4 4
  690.  
  691. ## Font scale (X Y)
  692. #
  693. # Omit Y for uniform scaling
  694. #
  695. Scale=1.0 0.9
  696.  
  697. ## Adjust font scale based on amount of lines drawn.
  698. #
  699. AutoScale=true
  700.  
  701. ## Scale font size based on window size.
  702. #
  703. # Size remains constant when resolution to window size ratio != 1, for example
  704. # when playing at non-native resolutions.
  705. #
  706. ScaleToWindow=true
  707.  
  708. ## Set a custom font.
  709. #
  710. # You can generate bitmaps from fonts installed on your system with MakeSpriteFont.
  711. # https://github.com/microsoft/DirectXTK/wiki/MakeSpriteFont
  712. #
  713. # Run the tool with /NoPremultiply and place files in Data\SKSE\Plugins\SDTFonts
  714. #
  715. FontFile=
  716.  
  717. ## Font and outline color (RGBA).
  718. #
  719. Color=255 255 255 255
  720. OutlineColor=0 0 0 255
  721.  
  722. ## Outline offset.
  723. #
  724. OutlineOffset=1
  725.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement