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