Addressing fwBoxStreamerVariable & Decal Limits in Patch 1.5.1
AsiDescription
Addressing fwBoxStreamerVariable & Decal Limits in Patch
This mod addresses the ymap load list extent limit. Essentially, when too many ymaps run simultaneously in-game, parts of the map can unload. This issue often arises with map mods featuring oversized extents or those adding a significant amount of content. As a result, LODs (Level of Detail) may disappear. The script fixes these problems and also patches the decal limit.
You can adjust the limits by editing fwBoxStreamerVariable_DecalsLimit-Patch.toml.
For instance, this mod resolves issues like LOD disappearance when using mods like bvp alongside MP maps.
Requirements
- vc redist 2022
- dinput8.dll (comes with ScriptHookV)
Installation
Simply extract the files into the root game folder where GTA5.exe is located.
Credits
CitizenFX
Source Code
Available on GitHub: [GitHub Repository Link]
ChangeLog
- 1.4: Allows users to set limits using a .toml file.
- 1.5 (experimental): Experiments with a new, improved memory allocation method. The source code is available on GitHub. This version may be unstable; if you encounter crashes, revert to v1.4 and report them. **This version requires Windows 10 version 1803 or higher.**
- 1.5.1: Latest build from GitHub (for those who still care and have opened issues - apologies for the delay):
commit hash: 63f79ceeaddd2ab97c0d5627da746df84ed34998
No longer requires msvc redist.
**The .toml file must be included with the mod. It allows for configurable limits, similar to an .ini file but with a different extension. You can open and edit it using Notepad or any text editor.**
First Upload: November 11, 2024 Last Updated: November 11, 2024