Guest User

Game.Prefs

a guest
Feb 4th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 26.74 KB | None | 0 0
  1. Options = {
  2.     Log = {
  3.         Info = false,
  4.         Warn = true,
  5.         Filter = '*debug:',
  6.         Custom = true,
  7.         Error = true,
  8.         Debug = false
  9.     },
  10.     Debug = {
  11.         Breakpoints = { }
  12.     }
  13. }
  14. active_campaign_mods = {
  15.     ['9F9BE2D2-5afb-458b-bf5b-a00000000083'] = true,
  16.     ['0000E2D2-6510-11DF-DMS-V00000000008'] = true
  17. }
  18. options_overrides = {
  19.     fidelity = {
  20.         default = 1,
  21.         custom = {
  22.             states = {
  23.                 {
  24.                     text = '<LOC _Low>',
  25.                     key = 0
  26.                 },
  27.                 {
  28.                     text = '<LOC _Medium>',
  29.                     key = 1
  30.                 },
  31.                 {
  32.                     text = '<LOC _High>',
  33.                     key = 2
  34.                 }
  35.             }
  36.         }
  37.     },
  38.     language = 'US',
  39.     secondary_adapter = {
  40.         default = 'disabled',
  41.         custom = {
  42.             states = {
  43.                 {
  44.                     text = '<LOC _Disabled>',
  45.                     key = 'disabled'
  46.                 }
  47.             }
  48.         }
  49.     },
  50.     fidelity_presets = {
  51.         default = 1,
  52.         custom = {
  53.             states = {
  54.                 {
  55.                     text = '<LOC _Low>',
  56.                     key = 0
  57.                 },
  58.                 {
  59.                     text = '<LOC _Medium>',
  60.                     key = 1
  61.                 },
  62.                 {
  63.                     text = '<LOC _High>',
  64.                     key = 2
  65.                 },
  66.                 {
  67.                     text = '<LOC _Custom>',
  68.                     key = 4
  69.                 }
  70.             }
  71.         }
  72.     },
  73.     antialiasing = {
  74.         default = 0,
  75.         custom = {
  76.             states = {
  77.                 {
  78.                     text = '<LOC OPTIONS_0029>Off',
  79.                     key = 0
  80.                 },
  81.                 {
  82.                     text = '2',
  83.                     key = 64
  84.                 },
  85.                 {
  86.                     text = '4',
  87.                     key = 128
  88.                 },
  89.                 {
  90.                     text = '8',
  91.                     key = 130
  92.                 },
  93.                 {
  94.                     text = '8Q',
  95.                     key = 256
  96.                 },
  97.                 {
  98.                     text = '16',
  99.                     key = 132
  100.                 },
  101.                 {
  102.                     text = '16Q',
  103.                     key = 258
  104.                 }
  105.             }
  106.         }
  107.     },
  108.     primary_adapter = {
  109.         default = '1024,768,60',
  110.         custom = {
  111.             states = {
  112.                 {
  113.                     text = '<LOC OPTIONS_0070>Windowed',
  114.                     key = 'windowed'
  115.                 },
  116.                 {
  117.                     text = '1024x768(100)',
  118.                     key = '1024,768,100'
  119.                 },
  120.                 {
  121.                     text = '1024x768(110)',
  122.                     key = '1024,768,110'
  123.                 },
  124.                 {
  125.                     text = '1024x768(120)',
  126.                     key = '1024,768,120'
  127.                 },
  128.                 {
  129.                     text = '1024x768(60)',
  130.                     key = '1024,768,60'
  131.                 },
  132.                 {
  133.                     text = '1024x768(70)',
  134.                     key = '1024,768,70'
  135.                 },
  136.                 {
  137.                     text = '1024x768(75)',
  138.                     key = '1024,768,75'
  139.                 },
  140.                 {
  141.                     text = '1152x864(100)',
  142.                     key = '1152,864,100'
  143.                 },
  144.                 {
  145.                     text = '1152x864(110)',
  146.                     key = '1152,864,110'
  147.                 },
  148.                 {
  149.                     text = '1152x864(120)',
  150.                     key = '1152,864,120'
  151.                 },
  152.                 {
  153.                     text = '1152x864(75)',
  154.                     key = '1152,864,75'
  155.                 },
  156.                 {
  157.                     text = '1280x768(100)',
  158.                     key = '1280,768,100'
  159.                 },
  160.                 {
  161.                     text = '1280x768(110)',
  162.                     key = '1280,768,110'
  163.                 },
  164.                 {
  165.                     text = '1280x768(120)',
  166.                     key = '1280,768,120'
  167.                 },
  168.                 {
  169.                     text = '1280x768(60)',
  170.                     key = '1280,768,60'
  171.                 },
  172.                 {
  173.                     text = '1280x800(100)',
  174.                     key = '1280,800,100'
  175.                 },
  176.                 {
  177.                     text = '1280x800(110)',
  178.                     key = '1280,800,110'
  179.                 },
  180.                 {
  181.                     text = '1280x800(120)',
  182.                     key = '1280,800,120'
  183.                 },
  184.                 {
  185.                     text = '1280x800(60)',
  186.                     key = '1280,800,60'
  187.                 },
  188.                 {
  189.                     text = '1280x960(100)',
  190.                     key = '1280,960,100'
  191.                 },
  192.                 {
  193.                     text = '1280x960(110)',
  194.                     key = '1280,960,110'
  195.                 },
  196.                 {
  197.                     text = '1280x960(120)',
  198.                     key = '1280,960,120'
  199.                 },
  200.                 {
  201.                     text = '1280x960(60)',
  202.                     key = '1280,960,60'
  203.                 },
  204.                 {
  205.                     text = '1280x1024(100)',
  206.                     key = '1280,1024,100'
  207.                 },
  208.                 {
  209.                     text = '1280x1024(110)',
  210.                     key = '1280,1024,110'
  211.                 },
  212.                 {
  213.                     text = '1280x1024(120)',
  214.                     key = '1280,1024,120'
  215.                 },
  216.                 {
  217.                     text = '1280x1024(60)',
  218.                     key = '1280,1024,60'
  219.                 },
  220.                 {
  221.                     text = '1280x1024(75)',
  222.                     key = '1280,1024,75'
  223.                 },
  224.                 {
  225.                     text = '1360x768(100)',
  226.                     key = '1360,768,100'
  227.                 },
  228.                 {
  229.                     text = '1360x768(110)',
  230.                     key = '1360,768,110'
  231.                 },
  232.                 {
  233.                     text = '1360x768(120)',
  234.                     key = '1360,768,120'
  235.                 },
  236.                 {
  237.                     text = '1360x768(60)',
  238.                     key = '1360,768,60'
  239.                 },
  240.                 {
  241.                     text = '1366x768(100)',
  242.                     key = '1366,768,100'
  243.                 },
  244.                 {
  245.                     text = '1366x768(110)',
  246.                     key = '1366,768,110'
  247.                 },
  248.                 {
  249.                     text = '1366x768(120)',
  250.                     key = '1366,768,120'
  251.                 },
  252.                 {
  253.                     text = '1366x768(60)',
  254.                     key = '1366,768,60'
  255.                 },
  256.                 {
  257.                     text = '1600x900(100)',
  258.                     key = '1600,900,100'
  259.                 },
  260.                 {
  261.                     text = '1600x900(110)',
  262.                     key = '1600,900,110'
  263.                 },
  264.                 {
  265.                     text = '1600x900(120)',
  266.                     key = '1600,900,120'
  267.                 },
  268.                 {
  269.                     text = '1600x900(59)',
  270.                     key = '1600,900,59'
  271.                 },
  272.                 {
  273.                     text = '1600x900(60)',
  274.                     key = '1600,900,60'
  275.                 },
  276.                 {
  277.                     text = '1600x1024(100)',
  278.                     key = '1600,1024,100'
  279.                 },
  280.                 {
  281.                     text = '1600x1024(110)',
  282.                     key = '1600,1024,110'
  283.                 },
  284.                 {
  285.                     text = '1600x1024(120)',
  286.                     key = '1600,1024,120'
  287.                 },
  288.                 {
  289.                     text = '1600x1024(59)',
  290.                     key = '1600,1024,59'
  291.                 },
  292.                 {
  293.                     text = '1600x1024(60)',
  294.                     key = '1600,1024,60'
  295.                 },
  296.                 {
  297.                     text = '1680x1050(100)',
  298.                     key = '1680,1050,100'
  299.                 },
  300.                 {
  301.                     text = '1680x1050(110)',
  302.                     key = '1680,1050,110'
  303.                 },
  304.                 {
  305.                     text = '1680x1050(120)',
  306.                     key = '1680,1050,120'
  307.                 },
  308.                 {
  309.                     text = '1680x1050(59)',
  310.                     key = '1680,1050,59'
  311.                 },
  312.                 {
  313.                     text = '1680x1050(60)',
  314.                     key = '1680,1050,60'
  315.                 },
  316.                 {
  317.                     text = '1920x1080(60)',
  318.                     key = '1920,1080,60'
  319.                 },
  320.                 {
  321.                     text = '1920x1080(100)',
  322.                     key = '1920,1080,100'
  323.                 },
  324.                 {
  325.                     text = '1920x1080(110)',
  326.                     key = '1920,1080,110'
  327.                 },
  328.                 {
  329.                     text = '1920x1080(120)',
  330.                     key = '1920,1080,120'
  331.                 },
  332.                 {
  333.                     text = '1920x1080(50)',
  334.                     key = '1920,1080,50'
  335.                 },
  336.                 {
  337.                     text = '1920x1080(59)',
  338.                     key = '1920,1080,59'
  339.                 },
  340.                 {
  341.                     text = '1440x900(100)',
  342.                     key = '1440,900,100'
  343.                 },
  344.                 {
  345.                     text = '1440x900(110)',
  346.                     key = '1440,900,110'
  347.                 },
  348.                 {
  349.                     text = '1440x900(120)',
  350.                     key = '1440,900,120'
  351.                 },
  352.                 {
  353.                     text = '1440x900(60)',
  354.                     key = '1440,900,60'
  355.                 },
  356.                 {
  357.                     text = '1400x1050(100)',
  358.                     key = '1400,1050,100'
  359.                 },
  360.                 {
  361.                     text = '1400x1050(110)',
  362.                     key = '1400,1050,110'
  363.                 },
  364.                 {
  365.                     text = '1400x1050(120)',
  366.                     key = '1400,1050,120'
  367.                 },
  368.                 {
  369.                     text = '1400x1050(59)',
  370.                     key = '1400,1050,59'
  371.                 },
  372.                 {
  373.                     text = '1400x1050(60)',
  374.                     key = '1400,1050,60'
  375.                 }
  376.             }
  377.         }
  378.     },
  379.     shadow_quality = {
  380.         default = 1,
  381.         custom = {
  382.             states = {
  383.                 {
  384.                     text = '<LOC _Off>',
  385.                     key = 0
  386.                 },
  387.                 {
  388.                     text = '<LOC _Low>',
  389.                     key = 1
  390.                 },
  391.                 {
  392.                     text = '<LOC _Medium>',
  393.                     key = 2
  394.                 },
  395.                 {
  396.                     text = '<LOC _High>',
  397.                     key = 3
  398.                 }
  399.             }
  400.         }
  401.     }
  402. }
  403. profile = {
  404.     current = 1,
  405.     profiles = {
  406.         {
  407.             console_size = 5,
  408.             LastColor = 2,
  409.             skin = 'aeon',
  410.             console_fade_delay = 3,
  411.             LastScenario = '/maps/scmp_019/scmp_019_scenario.lua',
  412.             mini_ui_minimap = {
  413.                 top = 157,
  414.                 bottom = 367,
  415.                 right = 237,
  416.                 left = 10
  417.             },
  418.             ForgedAllianceGamePath = 'F:/FA',
  419.             Last_Op_Selected = {
  420.                 id = 'X1CA_001'
  421.             },
  422.             console_font_color = 'FFbadbdb',
  423.             console_font = 'Zeroes Three',
  424.             layout = 'bottom',
  425.             scoreoverlay = true,
  426.             console_font_size = 12,
  427.             Lobby_Gen_Share_Cap = 2,
  428.             LoadingFaction = 2,
  429.             range_RenderHighlighted = false,
  430.             LastBuilderScenario = '/maps/eow_003/eow_003_scenario.lua',
  431.             MenuTutorialPrompt = true,
  432.             activeFilters = {
  433.                 selection = true
  434.             },
  435.             XinnoBackgroundStretch = 'false',
  436.             options = {
  437.                 keyboard_rotate_speed = 10,
  438.                 master_volume = 1,
  439.                 skin_change_on_start = 'yes',
  440.                 tooltip_delay = 0,
  441.                 mp_taunt_head_enabled = 'true',
  442.                 vsync = 1,
  443.                 FrontEnd_Movie = '4dc',
  444.                 mainmenu_bgmovie = true,
  445.                 mainmenu_movie = true,
  446.                 lock_fullscreen_cursor_to_window = 0,
  447.                 keyboard_pan_accelerate_multiplier = 4,
  448.                 primary_adapter = 'windowed',
  449.                 music_volume = 100,
  450.                 accept_build_templates = 'yes',
  451.                 vo_volume = 100,
  452.                 show_attached_unit_lifebars = true,
  453.                 render_skydome = 1,
  454.                 keyboard_pan_speed = 90,
  455.                 world_border = true,
  456.                 secondary_adapter = 'disabled',
  457.                 antialiasing = 130,
  458.                 subtitles = false,
  459.                 quick_exit = 'true',
  460.                 display_eta = true,
  461.                 fidelity = 2,
  462.                 fidelity_presets = 2,
  463.                 texture_level = 0,
  464.                 econ_warnings = true,
  465.                 uvd_format = 'full',
  466.                 strat_icons_always_on = 0,
  467.                 fx_volume = 100,
  468.                 keyboard_rotate_accelerate_multiplier = 2,
  469.                 tooltips = false,
  470.                 level_of_detail = 2,
  471.                 shadow_quality = 2,
  472.                 arrow_keys_pan_main_view = 1,
  473.                 screen_edge_pans_main_view = 1,
  474.                 wheel_sensitivity = 40,
  475.                 bloom_render = 1
  476.             },
  477.             LastFaction = 2,
  478.             Lobby_Gen_Timeouts = 2,
  479.             Lobby_Team_Spawn = 2,
  480.             Lobby_Gen_CheatsEnabled = 2,
  481.             Lobby_Gen_Victory = 4,
  482.             Name = 'Default',
  483.             briefing_log = true,
  484.             console_window = {
  485.                 top = 5,
  486.                 bottom = 500,
  487.                 right = 300,
  488.                 left = 5
  489.             },
  490.             LastWarScenario = '/maps/eow_003/eow_003_scenario.lua',
  491.             ['campaign.difficulty'] = 3,
  492.             chat_window = {
  493.                 top = 218,
  494.                 bottom = 534,
  495.                 right = 427,
  496.                 left = 5
  497.             },
  498.             range_RenderSelected = true,
  499.             CampaignEditorOptions = {
  500.                 MapConverted = false,
  501.                 scenarioLoaded = true,
  502.                 RestartOnSave = false,
  503.                 RectangleMode = false,
  504.                 ForgedAllianceGamePath = false,
  505.                 saveLoaded = true,
  506.                 CameraSettings = {
  507.                     Status = false
  508.                 },
  509.                 InputLocked = false
  510.             },
  511.             Lobby_Gen_GameSpeed = 3,
  512.             ViewedTimeline = true,
  513.             Lobby_NoRushOption = 1,
  514.             Lobby_Omni_Cheat = 2,
  515.             Lobby_Auto_Teams = 2,
  516.             XinnoBackground = 'No',
  517.             Lobby_Gen_Cap = 8,
  518.             Lobby_Build_Mult = 1,
  519.             Lobby_Team_Lock = 2,
  520.             Lobby_Gen_Fog = 2,
  521.             Lobby_Cheat_Mult = 1,
  522.             Lobby_Gen_Civilians = 1,
  523.             range_RenderBuild = false,
  524.             build_templates = {
  525.                 {
  526.                     templateData = {
  527.                         6,
  528.                         6,
  529.                         {
  530.                             'xsb1106',
  531.                             7742,
  532.                             0,
  533.                             0
  534.                         },
  535.                         {
  536.                             'xsb1106',
  537.                             9161,
  538.                             2,
  539.                             -2
  540.                         },
  541.                         {
  542.                             'xsb1106',
  543.                             10494,
  544.                             4,
  545.                             0
  546.                         },
  547.                         {
  548.                             'xsb1106',
  549.                             11552,
  550.                             2,
  551.                             2
  552.                         }
  553.                     },
  554.                     name = '<LOC xsb1106_desc>Mass Storage',
  555.                     icon = 'xsb1106'
  556.                 },
  557.                 {
  558.                     templateData = {
  559.                         7,
  560.                         7,
  561.                         {
  562.                             'ueb2102',
  563.                             6797,
  564.                             0,
  565.                             0
  566.                         },
  567.                         {
  568.                             'ueb2102',
  569.                             6904,
  570.                             0,
  571.                             2
  572.                         },
  573.                         {
  574.                             'ueb2102',
  575.                             7001,
  576.                             0,
  577.                             4
  578.                         },
  579.                         {
  580.                             'ueb2102',
  581.                             7080,
  582.                             0,
  583.                             6
  584.                         },
  585.                         {
  586.                             'ueb2102',
  587.                             7129,
  588.                             2,
  589.                             6
  590.                         },
  591.                         {
  592.                             'ueb2102',
  593.                             7178,
  594.                             2,
  595.                             4
  596.                         },
  597.                         {
  598.                             'ueb2102',
  599.                             7227,
  600.                             2,
  601.                             2
  602.                         },
  603.                         {
  604.                             'ueb2102',
  605.                             7291,
  606.                             2,
  607.                             0
  608.                         },
  609.                         {
  610.                             'ueb2102',
  611.                             7401,
  612.                             4,
  613.                             0
  614.                         },
  615.                         {
  616.                             'ueb2102',
  617.                             7499,
  618.                             4,
  619.                             2
  620.                         },
  621.                         {
  622.                             'ueb2102',
  623.                             7599,
  624.                             4,
  625.                             4
  626.                         },
  627.                         {
  628.                             'ueb2102',
  629.                             7693,
  630.                             4,
  631.                             6
  632.                         },
  633.                         {
  634.                             'ueb2102',
  635.                             7790,
  636.                             6,
  637.                             6
  638.                         },
  639.                         {
  640.                             'ueb2102',
  641.                             7880,
  642.                             6,
  643.                             4
  644.                         },
  645.                         {
  646.                             'ueb2102',
  647.                             7979,
  648.                             6,
  649.                             2
  650.                         },
  651.                         {
  652.                             'ueb2102',
  653.                             8064,
  654.                             6,
  655.                             0
  656.                         }
  657.                     },
  658.                     name = 'UEF Land Mine',
  659.                     icon = 'ueb2102'
  660.                 },
  661.                 {
  662.                     templateData = {
  663.                         6,
  664.                         6,
  665.                         {
  666.                             'urb1106',
  667.                             3094,
  668.                             0,
  669.                             0
  670.                         },
  671.                         {
  672.                             'urb1106',
  673.                             4156,
  674.                             4,
  675.                             0
  676.                         },
  677.                         {
  678.                             'urb1106',
  679.                             4901,
  680.                             2,
  681.                             -2
  682.                         },
  683.                         {
  684.                             'urb1106',
  685.                             5556,
  686.                             2,
  687.                             2
  688.                         }
  689.                     },
  690.                     name = '<LOC urb1106_desc>Mass Storage',
  691.                     icon = 'urb1106'
  692.                 },
  693.                 {
  694.                     templateData = {
  695.                         7,
  696.                         2,
  697.                         {
  698.                             'ueb2101',
  699.                             1650,
  700.                             0,
  701.                             0
  702.                         },
  703.                         {
  704.                             'ueb5101',
  705.                             2153,
  706.                             -1,
  707.                             1
  708.                         },
  709.                         {
  710.                             'ueb5101',
  711.                             2175,
  712.                             0,
  713.                             1
  714.                         },
  715.                         {
  716.                             'ueb5101',
  717.                             2197,
  718.                             1,
  719.                             1
  720.                         },
  721.                         {
  722.                             'ueb2101',
  723.                             2245,
  724.                             2,
  725.                             0
  726.                         },
  727.                         {
  728.                             'ueb5101',
  729.                             2748,
  730.                             2,
  731.                             1
  732.                         },
  733.                         {
  734.                             'ueb5101',
  735.                             2770,
  736.                             3,
  737.                             1
  738.                         },
  739.                         {
  740.                             'ueb2101',
  741.                             2815,
  742.                             -2,
  743.                             0
  744.                         },
  745.                         {
  746.                             'ueb5101',
  747.                             3361,
  748.                             -2,
  749.                             1
  750.                         },
  751.                         {
  752.                             'ueb5101',
  753.                             3424,
  754.                             -3,
  755.                             1
  756.                         }
  757.                     },
  758.                     name = '<LOC ueb2101_desc>Point Defense',
  759.                     icon = 'ueb2101'
  760.                 },
  761.                 {
  762.                     templateData = {
  763.                         6,
  764.                         6,
  765.                         {
  766.                             'uab1106',
  767.                             2208,
  768.                             0,
  769.                             0
  770.                         },
  771.                         {
  772.                             'uab1106',
  773.                             2760,
  774.                             4,
  775.                             0
  776.                         },
  777.                         {
  778.                             'uab1106',
  779.                             3262,
  780.                             2,
  781.                             -2
  782.                         },
  783.                         {
  784.                             'uab1106',
  785.                             3881,
  786.                             2,
  787.                             2
  788.                         }
  789.                     },
  790.                     name = '<LOC uab1106_desc>Mass Storage',
  791.                     icon = 'uab1106'
  792.                 },
  793.                 {
  794.                     templateData = {
  795.                         2,
  796.                         2,
  797.                         {
  798.                             'uab2101',
  799.                             3822,
  800.                             0,
  801.                             0
  802.                         },
  803.                         {
  804.                             'uab5101',
  805.                             4425,
  806.                             0,
  807.                             1
  808.                         },
  809.                         {
  810.                             'uab5101',
  811.                             4446,
  812.                             -1,
  813.                             1
  814.                         },
  815.                         {
  816.                             'uab5101',
  817.                             4467,
  818.                             -1,
  819.                             0
  820.                         }
  821.                     },
  822.                     name = '<LOC uab2101_desc>Point Defense',
  823.                     icon = 'uab2101'
  824.                 },
  825.                 {
  826.                     templateData = {
  827.                         3,
  828.                         2,
  829.                         {
  830.                             'uab2101',
  831.                             4179,
  832.                             0,
  833.                             0
  834.                         },
  835.                         {
  836.                             'uab5101',
  837.                             4681,
  838.                             -1,
  839.                             1
  840.                         },
  841.                         {
  842.                             'uab5101',
  843.                             4702,
  844.                             0,
  845.                             1
  846.                         },
  847.                         {
  848.                             'uab5101',
  849.                             4728,
  850.                             1,
  851.                             1
  852.                         }
  853.                     },
  854.                     name = '<LOC uab2101_desc>Point Defense',
  855.                     icon = 'uab2101'
  856.                 }
  857.             },
  858.             Lobby_Prebuilt_Units = 1
  859.         }
  860.     }
  861. }
  862. Editor_Mods = {
  863.     ['534aj309-5cfb-359b-af6b-Lightning001'] = true
  864. }
  865. Windows = {
  866.     Log = {
  867.         y = 41,
  868.         x = 2718,
  869.         height = 1028,
  870.         width = 1102
  871.     },
  872.     Main = {
  873.         y = -4,
  874.         x = -4,
  875.         height = 768,
  876.         maximized = true,
  877.         width = 1024
  878.     },
  879.     Debug = {
  880.         y = -4,
  881.         x = 1916,
  882.         height = 1088,
  883.         width = 1928
  884.     }
  885. }
  886. active_war_mods = {
  887.     ['534aj309-5cfb-359b-af6b-Lightning001'] = true
  888. }
  889. version = {
  890.     major = 1
  891. }
  892. active_mods = {
  893.     ['9F9BE2D2-5afb-458b-bf5b-a00000000082'] = true,
  894.     ['0000E2D2-6510-11DF-DMS-V00000000008'] = true
  895. }
Advertisement
Add Comment
Please, Sign In to add comment