Settings Manager

Allows the easy change of Frostbite Settings e.g WorldRenderSettings.
Search for valid Settings here: Frostbite API | VU Docs

Get Source here:

Settings example for “high level of detail (lod)”:

from Shared/Config.lua

local SETTINGS_CONFIG = {
    MeshSettings = {
        forceLod = 0,
        globalLodScale = 1000,
        shadowDistanceScale = 1000
    },
    WorldRenderSettings = {
        shadowmapResolution = 4096,
        shadowmapViewDistance = 500,
        shadowmapQuality = 0
    },
    VegetationSystemSettings = {
        maxActiveDistance = 4000,
        shadowMeshEnable = true
    }
}

Adjust those or add more Settings to your liking

2 Likes

hi there , can you please tell me whats the setting to get rid of blue filter and the camera dusty decal . dunno how to discribe it but when u go inside an enterior you ll notice an effect as if the camera is dirty . any other settings that will make the game look more clear and improve the colors will be apreciated as well . thanks for the mod .