options = 
{
    views = 
    {
        cockpit = 
        {
            mirrors = true,
            reflections = false,
            russianHud = false,
            avionics = 4,
        }, -- end of cockpit
    }, -- end of views
    audio = 
    {
        wind = 100,
        radio = 100,
        musicEn = false,
        radioSpeech = true,
        soundEn = true,
        effects = 100,
        mech = 100,
        engines = 100,
        inCockpit = 100,
        volume = 100,
        warnings = 100,
        music = 50,
        subtitles = true,
        gui = 50,
    }, -- end of audio
    graphics = 
    {
        multiMonitorSetup = "1camera",
        color = "32",
        heatBlr = 1,
        scenes = "high",
        water = 3,
        fullScreen = true,
        visibRange = "High",
        aspect = 1.25,
        textures = 2,
        shadows = 3,
        display_mode = 
        {
            avi = 
            {
                bpp = 32,
                width = 640,
                full_screen = false,
                height = 480,
                aspect = 1.333333333,
                resolution = "640x480",
            }, -- end of avi
        }, -- end of display_mode
        effects = 3,
        width = 1280,
        height = 1024,
        terrPrld = "20",
        civTraffic = 1,
        resolution = "1280x1024",
        haze = 1,
        lights = 2,
    }, -- end of graphics
    playerName = "Wehrmacht",
    difficulty = 
    {
        padlock = false,
        easyRadar = false,
        allies = true,
        setGlobal = true,
        immortal = false,
        labels = true,
        enemies = true,
        map = true,
        units = "metric",
        radio = true,
        easyFlight = false,
        altTrimmingMethod = true,
        aftSwitching = false,
        cockpitLanguage = "russian",
        tips = true,
        myPlane = true,
        hud = false,
        externalViews = true,
        iconsTheme = "russian",
        fuel = false,
        weapons = false,
        permitCrash = false,
        geffect = "realistic",
    }, -- end of difficulty
} -- end of options
