Configuration

Config = {}

Config.locales = {}

Config.Locale = "en"

Config.MinFpsForMenu = 35 --for menu unstable fps error

Config.OpenCommand = "fpsmenu"

Config.Settings = {
    [1] = {
        type = "shadow",
        header = "SHADOWS",
        desc = "Disabling shadows can greatly improve performance, especially on low-end systems.",
        status = false,
    },
    [2] = {
        type = "fire",
        header = "FIRE EFFECTS",
        desc = "Turning off fire effects can reduce GPU load and improve overall smoothness.",
        status = false,
    },
    [3] = {
        type = "blood",
        header = "BLOOD STAINS",
        desc = "Disabling blood effects may help boost FPS during combat or high-action scenes.",
        status = false,
    },
    [4] = {
        type = "rain",
        header = "RAIN / WIND",
        desc = "Rain and wind effects can be demanding; disabling them ensures a more stable experience.",
        status = false,
    },
    [5] = {
        type = "lights",
        header = "LIGHTS",
        desc = "Turning off extra lighting can significantly improve night-time performance.",
        status = false,
    },
}



Last updated