options = 
{
    difficulty = 
    {
        padlock = false,
        easyRadar = false,
        miniHUD = false,
        birds = 100,
        optionsView = "optview_all",
        permitCrash = true,
        immortal = false,
        map = true,
        radio = false,
        labels = false,
        tips = true,
        aftSwitching = true,
        cockpitLanguage = "russian",
        units = "metric",
        easyFlight = false,
        altTrimmingMethod = false,
        externalViews = true,
        iconsTheme = "nato",
        fuel = false,
        weapons = false,
        setGlobal = true,
        geffect = "realistic",
    }, -- end of difficulty
    views = 
    {
        cockpit = 
        {
            mirrors = true,
            reflections = true,
            russianHud = true,
            avionics = 4,
        }, -- end of cockpit
    }, -- end of views
    sound = 
    {
        world = -3,
        radioSpeech = true,
        cockpit = 0,
        volume = -5,
        headphones = 0,
        music = -29,
        subtitles = true,
        gui = -1.5,
    }, -- end of sound
    graphics = 
    {
        multiMonitorSetup = "1camera",
        color = "32",
        heatBlr = 1,
        scenes = "high",
        water = 2,
        fullScreen = false,
        visibRange = "High",
        aspect = 1.7777777777778,
        textures = 2,
        shadows = 3,
        effects = 3,
        width = 1920,
        lights = 2,
        height = 1080,
        civTraffic = 0,
        resolution = "1920x1080",
        haze = 1,
    }, -- end of graphics
} -- end of options
