options = 
{
    difficulty = 
    {
        padlock = true,
        easyRadar = false,
        miniHUD = false,
        birds = 0,
        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 = false,
            russianHud = false,
            avionics = 4,
        }, -- end of cockpit
    }, -- end of views
    sound = 
    {
        world = 0,
        radioSpeech = true,
        cockpit = -18.5,
        volume = 0,
        headphones = 0,
        music = -100,
        subtitles = false,
        gui = 0,
    }, -- end of sound
    graphics = 
    {
        multiMonitorSetup = "1camera",
        color = "32",
        heatBlr = 0,
        scenes = "low",
        water = 2,
        fullScreen = true,
        visibRange = "Medium",
        aspect = 1.6,
        textures = 2,
        shadows = 2,
        effects = 3,
        width = 1680,
        lights = 2,
        height = 1050,
        civTraffic = 0,
        resolution = "1680x1050",
        haze = 1,
    }, -- end of graphics
} -- end of options
