options = 
{
    difficulty = 
    {
        padlock = false,
        easyRadar = false,
        miniHUD = false,
        birds = 100,
        optionsView = "optview_all",
        permitCrash = true,
        immortal = false,
        easyCommunication = false,
        map = true,
        radio = false,
        labels = false,
        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 = 
    {
        multiMonitorSetup = "1camera",
        color = "32",
        heatBlr = 1,
        resolution = "1440x900",
        water = 2,
        fullScreen = false,
        visibRange = "High",
        aspect = 1.6,
        haze = 1,
        shadows = 2,
        TranspSSAA = true,
        width = 1440,
        effects = 3,
        MSAA = 5,
        textures = 2,
        height = 900,
        HDR = true,
        civTraffic = "medium",
        lights = 2,
        clutterMaxDistance = 500,
        scenes = "high",
    }, -- end of graphics
    views = 
    {
        cockpit = 
        {
            mirrors = false,
            reflections = false,
            russianHud = false,
            avionics = 3,
        }, -- end of cockpit
    }, -- end of views
    sound = 
    {
        world = 0,
        radioSpeech = true,
        cockpit = 0,
        volume = -17,
        headphones = 0,
        music = -100,
        subtitles = true,
        gui = 0,
    }, -- end of sound
    miscellaneous = 
    {
        headmove = false,
        force_feedback_enabled = true,
        f5_nearest_ac = true,
        f11_free_camera = true,
        synchronize_controls = false,
        f10_awacs = true,
    }, -- end of miscellaneous
} -- end of options
