File information
Last updated
Original upload
Created by
SlavicPotatoUploaded by
slavicpotato1Virus scan
Activity logs
This page was last updated on 24 December 2023, 9:58AM
- Changelogs
-
-
Version 0.5.16
- Fixed skyrim's ini settings (bFull Screen, bBorderless) having no effect on 1130 even when the plugin's overrides where commented out
-
Version 0.5.15
- Fixed a ctd caused by the loadscreen filter, affecting 1.6.1130 (lilmetal)
-
Version 0.5.14
- Fixed logging issues on GOG (introduced in 0.5.13)
-
Version 0.5.13
- Updated for Skyrim SE 1.6.1130
-
Version 0.5.12
- Updated for Skyrim SE GOG 1.6.659
-
Version 0.5.11
- Updated for game version 1.6.629
-
Version 0.5.10
- Fixed AutoCenter having no effect unless LockCursor was enabled
- Compiled with vs2022 and updated dependencies
-
Version 0.5.9
- Fixed gamepad cursor speed patch on AE (see notes above GamepadCursorSpeedFix option)
-
Version 0.5.8
- Added PhysicsDamagePatch (scale physics damage based on frametime) and PhysicsDamageMult (reduce or disable the damage), see notes in config.
-
Version 0.5.7b
- Update for 1.6.342 (beth changed one of the functions the plugin patches, the address library is of no use in such cases)
-
Version 0.5.6b
- Adjusted freecam movement speed to approximate vanilla at 60 FPS (FreeCameraMovementSpeedFix)
-
Version 0.5.5b
- AE: fixed crash caused by SetExpressionOverride patch
-
Version 0.5.4b
- Previous version had all control fixes turned off by default in the .ini (optional conf. file not affected)
- Fixed an error reporting message box having swapped caption and text.
-
Version 0.5.3b
- Fix CTD when entering furniture caused by a bad patch in the previous version
-
Version 0.5.2b
- Fixed DialogueLookSmoothEdge (off by default) taking effect outside of the dialogue menu. This caused slowed mouse movement if the player exited a menu and the cursor was near the edge of the screen.
-
Version 0.5.1b
- AE version independence - updated to use address library
- Changed MaxFrameLatency setting to 0 (bethesda default value is used). This was done because the default was changed from 2 (SE) to 1 (AE). AE users who maintain their own plugin configuration should make sure that MaxFrameLatency is set to either 0 or 1.
-
Version 0.5.0b
- Anniversary Edition support (beta)
- Added VerticalLookSensitivityFix and SlowTimeCameraMovementFix (EngineFixes)
-
Version 0.4.17
- Fixed a mistake in swap chain present hook (introduced in 0.4.16)
-
Version 0.4.16
- Fixed an issue where the OSD would not initialize if the d3d device creation call returned a non-fatal status code.
- Inform the user with a message box popup if device initialization fails.
-
Version 0.4.15-1
- 0.4.15: Added option to disable player/actor fade when camera intersects the body (DisablePlayerFade, DisableActorFade - both off by default)
- 0.4.15: Log if an exception occurs during on-screen display initialization
- 0.4.15-1: Fixed cursor unlocking when steam overlay is deactivated
-
Version 0.4.14
- Untied dialogue look speed from framerate (DialogueLookSpeedFix)
- Untied gamepad cursor speed from framerate (GamepadCursorSpeedFix)
- Untied lockpick mouse rotation speed from framerate (LockpickRotationSpeedFix)
- Untied free camera movement speed and vertical sensitivity from framerate (FreeCameraVerticalSensitivityFix, FreeCameraMovementSpeedFix)
- Added option to gradually increase dialogue look speed as the cursor approaches the edge of the screen (DialogueLookSmoothEdge, off by default)
- Added option to disable loadscreens (all or only from certain plugins, see LoadScreenFilter - off by default)
- Added option to remove lens flare from weathers (DisableWeatherLensFlare, off by default)
-
Version 0.4.13
- Added HAVOK performance mode option for low-end CPUs (off by default, see PerformanceMode in HAVOK section)
- Reverted some default config values to earlier versions
-
Version 0.4.12
- Untied auto vanity camera rotation speed from framerate
- Use SkyrimPrefs.ini display mode settings by default (Fullscreen and Borderless options have been commented out)
- Disabled borderless vsync-off feature by default (EnableTearing)
-
Version 0.4.11
- Fall back to SkyrimPrefs.ini display settings if commented out (Fullscreen and Borderless options) to allow configuring via launcher (Enderal SE)
-
Version 0.4.10-1
- Untied map keyboard movement speed from framerate. (MapMoveKeyboardSpeedFix)
- Fixed diagonal map keyboard movement speed
- Added custom configuration file support (create SSEDisplayTweaks_Custom.ini and put any settings you don't want overwritten in it)
- 0.4.10-1: fixed an issue with the trampoline
-
Version 0.4.9-1
- Further improved and fixed some issues with the framerate limiter
- Added FramerateLimitMode option - determines if the limiter is placed before or after frame presentation, can affect performance while limited (see the config file)
-
Version 0.4.9
- General improvements to the framerate limiter - most notably it consumes way less CPU time while waiting for frametime to hit the target and minimizes the chance of missing the deadline
- Fixed some minor issues with the on-screen display
-
Version 0.4.8-3
- Added options to set and scale the resolution (Resolution, ResolutionScale)
- Added options for positioning and auto-centering the game window (AutoCenter, OffsetX, OffsetY). Note that AutoCenter is on by default.
- OSD: added an indicator to warn the player if the scripting engine is under excessive load (OSDWarnVMOverstressed, read the option annotation in config)
- OSD: added VRAM usage statistics for diagnosing memory shortage issues (not the same stats as shown in task manager or RTSS, read more in config - OSD section)
- OSD: properly scale text when resolution doesn't match window size
- BorderlessUpscale now on by default - has no effect at native resolution
- Main menu locked to 60 fps by default
- Various minor optimizations and improvements
- 0.4.8-1 hotfix: OSD combo key was ignored
- 0.4.8-2: Improved menu event handler efficiency
- 0.4.8-3: Fixed a SKSE trampoline allocation underflow bug which may cause the plugin to fail during initialization. Only applies if you're using SKSE 2.0.17 or earlier.
-
Version 0.4.7
- Minor tweaks and recompiled for Windows 7 support
-
Version 0.4.6
- Fixed an issue where iLocation X and iLocation Y options would be ignored when upscaling
- Several minor fixes and improvements
-
Version 0.4.5
- Untie first person horizontal look sensitivity from framerate when sitting down
- Use SKSE's trampoline interface when available
-
Version 0.4.4
- Fixed an issue where LoadingScreenLimitExtraTime wouldn't apply unless LoadingScreenLimitExtraTimePostLoad > 0
- Fixed a thread safety issue with framerate limit switching
- Adjusted default .ini options (FramerateLimit:Render now matches MaximumFramerate:Havok)
- Updated to latest DirectX toolkit
-
Version 0.4.3
- Fixed a rare issue where the cursor wouldn't lock if the game window was out of focus on start
- Fixed menu event sinks getting added too early
- Third person movement fix is now on by default
-
Version 0.4.2
- Fixed an issue where the game would reset to desktop refresh rate when alt-tabbing
- Added script execution budget scaling
- Added on-screen display
- Misc. fixes and improvements
-
Version 0.4.1
- Added safeguards to prevent the user selecting an unsupported swap effect
- Removed unnecessary fMaxFrameCounterDifferenceToConsiderVisible calculation
-
Version 0.4.0
- Query DXGI capabilities and select best available swap effect
- Changed default mode to borderless fullscreen
-
Version 0.3.15
- Changed how ForceMaxTimeCalc works and updated option info in config. It's now on by default.
-
Version 0.3.14
- Added engine bugfix for player controls not working third person
-
Version 0.3.13
- Added exclusive fullscreen scaling mode option, fixed game window position when upscaling (ensure that the game window remains on the same monitor it started)
-
Version 0.3.12
- Disabled buffer resizing by default, reduced amount of memory reserved for the trampoline, address library now works when SSE executable name is changed
-
Version 0.3.11
- Properly apply modified flags when the game resizes swap chain buffers (fixes issues with reshade)
-
Version 0.3.10
- Fixed possible crash with ForceMaxTimeCalc=true, minor fixes and improvements for upscaling
-
Version 0.3.9
- Added borderless upscale option
-
Version 0.3.8
- Fixed maximum frame latency option (had no effect in previous versions)
-
Version 0.3.7
- Added option to force minimizing game window on alt-tab, update cursor lock if window position changes
-
Version 0.3.6
- Physics fix for Civil War quests
-
Version 0.3.5
- Added 3 more UI framerate limiting options, allow explicit uncaps for limits
-
Version 0.3.4
- Added VSync-off switches for individual framerate limiting options
-
Version 0.3.3
- Version independent, added more UI framerate limiting options
-
Version 0.2.12
- Workaround for the game dumping display mode overrides (Fullscreen and Borderless options) to SkyrimPrefs.ini
-
Version 0.2.11
- Fixed the framerate not getting unlocked (bLockFramerate=0) when limits were not set
-
Version 0.2.10
- Fixed an issue with certain OSDs in borderless mode with tearing enabled
-
Version 0.2.9
- Fixed a corner case issue where VSync wouldn't turn off when UI limits were defined in borderless mode with tearing enabled
-
Version 0.2.8
- Fixed Alternate Conversation Camera letterbox feature conflict
-
Version 0.2.7
- Fixed CTD in borderless mode with EnableTearing=true, adjusted config defaults
-
- Author's activity
-
December 2023
-
24 Dec 2023, 9:58AM | Action by: slavicpotato1
Attribute change
'Description changed.'
-
24 Dec 2023, 9:45AM | Action by: slavicpotato1
Changelog added
'Change log added for version 0.5.16'
-
24 Dec 2023, 9:38AM | Action by: slavicpotato1
Attribute change
'File \'High performance configuration\' version changed to 0.5.16.'
-
24 Dec 2023, 9:38AM | Action by: slavicpotato1
File added
'SSE Display Tweaks [version 0.5.16]'
-
17 Dec 2023, 9:17PM | Action by: slavicpotato1
Changelog added
'Change log added for version 0.5.15'
-
17 Dec 2023, 9:16PM | Action by: slavicpotato1
Attribute change
'File \'High performance configuration\' version changed to 0.5.15.'
-
17 Dec 2023, 9:15PM | Action by: slavicpotato1
File added
'SSE Display Tweaks [version 0.5.15]'
-
10 Dec 2023, 12:23PM | Action by: slavicpotato1
Attribute change
'File \'High performance configuration\' version changed to 0.5.14.'
-
10 Dec 2023, 11:23AM | Action by: slavicpotato1
Changelog added
'Change log added for version 0.5.14'
-
10 Dec 2023, 11:23AM | Action by: slavicpotato1
File added
'SSE Display Tweaks [version 0.5.14]'
-
10 Dec 2023, 10:57AM | Action by: slavicpotato1
Attribute change
'File \'High performance configuration\' version changed to 0.5.13.'
-
10 Dec 2023, 10:55AM | Action by: slavicpotato1
Changelog added
'Change log added for version 0.5.13'
-
10 Dec 2023, 10:55AM | Action by: slavicpotato1
File added
'SSE Display Tweaks [version 0.5.13]'
October 2022
-
27 Oct 2022, 4:38PM | Action by: slavicpotato1
Permission change
'Author now defines their own permission instructions.
Author changed their permission instructions.
Users can now use this file in any mods/files that are being sold.
Users are not allowed to modify this file.
Users are not allowed to use assets from this file under any circumstances.'
-
24 Oct 2022, 3:53AM | Action by: slavicpotato1
Permission change
'Bug tracker set to locked.'
-
04 Oct 2022, 2:28PM | Action by: slavicpotato1
Attribute change
'File \'High performance configuration\' version changed to 0.5.12.'
-
04 Oct 2022, 2:27PM | Action by: slavicpotato1
Changelog added
'Change log added for version 0.5.12'
-
04 Oct 2022, 2:27PM | Action by: slavicpotato1
File added
'SSE Display Tweaks [version 0.5.12]'
September 2022
-
17 Sep 2022, 2:54PM | Action by: slavicpotato1
Changelog added
'Change log added for version 0.5.11'
-
17 Sep 2022, 2:54PM | Action by: slavicpotato1
Changelog added
'Change log added for version 0.5.11'
-
- Mod page activity
-
April 2025
-
28 Apr 2025, 4:36AM | Action by: MasterMind0336
Endorsed
'SSE Display Tweaks'
-
28 Apr 2025, 3:29AM | Action by: DunceCapn
Untracked
'SSE Display Tweaks'
-
28 Apr 2025, 2:52AM | Action by: Hsky55132470
Endorsed
'SSE Display Tweaks'
-
28 Apr 2025, 12:43AM | Action by: jshendry
Tracked
'SSE Display Tweaks'
-
27 Apr 2025, 11:24PM | Action by: Frosthii
Endorsed
'SSE Display Tweaks'
-
27 Apr 2025, 10:52PM | Action by: Lithegreat
Endorsed
'SSE Display Tweaks'
-
27 Apr 2025, 10:44PM | Action by: RatCentral
Untracked
'SSE Display Tweaks'
-
27 Apr 2025, 10:42PM | Action by: Aedh
Endorsed
'SSE Display Tweaks'
-
27 Apr 2025, 10:30PM | Action by: EliasV0602
Untracked
'SSE Display Tweaks'
-
27 Apr 2025, 9:57PM | Action by: Darkangelvxvx
Untracked
'SSE Display Tweaks'
-
27 Apr 2025, 9:49PM | Action by: VetoCV
Tracked
'SSE Display Tweaks'
-
27 Apr 2025, 9:20PM | Action by: SkoomaSkank
Endorsed
'SSE Display Tweaks'
-
27 Apr 2025, 9:05PM | Action by: Kxnekii
Endorsed
'SSE Display Tweaks'
-
27 Apr 2025, 8:17PM | Action by: oasong
Endorsed
'SSE Display Tweaks'
-
27 Apr 2025, 6:44PM | Action by: KnightedGuardian
Tracked
'SSE Display Tweaks'
-
27 Apr 2025, 5:32PM | Action by: soulnim96
Endorsed
'SSE Display Tweaks'
-
27 Apr 2025, 5:30PM | Action by: BugandoAMente
Endorsed
'SSE Display Tweaks'
-
27 Apr 2025, 4:55PM | Action by: Gabrielm96
Tracked
'SSE Display Tweaks'
-
27 Apr 2025, 4:28PM | Action by: TyphoonFreak
Endorsed
'SSE Display Tweaks'
-
27 Apr 2025, 4:19PM | Action by: RandomRayquaza
Tracked
'SSE Display Tweaks'
-