Mod Menu 1.0.9
What's new
Stability fix
- The mod's main loop now runs on the game thread. UE4SS runs a mod's background timer on a separate thread without any locking, so a mod's code could run on two threads at the same time. That could corrupt the mod and crash the game at random, most often on the newer UE4SS builds and with several mods installed. This removes that risk.
- Tested with the full set of our mods on UE4SS stable and on the Nexus "latest" build, under forced memory cleanups.
- The example mod and README now show the game-thread loop, so mods built from them avoid this problem.
This mod has no additional files
