options = 
{
    difficulty = 
    {
        padlock = false,
        easyRadar = false,
        miniHUD = false,
        birds = 1000,
        optionsView = "optview_all",
        permitCrash = true,
        immortal = false,
        map = true,
        radio = false,
        labels = false,
        tips = true,
        aftSwitching = false,
        cockpitLanguage = "english",
        units = "metric",
        easyFlight = false,
        altTrimmingMethod = false,
        externalViews = true,
        iconsTheme = "nato",
        fuel = false,
        weapons = false,
        setGlobal = false,
        geffect = "realistic",
    }, -- end of difficulty
    views = 
    {
        cockpit = 
        {
            mirrors = false,
            reflections = false,
            russianHud = false,
            avionics = 1,
        }, -- end of cockpit
    }, -- end of views
    sound = 
    {
        world = 0,
        radioSpeech = true,
        cockpit = 0,
        volume = 0,
        headphones = 0,
        music = -100,
        subtitles = true,
        gui = -16,
    }, -- end of sound
    graphics = 
    {
        multiMonitorSetup = "shkval+camera+abris",
        color = "32",
        heatBlr = 1,
        scenes = "high",
        water = 2,
        fullScreen = true,
        visibRange = "Medium",
        aspect = 2.6666666666667,
        textures = 2,
        shadows = 1,
        effects = 3,
        width = 2560,
        lights = 2,
        height = 960,
        civTraffic = 0,
        resolution = "2560x960",
        haze = 1,
    }, -- end of graphics
} -- end of options
