About this mod
A workaround for the loading bug (black screen) caused by UE4SS.
Sometimes when you try to load a game, the "TEEN SELECTOR" menu appears followed by a black screen.
- Requirements
- Permissions and credits
- Mirrors
- Changelogs
- Donations
UE4SS is a requirement for some Grounded mods.
Description
If you have installed UE4SS, you probably have "black screen" bug when you loading a save. This is a known issue: issues/624.
The mod will try to detect if the save is loaded correctly. Otherwise, it will reload it. The loading screen may take some time if the mod has to reload the same multiple time.
The mod was tested in single player mode.
Mod
Since UE4SS v1.3.6: Mods that have 'enabled.txt' present in their mod directory are now always loaded regardless of their state in mods.txt. So, you don't need to have a "mods.txt" file if there is an "enabled.txt" file in the mod directory.
Steam - Unpack mod archive into (GameInstallDir)\Maine\Binaries\Win64
Windows Store/Xbox Pass - Unpack mod archive into (GameInstallDir)\Maine\Binaries\WinGDK
Example for Steam with UE4SS v3 (experimental)
(GameInstallDir)\
├─ Maine\
│ ├─ Binaries\
│ │ ├─ Win64\
│ │ │ ├─ UE4SS\
│ │ │ │ ├─ Mods\
│ │ │ │ │ ├─ LoadingBugWorkaroundMod\
│ │ │ │ │ │ ├─ Scripts\
│ │ │ │ │ │ │ ├─ main.lua
│ │ │ │ │ │ ├─ enabled.txt
│ │ │ │ │ │ ├─ options.txt
│ │ │ │ ├─ UE4SS.log
│ │ │ │ ├─ UE4SS-settings.ini
│ │ │ │ ├─ dwmapi.dll
Example for Windows Store/Xbox Pass with UE4SS v3 (experimental)
(GameInstallDir)\
├─ Grounded
│ ├─ Content
│ │ ├─ Maine\
│ │ │ ├─ Binaries\
│ │ │ │ ├─ UE4SS\
│ │ │ │ │ ├─ Mods\
│ │ │ │ │ │ ├─ LoadingBugWorkaroundMod\
│ │ │ │ │ │ │ ├─ Scripts\
│ │ │ │ │ │ │ │ ├─ main.lua
│ │ │ │ │ │ │ ├─ enabled.txt
│ │ │ │ │ │ │ ├─ options.txt
│ │ │ │ │ ├─ UE4SS.log
│ │ │ │ │ ├─ UE4SS-settings.ini
│ │ │ │ │ ├─ dwmapi.dll