options = 
{
    views = 
    {
        cockpit = 
        {
            mirrors = false,
            reflections = false,
            avionics = 2,
            russianHud = false,
        }, -- end of cockpit
    }, -- end of views
    graphics = 
    {
        multiMonitorSetup = "1camera",
        color = "32",
        heatBlr = 0,
        scenes = "medium",
        water = 2,
        fullScreen = true,
        visibRange = "Medium",
        aspect = 1.7708333333333,
        textures = 2,
        shadows = 2,
        effects = 3,
        haze = 1,
        resolution = "1360x768",
        height = 768,
        civTraffic = 0,
        lights = 2,
        width = 1360,
    }, -- end of graphics
    playerName = "New callsign",
    sound = 
    {
        gui = 0,
        radioSpeech = true,
        cockpit = 0,
        volume = 0,
        headphones = 0,
        music = 0,
        subtitles = true,
        world = 0,
    }, -- end of sound
    difficulty = 
    {
        padlock = false,
        easyRadar = false,
        miniHUD = false,
        birds = 0,
        optionsView = "optview_all",
        permitCrash = false,
        immortal = false,
        map = true,
        radio = false,
        geffect = "realistic",
        setGlobal = false,
        aftSwitching = false,
        cockpitLanguage = "english",
        tips = true,
        easyFlight = false,
        altTrimmingMethod = false,
        externalViews = true,
        iconsTheme = "russian",
        fuel = false,
        weapons = false,
        units = "metric",
        labels = false,
    }, -- end of difficulty
} -- end of options
