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