File information
Last updated
Original upload
Created by
Antonix35Uploaded by
Antonix35Virus scan
Activity logs
This page was last updated on 18 December 2024, 7:27PM
- Changelogs
-
-
Version 0.8.11
- Mod rebuilt using CommonLibF4
- - Now mod requires address library
- Ported Resolution, ResolutionScale, OffsetX, OffsetY, DisableActorFade and DisablePlayerFade functions from Skyrim SE mod: SSE Display Tweaks (thanks again to the mod author), disabled by default.
- AllowTearing setting is now enabled by default
- Removed unnecessary FixOCBPSpeed function (NG only)
- Other minor changes
-
Version 0.8.10
- Support for game version 1.10.984
-
Version 0.8.9
- Fixed long black loading screens - replaced hook address (FixCPUThreads)
-
Version 0.8.8
- Fixed LoadingScreenFPS function
-
Version 0.8.7
- Support for game version 1.10.980.0
- Improved FixMotionResponsive
-
Version 0.8.6
- Improved FPS limitation function in exteriors and interiors (ExteriorFPS, InteriorFPS)
-
Version 0.8.5
- Fix for F4SE version 0.6.22 and higher
- Added the ability to limit FPS in exteriors and interiors (ExteriorFPS, InteriorFPS)
- Added OCBP mod speed fix (FixOCBPSpeed)
-
Version 0.8.4-5
- 0.8.4: By popular demand added: upscale, on-screen display (OSD) and ported some other functions from SSE Display Tweaks (check HighFPSPhysicsFix.ini file), thanks again to the author of the mod.
- 0.8.4: Added display of loading time in OSD (LoadingTime). Disabled by default.
- 0.8.4: 'Fullscreen' and 'Borderless' settings now take values from game settings.
- 0.8.4: Now you can create your own settings file 'HighFPSPhysicsFix_custom.ini' and enter only the settings you changed there.
- 0.8.4: Improved FixWhiteScreen.
- 0.8.4: Added the ability to limit FPS in Pip-Boy (PipBoyFPS) - useful for the FallUI mod. Disabled by default.
- 0.8.4-1: Fixed the SkipMissingPluginINI function.
- 0.8.4-2: Fixed the NumOfThreadsWhileLoadingNewGame function.
- 0.8.4-3: Fixed sound stop.
- 0.8.4-3: Fixed bugs when starting a new game.
- 0.8.4-4: Fixed mod compatibility with Windows 7.
- 0.8.4-4: The FixWindSpeed function has been improved.
- 0.8.4-5: Fixed bug during sitting dialogue (FixSittingRotationSpeed).
-
Version 0.8.3
- Fixed crashes when fast traveling
-
Version 0.8.2
- Reworked functions to make changes to the memory of the game
- Untying the speed from framerate of moving objects on loading screens (WASD keys)
- Improved FixStuttering and FixWindSpeed functions
- Other minor fixes
-
Version 0.8.1
- Added setting EnableDisplayTweaks - disabled by default
- Improved work of FixCPUThreads, removed setting OnlyOnLoadingScreens
- Minor improvements and fixes in the mod's code and ini file
-
Version 0.8.0
- At the request of some users ported some functions from SSE Display Tweaks that should reduce input lag and stuttering, also helps G-Sync/FreeSync work in borderless/windowed mode. Added settings to the mod ini file [Display]. Thanks SlavicPotato for providing source on GitHub (MIT License). Thanks Ershin for the help.
- Added a setting to fix responsiveness when starting to move at very high FPS (FixMotionResponsive)
-
Version 0.7.7
- Fixed crashes due to the enabled FixRotationSpeed setting
- Added separate FixSittingRotationSpeed setting
-
Version 0.7.6
- Fixed mod functions causing crashes for some users
-
Version 0.7.5
- Fixed the FixRotationSpeed setting
-
Version 0.7.4
- Returned the OnlyOnLoadingScreens setting to fix crashes
- Other minor changes to improve the stability of the mod
-
Version 0.7.3
- Fixed game freezing when using InGameFPS setting. Now FPS changes only after the main menu of the game.
- Removed the old setting NumOfThreadsWhileLoading, it is now replaced by FixCPUThreads
- Removed unnecessary setting OnlyOnLoadingScreens
-
Version 0.7.2
- Fixed PostloadingMenuSpeed setting
-
Version 0.7.1
- Fixed CTDs due to mod
- InGameFPS setting no longer disables VSync
-
Version 0.7.0
- Added a setting to fix incorrect processor threads allocation at loading time (FixCPUThreads)
- Added a setting to reduce the time of post-loading animation (PostloadingMenuSpeed) - disabled by default
- Added setting to disable iFPSClamp (DisableiFPSClamp)
- Added a setting to enable recording the loading time in the log file (WriteLoadingTime) - disabled by default
- Fixed settings FixRotationSpeed, FixWorkshopRotationSpeed
-
Version 0.6.0
- The functions of limiting FPS have been reworked - now they do not conflict and work with other mods and programs
- Fixed a bug with a white screen when the player falls (the third person) (FixWhiteScreen)
- Fixed 3D model rotation on loading screen with high FPS (FixLoadingModel)
- Added NumOfThreadsWhileLoadingNewGame setting on request (Default - 1)
-
Version 0.5.1
- Fixed bouncing of clothes and hair
-
Version 0.5.0
- Fixed stuttering. The game will become smoother.
-
Version 0.4.0
- By default, the mod is now compatible with Reshade, Fraps, RTSS and other mods/programs that used to have freezes/CTDs
- Fixed FPS drop after using lifts with NumOfThreadsWhileLoading setting enabled
- Fixed setting iPresentIntervalDuringLockpicking
- Reduced twitching of objects when moving them
-
Version 0.3.0
- Replacing the address fMaxTime. NPC daily schedule fixed. Doubtful fMaxFrameCounterDifferenceToConsiderVisible and fMaxTimeComplex fixes removed.
- Added setting to remove black loading screens, which reduces loading time (DisableBlackLoadingScreens). Disabled by default.
- Added a setting for the limit used by the game processor threads at load time (NumOfThreadsWhileLoading). Reduces loading time.
- Fixed NPC stuck at high FPS (FixStuckAnimation)
- Fixed rotation of 3D models on loading screens
- Fixed camera rotation when sitting
-
Version 0.2.5
- Fixed CTDs at startup
- Returned DisableAnimationOnLoadingScreens setting
-
Version 0.2.4
- Minor changes to the plugin code, fixed animation speed multiplier.
- Removed DisableAnimationOnLoadingScreens setting causing CTDs
-
Version 0.2.3
- Fix lockpick rotation speed and sound during lockpicking (setting LockpickingFPS in HighFPSPhysicsFix.ini file)
- Ability to turn off animation on loading screens for SIGNIFICANTLY reduce loading time (DisableAnimationOnLoadingScreens in HighFPSPhysicsFix.ini). Disabled by default.
-
Version 0.2.2
- Added CompatibilityMode setting
-
Version 0.2.1
- Improved compatibility with other mods and programs
- Other minor fixes
-
Version 0.2
- Optimization of the plugin code
- Changed HighFPSPhysicsFix.ini default values
- Added advanced settings in HighFPSPhysicsFix.ini
-
Version 0.1.1
- Conflict with other F4SE plugins fixed
-
Version 0.1
- First public release
-
- Author's activity
-
December 2024
-
18 Dec 2024, 7:27PM | Action by: Antonix35
File added
'High FPS Physics Fix RUS [version 0.8.11]'
-
18 Dec 2024, 7:25PM | Action by: Antonix35
File added
'High FPS Physics Fix RUS [version 0.8.11]'
-
18 Dec 2024, 7:22PM | Action by: Antonix35
File added
'High FPS Physics Fix RUS [version 0.8.11]'
-
16 Dec 2024, 6:37PM | Action by: Antonix35
Attribute change
'File \'High FPS Physics Fix\' description changed.'
-
16 Dec 2024, 6:36PM | Action by: Antonix35
File added
'High FPS Physics Fix [version 0.8.11]'
-
16 Dec 2024, 6:34PM | Action by: Antonix35
File added
'High FPS Physics Fix [version 0.8.11]'
-
16 Dec 2024, 6:32PM | Action by: Antonix35
File added
'High FPS Physics Fix [version 0.8.11]'
-
16 Dec 2024, 6:28PM | Action by: Antonix35
Changelog added
'Change log added for version 0.8.11'
July 2024
-
26 Jul 2024, 6:41AM | Action by: Antonix35
Attribute change
'File \'High FPS Physics Fix\' description changed.'
May 2024
-
30 May 2024, 4:19PM | Action by: Antonix35
Attribute change
'Description changed.'
-
14 May 2024, 5:17PM | Action by: Antonix35
Attribute change
'File \'High FPS Physics Fix\' description changed.'
-
14 May 2024, 4:46PM | Action by: Antonix35
File added
'High FPS Physics Fix [version 0.8.10]'
-
14 May 2024, 4:45PM | Action by: Antonix35
Changelog added
'Change log added for version 0.8.10'
-
14 May 2024, 4:44PM | Action by: Antonix35
File added
'High FPS Physics Fix [version 0.8.10]'
-
14 May 2024, 4:44PM | Action by: Antonix35
File added
'High FPS Physics Fix RUS [version 0.8.10]'
-
10 May 2024, 2:27PM | Action by: Antonix35
Attribute change
'Description changed.'
-
10 May 2024, 12:30PM | Action by: Antonix35
Attribute change
'File \'High FPS Physics Fix RUS\' category changed to Miscellaneous.'
-
10 May 2024, 12:30PM | Action by: Antonix35
Attribute change
'File \'High FPS Physics Fix RUS\' category changed to Miscellaneous.'
-
10 May 2024, 12:30PM | Action by: Antonix35
Attribute change
'File \'High FPS Physics Fix\' changed to \'High FPS Physics Fix RUS\'.'
-
10 May 2024, 12:30PM | Action by: Antonix35
Attribute change
'File \'High FPS Physics Fix\' category changed to Miscellaneous.'
-
- Mod page activity
-
April 2025
-
30 Apr 2025, 3:04PM | Action by: BandMan812
Endorsed
'High FPS Physics Fix'
-
30 Apr 2025, 3:04PM | Action by: BandMan812
Endorsed
'High FPS Physics Fix'
-
30 Apr 2025, 12:29PM | Action by: p14333
Endorsed
'High FPS Physics Fix'
-
30 Apr 2025, 12:12PM | Action by: DRDICKMASTERS
Endorsed
'High FPS Physics Fix'
-
30 Apr 2025, 12:12PM | Action by: mattewfight
Endorsed
'High FPS Physics Fix'
-
30 Apr 2025, 12:05PM | Action by: Cooper5023
Untracked
'High FPS Physics Fix'
-
30 Apr 2025, 12:02PM | Action by: IvansTheName
Endorsed
'High FPS Physics Fix'
-
30 Apr 2025, 8:01AM | Action by: YoshiichiAizen
Endorsed
'High FPS Physics Fix'
-
30 Apr 2025, 5:10AM | Action by: Templar1977
Tracked
'High FPS Physics Fix'
-
30 Apr 2025, 4:34AM | Action by: fenfeck
Tracked
'High FPS Physics Fix'
-
30 Apr 2025, 3:48AM | Action by: 2482832393
Tracked
'High FPS Physics Fix'
-
30 Apr 2025, 2:09AM | Action by: doomeduserr
Endorsed
'High FPS Physics Fix'
-
29 Apr 2025, 9:23PM | Action by: Kutsu
Endorsed
'High FPS Physics Fix'
-
29 Apr 2025, 8:31PM | Action by: kmjnexus
Endorsed
'High FPS Physics Fix'
-
29 Apr 2025, 6:16PM | Action by: NukaTox3l
Endorsed
'High FPS Physics Fix'
-
29 Apr 2025, 6:02PM | Action by: Bebaduh
Endorsed
'High FPS Physics Fix'
-
29 Apr 2025, 3:33PM | Action by: juusmb
Endorsed
'High FPS Physics Fix'
-
29 Apr 2025, 2:46PM | Action by: Ntpractical11
Endorsed
'High FPS Physics Fix'
-
29 Apr 2025, 2:29PM | Action by: UrDaID
Endorsed
'High FPS Physics Fix'
-
29 Apr 2025, 2:17PM | Action by: sssszzzz
Endorsed
'High FPS Physics Fix'
-