Created
September 1, 2024 17:47
-
-
Save joric/f4a33bb0f104f53b17d99bd89363a1a8 to your computer and use it in GitHub Desktop.
LongLoadingTimesFix.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## To enable the setting, set the value after the "=" sign to "true", to disable - "false" or "0". | |
[Fixes] | |
## Fixes long loading times with black loading screens and when moving between locations using the elevator. | |
# | |
bLoadingFix = true | |
## Speed up the loading of recently visited locations. | |
# | |
bQuickLoad = true | |
[Limiter] | |
## Allows you to enable or disable vertical synchronization (VSync). Enabling ForceVSync in ENB will override this setting. | |
# | |
# This setting replaces "iPresentInterval" in Fallout4Prefs.ini. | |
# | |
bEnableVSync = true | |
## Disables VSync on loading screens to reduce loading times. | |
# | |
# ForceVSync=true in ENB will override this setting (so be sure to set ForceVSync=false in enblocal.ini if you want to use this feature). | |
# | |
bDisableVSyncWhileLoading = true | |
## FPS limit in the game. | |
# | |
iInGameFPS = 0 | |
## FPS limit on loading screens. | |
# | |
# It is necessary to reduce the GPU load, since VSync will be disabled. | |
# You can set the maximum FPS your monitor supports. | |
# | |
iLoadingScreenFPS = 60 | |
[LoadingScreens] | |
## Replaces loading screens with a rotating 3D model with simple ones with a black background. | |
# | |
bOnlyBlack = true | |
## Replaces loading screens with a black background with screens with a rotating 3D model. | |
# | |
bOnly3D = true | |
## Disables all animations on loading screens. The display of overlays will be frozen. | |
# | |
bDisableAnimation = true | |
## Allows you to reduce the time it takes to smoothly transition to and from the loading screen. | |
# | |
# Also useful for fast loading, especially when loading a save created during a battle. | |
# | |
fPostloadingMenuSpeed = 1.0000 | |
[Timeout] | |
## Don't wait for textures to fully load. | |
# | |
# WARNING: Some textures may stuck at low resolution when using texture mods. Alternatively, you can use ENB with the settings: | |
# ForceVideoMemorySize=true | |
# VideoMemorySizeMb=12288 | |
# | |
bTimeoutFix1 = true | |
## Don't wait for a full load of NPC faces. | |
# | |
# WARINING: May cause brown faces (Rusty Face Bug) if face mods are installed. | |
# When using both fixes, there is no need to increase FPS on loading screens to reduce loading times. | |
# | |
bTimeoutFix2 = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment