Coreconfig.xml: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:
*'''debugfile''' -  
*'''debugfile''' -  
*'''console_pos''' - X, Y co-ords of the screen where console should be shown (after pressing ` (tilde) key)
*'''console_pos''' - X, Y co-ords of the screen where console should be shown (after pressing ` (tilde) key)
*'''console_size''' -  
*'''console_size''' - The size of the console after setting it's co-ordinates.
*'''serverbrowser_size''' -
*'''serverbrowser_size''' - The size of the server browser.
*'''fps_limit''' - The limit for your FPS(Frames Per Second)
*'''fps_limit''' - The limit for your FPS(Frames Per Second)
*'''chat_font''' - Font ID you want to be used in chat box
*'''chat_font''' - Font ID you want to be used in chat box
Line 23: Line 23:
*'''chat_color''' - Chat box background color (format is: RGBA, values between 0 - 255)
*'''chat_color''' - Chat box background color (format is: RGBA, values between 0 - 255)
*'''chat_input_color''' - Background of the line shown when you type text (displayed when you press T or Y)
*'''chat_input_color''' - Background of the line shown when you type text (displayed when you press T or Y)
*'''chat_scale''' - Scale of the chat box, that is size of it (format is: width height, floating values between 0 - 1)
*'''chat_input_prefix_color''' - Color of the word "Say:" or "Team Say:" when you press T or Y
*'''chat_input_prefix_color''' - Color of the word "Say:" or "Team Say:" when you press T or Y
*'''chat_input_text_color''' - Color of the text you type, when you press T or Y
*'''chat_input_text_color''' - Color of the text you type, when you press T or Y
*'''chat_scale''' - Scale of the chat box, that is size of it (format is: width height, floating values between 0 - 1)
*'''chat_width''' - Width of the chat box, text will wrap if it reaches this end
*'''chat_width''' - Width of the chat box, text will wrap if it reaches this end
*'''chat_css_style_text''' - (needs explanation)
*'''chat_css_style_text''' - (needs explanation)
Line 31: Line 31:
*'''chat_line_life''' - (needs explanation)
*'''chat_line_life''' - (needs explanation)
*'''chat_line_fade_out''' - Time after which line should fade out (milliseconds)
*'''chat_line_fade_out''' - Time after which line should fade out (milliseconds)
*'''chat_use_cegui''' - Should chat use CEGUI? (values 0 or 1) (needs more explanation)
*'''chat_use_cegui''' - Should chat use CEGUI? (values 0 or 1).
*'''text_scale''' - Scale of the text.
*'''invert_mouse''' - Should the mouse be inverted? (Values 0 or 1).
*'''fly_with_mouse''' - Should you fly with mouse? (Values 0 or 1).
*'''steer_with_mouse''' - Should you steer with the mouse? (Values 0 or 1).
*'''classic_controls''' - Should the classic controls be on? (Values 0 or 1).
*'''mtavolume''' - Your MTA's Volume.
*'''voicevolume''' - The in-game players voice volume.
*'''async_loading''' - (Explaination)
*'''menu_options''' - Contains the flags for the animated 3D menu scene (as given in the Video tab). Set to 255 to enable all options. Set to 248 to disable all options in case of problems/issues in the main menu (and not during game play).
*'''menu_options''' - Contains the flags for the animated 3D menu scene (as given in the Video tab). Set to 255 to enable all options. Set to 248 to disable all options in case of problems/issues in the main menu (and not during game play).


Line 41: Line 49:
You can also use arguments in commands e.g. some servers have banking systems so you can /deposit money using keys too, eg: <syntaxhighlight lang="lua"><bind key="[" command="deposit" arguments="1000" /></syntaxhighlight>
You can also use arguments in commands e.g. some servers have banking systems so you can /deposit money using keys too, eg: <syntaxhighlight lang="lua"><bind key="[" command="deposit" arguments="1000" /></syntaxhighlight>
This will deposit your $1000.
This will deposit your $1000.
Coreconfig.xml file:
{{#tag:code |
<mainconfig>
    <settings>
        <nick>JW137&gt;Jaysds1</nick>
        <host>192.168.1.101</host>
        <port>22000</port>
        <password>jah</password>
        <qc_host>192.168.1.101</qc_host>
        <qc_port>22003</qc_port>
        <qc_password></qc_password>
        <debugfile></debugfile>
        <console_pos>59 328</console_pos>
        <console_size>689 450</console_size>
        <serverbrowser_size>720 495</serverbrowser_size>
        <fps_limit>100</fps_limit>
        <chat_font>1</chat_font>
        <chat_lines>10</chat_lines>
        <chat_color>0 0 0 0</chat_color>
        <chat_input_color>0 0 0 0</chat_input_color>
        <chat_input_prefix_color>172 213 254 255</chat_input_prefix_color>
        <chat_input_text_color>172 213 254 255</chat_input_text_color>
        <chat_scale>1 1</chat_scale>
        <chat_width>1.500000</chat_width>
        <chat_css_style_text>0</chat_css_style_text>
        <chat_css_style_background>0</chat_css_style_background>
        <chat_line_life>12000</chat_line_life>
        <chat_line_fade_out>3000</chat_line_fade_out>
        <chat_use_cegui>0</chat_use_cegui>
        <text_scale>1.000000</text_scale>
        <invert_mouse>0</invert_mouse>
        <fly_with_mouse>0</fly_with_mouse>
        <steer_with_mouse>0</steer_with_mouse>
        <classic_controls>0</classic_controls>
        <mtavolume>0.110000</mtavolume>
        <voicevolume>0.110000</voicevolume>
        <async_loading>1</async_loading>
        <mapalpha>196</mapalpha>
        <browser_speed>2</browser_speed>
        <single_download>0</single_download>
        <syntaxhighlight lang="lua"_path>0</code_path>
        <update_build_type>2</update_build_type>
        <volumetric_shadows>0</volumetric_shadows>
        <aspect_ratio>0</aspect_ratio>
        <display_windowed>0</display_windowed>
        <multimon_fullscreen_minimize>0</multimon_fullscreen_minimize>
        <screenshot_path>C:\Program Files\MTA San Andreas 1.4\screenshots</screenshot_path>
        <current_skin>Default</current_skin>
        <chat_text_color>152 15 152 212</chat_text_color>
        <fixup_flags>-cb-ma</fixup_flags>
        <community_username></community_username>
        <community_password></community_password>
        <save_server_passwords>1</save_server_passwords>
        <auto_refresh_browser>1</auto_refresh_browser>
        <streaming_memory>247</streaming_memory>
        <force_browse_other_versions>0</force_browse_other_versions>
        <reportsettings></reportsettings>
        <anisotropic>0</anisotropic>
        <grass>0</grass>
        <network_encryption>1</network_encryption>
        <fast_clothes_loading>1</fast_clothes_loading>
        <allow_screen_upload>1</allow_screen_upload>
        <max_clientscript_log_kb></max_clientscript_log_kb>
    </settings>
    <binds>
    </binds>
    <updater>
        <var>
            <version_lastchecktime>2012-08-31 23:05:30</version_lastchecktime>
            <master_lastchecktime>2012-08-31 23:05:30</master_lastchecktime>
            <master_highestnotifyrevision>2011-c-09-02</master_highestnotifyrevision>
            <news_lastchecktime>2012-08-31 23:05:31</news_lastchecktime>
            <news_lastnewsdate>2012-01-24</news_lastnewsdate>
            <crashdump_historylist>
            </crashdump_historylist>
        </var>
        <mastercache>
            <master>
                <revision>2012-05-09</revision>
                <serverlist>
                    <server>http://updatesa.mtasa.com/sa/master/?v=%VERSION%&amp;id=%ID%</server>
                    <server>http://updatesa.multitheftauto.com/sa/master/?v=%VERSION%&amp;id=%ID%</server>
                </serverlist>
                <interval>12h</interval>
            </master>
            <version>
                <serverlist>
                    <server priority="3">http://updatesa.mtasa.com/sa/version/?v=%VERSION%&amp;id=%ID%&amp;ty=%TYPE%&amp;da=%DATA%&amp;be=%BETA%&amp;re=%REFER%</server>
                    <server priority="4">http://updatesa.multitheftauto.com/sa/version/?v=%VERSION%&amp;id=%ID%&amp;ty=%TYPE%&amp;da=%DATA%&amp;be=%BETA%&amp;re=%REFER%</server>
                </serverlist>
                <interval>12h</interval>
            </version>
            <report>
                <serverlist>
                    <server>http://updatesa.mtasa.com/sa/report/?v=%VERSION%&amp;id=%ID%</server>
                    <server>http://updatesa.multitheftauto.com/sa/report/?v=%VERSION%&amp;id=%ID%</server>
                </serverlist>
                <interval>12h</interval>
                <filter2>+all,-{1000~2007},-2050,-2051,-{3120},-{3211},-{4002},-5132,-5133,-5809,-7011,-7106,-7801,-7043,-7050,-7051,-7420,-7601,-{7842~7845},-7940</filter2>
                <minsize>11</minsize>
                <maxsize>4001</maxsize>
            </report>
            <crashdump>
                <serverlist>
                    <server priority="3">http://updatesa.mtasa.com/sa/crashdump/?v=%VERSION%&amp;id=%ID%&amp;file=%FILE%</server>
                    <server priority="4">http://updatesa.multitheftauto.com/sa/crashdump/?v=%VERSION%&amp;id=%ID%&amp;file=%FILE%</server>
                </serverlist>
                <duplicates>0</duplicates>
                <maxhistorylength>100</maxhistorylength>
            </crashdump>
            <gtadatafiles>
                <serverlist>
                    <server priority="3">http://updatesa.mtasa.com/sa/gtadatafiles/?v=%VERSION%&amp;id=%ID%</server>
                    <server priority="4">http://updatesa.multitheftauto.com/sa/gtadatafiles/?v=%VERSION%&amp;id=%ID%</server>
                </serverlist>
            </gtadatafiles>
            <gtadatafiles2>
                <serverlist>
                    <server priority="3">http://updatesa.mtasa.com/sa/gtadatafiles2/?v=%VERSION%&amp;id=%ID%</server>
                </serverlist>
            </gtadatafiles2>
            <trouble>
                <serverlist>
                    <server>http://updatesa.multitheftauto.com/sa/trouble/?v=%VERSION%&amp;id=%ID%&amp;tr=%TROUBLE%</server>
                </serverlist>
            </trouble>
            <ase>
                <serverlist>
                    <server priority="3">http://master.multitheftauto.com/ase/mta/?v=%VERSION%&amp;id=%ID%</server>
                    <server priority="3">http://178.21.18.248/ase2.dat</server>
                    <server priority="4">http://1mgg.com/affil/mta</server>
                </serverlist>
            </ase>
            <sidegrade>
                <serverlist>
                    <server priority="3">http://updatesa.mtasa.com/sa/sidegrade/?v=%VERSION%&amp;id=%ID%&amp;be=%BETA%&amp;re=%REFER%&amp;wv=%WANTVER%</server>
                    <server priority="4">http://updatesa.multitheftauto.com/sa/sidegrade/?v=%VERSION%&amp;id=%ID%&amp;be=%BETA%&amp;re=%REFER%&amp;wv=%WANTVER%</server>
                </serverlist>
                <nobrowselist>
                    <nobrowse version="1.0">1.1n;1.1N;1.2n;1.2sx;1.3n;1.3v;</nobrowse>
                    <nobrowse version="1.1">1.1n;1.1N;1.2n;1.2sx;1.3n;1.3v;</nobrowse>
                </nobrowselist>
                <onlybrowselist>
                    <onlybrowse version="1.1">1.3;1.2;1.1;1.0</onlybrowse>
                    <onlybrowse version="1.2">1.3;1.2;1.1;1.0</onlybrowse>
                    <onlybrowse version="1.3">1.3;1.2;1.1;1.0</onlybrowse>
                </onlybrowselist>
            </sidegrade>
            <news>
                <serverlist>
                    <server priority="3">http://updatesa.multitheftauto.com/sa/news/?v=%VERSION%&amp;id=%ID%&amp;be=%BETA%&amp;ln=%LASTNEWS%</server>
                    <server priority="4">http://updatesa.mtasa.com/sa/news/?v=%VERSION%&amp;id=%ID%&amp;be=%BETA%&amp;ln=%LASTNEWS%</server>
                </serverlist>
                <interval>12h</interval>
                <oldestpost>2010-11-02</oldestpost>
                <maxhistorylength>3</maxhistorylength>
            </news>
            <misc>
                <debug>
                    <filter2>-all,+{500~2000}</filter2>
                </debug>
            </misc>
        </mastercache>
    </updater>
    <serverbrowser_options>
        <list id="0" include_empty="1" include_full="1" include_locked="1"></list>
        <list id="1" include_empty="1" include_full="1" include_locked="1" active="1"></list>
        <list id="2" include_empty="1" include_full="1" include_locked="1" include_offline="1"></list>
        <list id="3" include_empty="1" include_full="1" include_locked="1" include_offline="1"></list>
    </serverbrowser_options>
    <recently_played_servers>
    </recently_played_servers>
    <connect_history>
        <connected_server host="127.0.0.1" port="22003"></connected_server>
    </connect_history>
    <server_passwords>
    </server_passwords>
    <favourite_servers></favourite_servers>
</mainconfig>
|lang="xml"}}


== See Also ==
== See Also ==
[[Key names]]<br>
[[Key names]]<br>
[[Control names]]
[[Control names]]

Revision as of 23:32, 31 August 2012

Dialog-information.png This article needs checking.

Reason(s): This article should be updated so it matches with the latest coreconfig.xml settings.

Coreconfig.xml

This file is used to set your UI e.g. chat box color, chat font or even bind keys. You can modify it to make your chat box look better or add favourite servers manually. Coreconfig.xml is located in your MTA San Andreas 1.x\MTA\ folder (by default C:\Program files\MTA San Andreas 1.x\MTA\).

Settings

Most of the settings are self-explained.

  • nick - Your nickname in-game
  • host - Last played server's IP
  • port - Last played server's port
  • password - Last played server's password
  • qc_host - Quick Connect IP
  • qc_port - Quick Connect Port
  • qc_password - Quick Connect Password
  • debugfile -
  • console_pos - X, Y co-ords of the screen where console should be shown (after pressing ` (tilde) key)
  • console_size - The size of the console after setting it's co-ordinates.
  • serverbrowser_size - The size of the server browser.
  • fps_limit - The limit for your FPS(Frames Per Second)
  • chat_font - Font ID you want to be used in chat box
  • chat_lines - How many lines you want to be displayed in chat box
  • chat_color - Chat box background color (format is: RGBA, values between 0 - 255)
  • chat_input_color - Background of the line shown when you type text (displayed when you press T or Y)
  • chat_input_prefix_color - Color of the word "Say:" or "Team Say:" when you press T or Y
  • chat_input_text_color - Color of the text you type, when you press T or Y
  • chat_scale - Scale of the chat box, that is size of it (format is: width height, floating values between 0 - 1)
  • chat_width - Width of the chat box, text will wrap if it reaches this end
  • chat_css_style_text - (needs explanation)
  • chat_css_style_background - (needs explanation)
  • chat_line_life - (needs explanation)
  • chat_line_fade_out - Time after which line should fade out (milliseconds)
  • chat_use_cegui - Should chat use CEGUI? (values 0 or 1).
  • text_scale - Scale of the text.
  • invert_mouse - Should the mouse be inverted? (Values 0 or 1).
  • fly_with_mouse - Should you fly with mouse? (Values 0 or 1).
  • steer_with_mouse - Should you steer with the mouse? (Values 0 or 1).
  • classic_controls - Should the classic controls be on? (Values 0 or 1).
  • mtavolume - Your MTA's Volume.
  • voicevolume - The in-game players voice volume.
  • async_loading - (Explaination)
  • menu_options - Contains the flags for the animated 3D menu scene (as given in the Video tab). Set to 255 to enable all options. Set to 248 to disable all options in case of problems/issues in the main menu (and not during game play).

Bind key

Binding key format is easy and almost everyone can bind their own keys to make the game easier to play and speed up your gaming a little bit. You can bind a command you use the most often to a key, so when you press the key that command will execute.

Example binding key "h" which will execute /help command:

<bind key="h" command="help" />

it's that simple. You can also use arguments in commands e.g. some servers have banking systems so you can /deposit money using keys too, eg:

<bind key="[" command="deposit" arguments="1000" />

This will deposit your $1000.

Coreconfig.xml file: {{#tag:code | <mainconfig>

   <settings>
       <nick>JW137>Jaysds1</nick>
       <host>192.168.1.101</host>
       <port>22000</port>
       <password>jah</password>
       <qc_host>192.168.1.101</qc_host>
       <qc_port>22003</qc_port>
       <qc_password></qc_password>
       <debugfile></debugfile>
       <console_pos>59 328</console_pos>
       <console_size>689 450</console_size>
       <serverbrowser_size>720 495</serverbrowser_size>
       <fps_limit>100</fps_limit>
       <chat_font>1</chat_font>
       <chat_lines>10</chat_lines>
       <chat_color>0 0 0 0</chat_color>
       <chat_input_color>0 0 0 0</chat_input_color>
       <chat_input_prefix_color>172 213 254 255</chat_input_prefix_color>
       <chat_input_text_color>172 213 254 255</chat_input_text_color>
       <chat_scale>1 1</chat_scale>
       <chat_width>1.500000</chat_width>
       <chat_css_style_text>0</chat_css_style_text>
       <chat_css_style_background>0</chat_css_style_background>
       <chat_line_life>12000</chat_line_life>
       <chat_line_fade_out>3000</chat_line_fade_out>
       <chat_use_cegui>0</chat_use_cegui>
       <text_scale>1.000000</text_scale>
       <invert_mouse>0</invert_mouse>
       <fly_with_mouse>0</fly_with_mouse>
       <steer_with_mouse>0</steer_with_mouse>
       <classic_controls>0</classic_controls>
       <mtavolume>0.110000</mtavolume>
       <voicevolume>0.110000</voicevolume>
       <async_loading>1</async_loading>
       <mapalpha>196</mapalpha>
       <browser_speed>2</browser_speed>
       <single_download>0</single_download>
       <syntaxhighlight lang="lua"_path>0</code_path>
       <update_build_type>2</update_build_type>
       <volumetric_shadows>0</volumetric_shadows>
       <aspect_ratio>0</aspect_ratio>
       <display_windowed>0</display_windowed>
       <multimon_fullscreen_minimize>0</multimon_fullscreen_minimize>
       <screenshot_path>C:\Program Files\MTA San Andreas 1.4\screenshots</screenshot_path>
       <current_skin>Default</current_skin>
       <chat_text_color>152 15 152 212</chat_text_color>
       <fixup_flags>-cb-ma</fixup_flags>
       <community_username></community_username>
       <community_password></community_password>
       <save_server_passwords>1</save_server_passwords>
       <auto_refresh_browser>1</auto_refresh_browser>
       <streaming_memory>247</streaming_memory>
       <force_browse_other_versions>0</force_browse_other_versions>
       <reportsettings></reportsettings>
       <anisotropic>0</anisotropic>
       <grass>0</grass>
       <network_encryption>1</network_encryption>
       <fast_clothes_loading>1</fast_clothes_loading>
       <allow_screen_upload>1</allow_screen_upload>
       <max_clientscript_log_kb></max_clientscript_log_kb>
   </settings>
   <binds>
   </binds>
   <updater>
       
           <version_lastchecktime>2012-08-31 23:05:30</version_lastchecktime>
           <master_lastchecktime>2012-08-31 23:05:30</master_lastchecktime>
           <master_highestnotifyrevision>2011-c-09-02</master_highestnotifyrevision>
           <news_lastchecktime>2012-08-31 23:05:31</news_lastchecktime>
           <news_lastnewsdate>2012-01-24</news_lastnewsdate>
           <crashdump_historylist>
           </crashdump_historylist>
       
       <mastercache>
           <master>
               <revision>2012-05-09</revision>
               <serverlist>
                   <server>http://updatesa.mtasa.com/sa/master/?v=%VERSION%&id=%ID%</server>
                   <server>http://updatesa.multitheftauto.com/sa/master/?v=%VERSION%&id=%ID%</server>
               </serverlist>
               <interval>12h</interval>
           </master>
           <version>
               <serverlist>
                   <server priority="3">http://updatesa.mtasa.com/sa/version/?v=%VERSION%&id=%ID%&ty=%TYPE%&da=%DATA%&be=%BETA%&re=%REFER%</server>
                   <server priority="4">http://updatesa.multitheftauto.com/sa/version/?v=%VERSION%&id=%ID%&ty=%TYPE%&da=%DATA%&be=%BETA%&re=%REFER%</server>
               </serverlist>
               <interval>12h</interval>
           </version>
           <report>
               <serverlist>
                   <server>http://updatesa.mtasa.com/sa/report/?v=%VERSION%&id=%ID%</server>
                   <server>http://updatesa.multitheftauto.com/sa/report/?v=%VERSION%&id=%ID%</server>
               </serverlist>
               <interval>12h</interval>
               <filter2>+all,-{1000~2007},-2050,-2051,-{3120},-{3211},-{4002},-5132,-5133,-5809,-7011,-7106,-7801,-7043,-7050,-7051,-7420,-7601,-{7842~7845},-7940</filter2>
               <minsize>11</minsize>
               <maxsize>4001</maxsize>
           </report>
           <crashdump>
               <serverlist>
                   <server priority="3">http://updatesa.mtasa.com/sa/crashdump/?v=%VERSION%&id=%ID%&file=%FILE%</server>
                   <server priority="4">http://updatesa.multitheftauto.com/sa/crashdump/?v=%VERSION%&id=%ID%&file=%FILE%</server>
               </serverlist>
               <duplicates>0</duplicates>
               <maxhistorylength>100</maxhistorylength>
           </crashdump>
           <gtadatafiles>
               <serverlist>
                   <server priority="3">http://updatesa.mtasa.com/sa/gtadatafiles/?v=%VERSION%&id=%ID%</server>
                   <server priority="4">http://updatesa.multitheftauto.com/sa/gtadatafiles/?v=%VERSION%&id=%ID%</server>
               </serverlist>
           </gtadatafiles>
           <gtadatafiles2>
               <serverlist>
                   <server priority="3">http://updatesa.mtasa.com/sa/gtadatafiles2/?v=%VERSION%&id=%ID%</server>
               </serverlist>
           </gtadatafiles2>
           <trouble>
               <serverlist>
                   <server>http://updatesa.multitheftauto.com/sa/trouble/?v=%VERSION%&id=%ID%&tr=%TROUBLE%</server>
               </serverlist>
           </trouble>
           <ase>
               <serverlist>
                   <server priority="3">http://master.multitheftauto.com/ase/mta/?v=%VERSION%&id=%ID%</server>
                   <server priority="3">http://178.21.18.248/ase2.dat</server>
                   <server priority="4">http://1mgg.com/affil/mta</server>
               </serverlist>
           </ase>
           <sidegrade>
               <serverlist>
                   <server priority="3">http://updatesa.mtasa.com/sa/sidegrade/?v=%VERSION%&id=%ID%&be=%BETA%&re=%REFER%&wv=%WANTVER%</server>
                   <server priority="4">http://updatesa.multitheftauto.com/sa/sidegrade/?v=%VERSION%&id=%ID%&be=%BETA%&re=%REFER%&wv=%WANTVER%</server>
               </serverlist>
               <nobrowselist>
                   <nobrowse version="1.0">1.1n;1.1N;1.2n;1.2sx;1.3n;1.3v;</nobrowse>
                   <nobrowse version="1.1">1.1n;1.1N;1.2n;1.2sx;1.3n;1.3v;</nobrowse>
               </nobrowselist>
               <onlybrowselist>
                   <onlybrowse version="1.1">1.3;1.2;1.1;1.0</onlybrowse>
                   <onlybrowse version="1.2">1.3;1.2;1.1;1.0</onlybrowse>
                   <onlybrowse version="1.3">1.3;1.2;1.1;1.0</onlybrowse>
               </onlybrowselist>
           </sidegrade>
           <news>
               <serverlist>
                   <server priority="3">http://updatesa.multitheftauto.com/sa/news/?v=%VERSION%&id=%ID%&be=%BETA%&ln=%LASTNEWS%</server>
                   <server priority="4">http://updatesa.mtasa.com/sa/news/?v=%VERSION%&id=%ID%&be=%BETA%&ln=%LASTNEWS%</server>
               </serverlist>
               <interval>12h</interval>
               <oldestpost>2010-11-02</oldestpost>
               <maxhistorylength>3</maxhistorylength>
           </news>
           <misc>
               <debug>
                   <filter2>-all,+{500~2000}</filter2>
               </debug>
           </misc>
       </mastercache>
   </updater>
   <serverbrowser_options>
       <list id="0" include_empty="1" include_full="1" include_locked="1"></list>
       <list id="1" include_empty="1" include_full="1" include_locked="1" active="1"></list>
       <list id="2" include_empty="1" include_full="1" include_locked="1" include_offline="1"></list>
       <list id="3" include_empty="1" include_full="1" include_locked="1" include_offline="1"></list>
   </serverbrowser_options>
   <recently_played_servers>
   </recently_played_servers>
   <connect_history>
       <connected_server host="127.0.0.1" port="22003"></connected_server>
   </connect_history>
   <server_passwords>
   </server_passwords>
   <favourite_servers></favourite_servers>

</mainconfig> |lang="xml"}}

See Also

Key names
Control names