options = 
{
    difficulty = 
    {
        padlock = true,
        easyRadar = false,
        miniHUD = false,
        birds = 0,
        optionsView = "optview_all",
        permitCrash = true,
        immortal = false,
        easyCommunication = false,
        map = true,
        radio = false,
        labels = true,
        tips = true,
        cockpitLanguage = "english",
        units = "imperial",
        easyFlight = false,
        altTrimmingMethod = false,
        externalViews = true,
        iconsTheme = "nato",
        fuel = false,
        weapons = false,
        setGlobal = true,
        geffect = "realistic",
    }, -- end of difficulty
    graphics = 
    {
        VSync = false,
        multiMonitorSetup = "1camera",
        color = "32",
        heatBlr = 1,
        scenes = "high",
        water = 2,
        fullScreen = false,
        visibRange = "High",
        treesVisibility = 15000,
        aspect = 3.75,
        haze = 1,
        HDR = 2,
        TranspSSAA = true,
        cockpitShadows = true,
        effects = 3,
        textures = 2,
        width = 3840,
        MSAA = 2,
        height = 1024,
        civTraffic = "low",
        shadows = 2,
        clutterMaxDistance = 244,
        lights = 2,
    }, -- end of graphics
    views = 
    {
        cockpit = 
        {
            mirrors = true,
            reflections = false,
            russianHud = false,
            avionics = 2,
        }, -- end of cockpit
    }, -- end of views
    sound = 
    {
        world = 0,
        radioSpeech = false,
        cockpit = -6,
        volume = 0,
        headphones = -9,
        music = -100,
        subtitles = false,
        gui = -27,
    }, -- end of sound
    miscellaneous = 
    {
        accidental_failures = false,
        headmove = false,
        force_feedback_enabled = false,
        f5_nearest_ac = true,
        f11_free_camera = true,
        synchronize_controls = true,
        f10_awacs = true,
    }, -- end of miscellaneous
} -- end of options
