File information
Created by
SkankingFuchs - Sweet6Shooter - StentoriusUploaded by
kittaymanVirus scan
About this mod
Allows you to set LOD distance based on current worldspace so you don't have to close the game! Highly configurable.
- Requirements
- Permissions and credits
- Changelogs
This was created with large lists in mind using high priority LOD, such as multiple quest expansions or TTW. Specifically For Uranium Fever and Fuchs Run (see below), however it will work with any modlist. It allows you to set each worldspace to have custom LOD distances independently of each other, in order to utilize longer distances when mem usage is lower in a given worldspace. You can set it based on ideal view distances per worldspace, or mem usage, or both. If a worldspace is not specified, it defaults to the regular high priority LOD recommended settings (130k high and 30k low). Example of the default config located in Root\Data\Config\UraniumFeverLOD.ini:
[Default]
fBlockLoadDistance=130000
fBlockLoadDistanceLow=30000
[Wasteland]
fBlockLoadDistance=250000
fBlockLoadDistanceLow=20000
Now if you want to add a new worldspace, let's say The Frontier in this hypothetical instance, it's as simple as adding the exact Editor ID of the desired worldspace in brackets, followed by your desired values. So, it should look like this:
[Default]
fBlockLoadDistance=130000
fBlockLoadDistanceLow=30000
[Wasteland]
fBlockLoadDistance=250000
fBlockLoadDistanceLow=20000
[thefrontier]
fBlockLoadDistance="desired high priority LOD value here without quotes"
fBlockLoadDistanceLow="desired low priority LOD value here without quotes"
It should be compatible with anything and everything, and highly configurable. But if you have issues, please report them.
Recommended mod for TTW users to test the difference: Fuchs Run
Uranium Fever on Github:

-----------------------Credits-----------------------
Sweet6Shooter and Stentorious-- Without the two of you and your knowledge I couldn't have made this idea possible!