Advertisement
dziban303

..\alt_minimap\settings.xml

Jul 1st, 2017
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 37.65 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2.  
  3. <alt_minimap>
  4. <!--
  5. General minimap settings:
  6.    <Map [transparency] [move figures] [move the letters]/>
  7.      [Transparency] - alpha = "{integer from 0 to 1}".
  8.        0 - completely transparent minimap, 1 - completely opaque.
  9.        Default: 1
  10.      [Move figures] - swapDigits = "{true / false}".
  11.        true - to move, false - leave as is.
  12.        Default: false
  13.      [Move the letters] - swapLatters = "{true / false}".
  14.        true - to move, false - leave as is.
  15.        Default: false
  16. -->
  17.  
  18.   <map alpha="0.8" swapDigits="false" swapLetters="true"/>
  19.  
  20.   <markers>
  21.  
  22. <!--
  23. Settings ships markers
  24.   <[Type]>
  25.     Settings text label
  26.   </ [Type]>
  27.  
  28.   [A type]:
  29.           ally - an ally of (your player)
  30.         friend - a friend (your squad player)
  31.     teamKiller - the so-called team-killer
  32.          enemy - the enemy (the opposing player)
  33.  
  34.   Settings text label
  35.    <Label>
  36.      <Text [format] [color] [font] [size] [height] [suffix]>
  37.        Extras. visual effects tex
  38.      </ Text>
  39.      <Offset [offset horizontally] [vertically offset] />
  40.    </ Label>
  41.  
  42.    Text Settings:
  43.      [Format] - format = "{string}".
  44.        It specifies the format of the text label. May contain special. symbols whose meaning extra. processed c / o [AutoCorrect Dictionary].
  45.        Available trace. specialist. characters:
  46.         %Name% - name of the ship
  47.         %Country% - the country
  48.         %Level% - the level of ship
  49.         %LevelRome% - the level of the ship Roman Digits
  50.         %Nickname% - game player alias. IMPORTANT. The value of this special. character is not processed c / o [AutoCorrect Dictionary]
  51.        Default:% name%
  52.  
  53.      [Color] - color = "{integer}."
  54.        Sets the color of the label text.
  55.        Default: 0xffffff (White)
  56.  
  57.      [Print] - font = "{string}".
  58.        It specifies the font tag. The following values ​​embedded fonts Dostupty:
  59.         $ WWSDefaultFont - the main font of the game
  60.         $ WWSDefaultFontBold - the main game font "bold"
  61.         $ Exo2 - the font of fashion
  62.        The value can be used and the names of the fonts installed on your computer.
  63.        Default: $ Exo2
  64.  
  65.      [Size] - size = "{integer}."
  66.        Sets the font (size) of the label text.
  67.        Default: 9
  68.  
  69.      [Length] - length = "{integer}."
  70.        Specifies the maximum length of the text label. If the text length exceeds this value,
  71.        Text "clipped" and to him dobovlyaet [suffix].
  72.        Default: 10
  73.  
  74.      [Suffix] - suffix = "{string}".
  75.        Sets the "end" text label. This value is used only if
  76.        when the mark length of the text exceeds the value specified in the [length].
  77.        Default: ...
  78.  
  79.     Extras. Visual Effects text
  80.      List of "effects", applied to the text of the marker. The following effects:
  81.  
  82.      <Glow [glow Settings] /> - Glow ( "outline") the text
  83.        [Glow Settings]:
  84.          color = "{integer}" - color
  85.          alpha = "{number between 0 and 1}" - Transparency. 1 - completely opaque. 0 - polnochtyu transparent.
  86.          x = "{number}" - The amount of horizontal blur
  87.          y = "{number}" - The amount of vertical blur
  88.          strength = "{number}" - Intensity
  89.  
  90.       <Shadow [shadow of Settings] /> - Text Shadow
  91.         [Shade Settings]:
  92.           color = "{integer}" - color
  93.           alpha = "{number between 0 and 1}" - Transparency. 1 - completely opaque. 0 - polnochtyu transparent.
  94.           x = "{number}" - The amount of horizontal blur
  95.           y = "{number}" - The amount of vertical blur
  96.           strength = "{number}" - Intensity
  97.           angle = "{number}" - angle, shade otrabrasyvaniya
  98.           distance = "{number}" - The offset distance for the shadow (in pixels)
  99.  
  100.      Effect list can contain more than one effect of each type (i.e., can be described, for example, two different glow).
  101.      Effects are applied in the same order in which they are described.
  102.  
  103.    offset settings text label
  104.      The offset value in pixels relative to the center Macaire
  105.  
  106.      [Horizontal offset] - x = "{number}"
  107.        Default: 0
  108.  
  109.      [Vertical offset] - y = "{number}"
  110.        Default: 3
  111. -->
  112.     <ship>
  113.       <ally>
  114.         <label>
  115.           <text format="%name%" color="0x45e7ae" size="10" length="8" font="$WWSDefaultFont">
  116.             <glow color="0x000000" alpha="0.5" x="2" y="2" strength="1"/>
  117.           </text>
  118.           <offset x="0" y="3"/>
  119.         </label>
  120.       </ally>
  121.  
  122.       <friend>
  123.         <label>
  124.           <text format="%nickname%" color="0xffe00d" size="10" length="8" font="$WWSDefaultFont" suffix="">
  125.             <glow color="0x000000" alpha="0.5" x="2" y="2" strength="1"/>
  126.           </text>
  127.           <offset x="0" y="3"/>
  128.         </label>
  129.       </friend>
  130.  
  131.       <teamKiller>
  132.         <label>
  133.           <text format="%name%" color="0xffabff" size="10" length="8" font="$WWSDefaultFont">
  134.             <glow color="0x000000" alpha="0.5" x="2" y="2" strength="1"/>
  135.           </text>
  136.           <offset x="0" y="3"/>
  137.         </label>
  138.       </teamKiller>
  139.  
  140.       <enemy>
  141.         <label>
  142.           <text format="%name%" color="0xffffff" size="10" length="8" font="$WWSDefaultFont">
  143.             <glow color="0x000000" alpha="0.5" x="2" y="2" strength="1"/>
  144.           </text>
  145.           <offset x="0" y="3"/>
  146.         </label>
  147.       </enemy>
  148.     </ship>
  149.  
  150. <!--
  151. Squadron marker settings
  152.   <[Type]>
  153.     Text Label Settings
  154.   </ [Type]>
  155.  
  156.   [A type]:
  157.     Own - Squadron under its control
  158.  
  159.   Text Label Settings
  160.    <Label>
  161.      <Text [format] [color] [font] [size] [length] [suffix]>
  162.        Extras. Visual effects of texas
  163.      </ Text>
  164.      <Offset [horizontal offset] [vertical offset] />
  165.    </ Label>
  166.  
  167.    Text settings:
  168.      [Format] - format = "{string}".
  169.        Specifies the format of the text label. May contain special. Characters.
  170.        Available next. specialist. Characters:
  171.          % Cmd% - Text representation of this squadron selection command
  172.  
  173.      [Color] - color = "{integer}".
  174.        Sets the color of the label text.
  175.        Default: 0xffffff (white)
  176.  
  177.      [Font] - font = "{string}".
  178.        Specifies the font of the label. The following values ​​for BUILT-IN FONTS are available:
  179.         $ WWSDefaultFont - main game font
  180.         $ WWSDefaultFontBold - the main font of the game "bold"
  181.         $ Exo2 - font of this mod
  182.        You can use the name of the fonts installed on the computer as a value.
  183.        Default: $ Exo2
  184.  
  185.      [Size] - size = "{integer}".
  186.        Sets the size (size) of the label font.
  187.        Default: 9
  188.  
  189.      [Length] - length = "{integer}".
  190.        Sets the MAXIMUM length of the label text. If the length of the text exceeds this value,
  191.        The text is "truncated" and the suffix [suffix] is added to it.
  192.        Default: 10
  193.  
  194.      [Suffix] - suffix = "{string}".
  195.        Sets the "end" of the text label. This value is used only if,
  196.        When the length of the label text exceeds the value specified in [length].
  197.        Default: ...
  198.  
  199.     Extras. Visual effects of text
  200.      A list of "effects" applied to the marker text. The following effects are available:
  201.  
  202.      <Glow [Glow parameters] /> - Glow ("outline") of the text
  203.        [Glow Settings]:
  204.          Color = "{integer}" - Color
  205.          Alpha = "{number from 0 to 1}" - Transparency. 1 - completely opaque. 0 is midnight transparent.
  206.          X = "{number}" - The degree of horizontal blur
  207.          Y = "{number}" - Degree of vertical blur
  208.          Strength = "{number}" - Intensity
  209.  
  210.       <Shadow [Shadow options] /> - Text shadow
  211.         [Shadow Options]:
  212.           Color = "{integer}" - Color
  213.           Alpha = "{number from 0 to 1}" - Transparency. 1 - completely opaque. 0 is midnight transparent.
  214.           X = "{number}" - The degree of horizontal blur
  215.           Y = "{number}" - Degree of vertical blur
  216.           Strength = "{number}" - Intensity
  217.           Angle = "{number}" - The angle, the shadowing of the shadow
  218.           Distance = "{number}" - Displacement distance for the shadow (in pixels)
  219.  
  220.      The list of effects can contain more than one effect of each type (i.e., can be described, for example, two different glows).
  221.      Effects are applied in the same order in which they are described.
  222.  
  223.    Text Mark Offset Settings
  224.      The offset is given in pixels, relative to the center of the
  225.  
  226.      [Horizontal offset] - x = "{number}"
  227.        Default: 0
  228.  
  229.      [Vertical offset] - y = "{number}"
  230.        Default: 3
  231. -->
  232.     <squadron>
  233.       <own>
  234.         <label>
  235.           <text format="%cmd%" color="0xffffff" size="9" length="5" suffix="">
  236.             <shadow color="0x000000" x="1" y="1" alpha="0.6" angle="90" strength="1" distance="0" />
  237.           </text>
  238.           <offset x="10" y="5"/>
  239.         </label>
  240.       </own>
  241.     </squadron>
  242.  
  243. <!--
  244. aadditional target marker settings
  245.   <Target [show direction]>
  246.     Settings additional marker
  247.   </ Target>
  248.  
  249.   [Show direction] - showDirectionLine = "{true / false}"
  250.     Whether or not the "movement direction line" objective. true - to show, false - not.
  251.     Default: false
  252.  
  253.  Settings additional marker
  254.    <Marker [active] [image] />
  255.  
  256.    [Active] - active = "{true / false}"
  257.      On. (True) or off. (False) an additional mark captured target.
  258.      If the marker is enabled, the "standard" marker is displayed.
  259.      Default: false
  260.  
  261.    [Image] - img = "{string}"
  262.      It specifies the relative path to the image file ext. target marker. The path is relative to the folder alt_minimap \ img game resources.
  263.      Default: aim_mark.png
  264. -->
  265.     <target showDirectionLine="true">
  266.       <marker active="true" img="target_mark.png"/>
  267.     </target>
  268.  
  269. <!--
  270. Camera display settings
  271.   <Camera>
  272.     Line-of-sight settings
  273.     Setting the "viewing angle"
  274.     Setting up the "range marker"
  275.   </ Camera>
  276.  
  277.   Line-of-sight settings
  278.    <SightLine [thickness] [color] [transparency] />
  279.  
  280.      [Thickness] - thickness = "{positive number}"
  281.        Specifies the thickness (in pixels) of the "line of sight".
  282.        Default: 1
  283.  
  284.      [Color] - color = "{integer}"
  285.        Sets the color of the "line of sight".
  286.        Default: 0x7dffff
  287.  
  288.      [Transparency] - alpha = "{number from 0 to 1}"
  289.        Sets the transparency of the "line of sight". 1 - completely non-transparent. 0 is midnight transparent.
  290.        Default: 0.1
  291.  
  292.   Angle of View Settings
  293.    <Fov [color] [transparency] />
  294.  
  295.      [Color] - color = "{integer}"
  296.        Specifies the fill color of the "viewing angle".
  297.        Default: 0x7dffff
  298.  
  299.      [Transparency] - alpha = "{number from 0 to 1}"
  300.        Specifies the transparency of the "angle of view" fill. 1 - completely non-transparent. 0 is midnight transparent.
  301.        Default: 0.08
  302.  
  303.   Settings for the "range marker"
  304.    <Distance>
  305.      [Marker Parameters]
  306.    </ Distance>
  307.  
  308.    [Marker parameters]
  309.      The marker can be represented as a downloadable picture, or as a sprite.
  310.      If both options are specified, the uploaded image will be used.
  311.  
  312.      "Downloadable picture"
  313.        <Image [file] />
  314.          [File] - url = "{string}"
  315.            Specifies the relative path to the file with the marker of the range of fire. The path is specified relative to the game resource's alt_minimap \ img folder.
  316.  
  317.      "Sprite"
  318.        <Draw [Initial position of "brush"]>
  319.          [Drawing Commands]
  320.        </ Draw>
  321.  
  322.       [Drawing Options]
  323.         <Draw [Initial position of "brush"]>
  324.           [Drawing Commands]
  325.         </ Draw>
  326.  
  327.         [Initial position of "brush"]
  328.           X = {number} - offset in pixels horizontally. - left, + right
  329.           Y = {number} - offset in pixels along the vertical. - up, + down
  330.  
  331.         [Drawing Commands]
  332.           The drawing commands are executed sequentially in the order in which they are described in the file.
  333.           The following commands are supported:
  334.             MoveTo - move "brush"
  335.             LineTo - draw a line
  336.             LineStyle - set line style
  337.             Fill - set "fill"
  338.             Circle - draw a circle
  339.             Rect - draw a rectangle
  340.  
  341.           <MoveTo x = {number} y = {number} />
  342.           <LineTo x = {number} y = {number} />
  343.  
  344.           <LineStyle [Line Settings]>
  345.             [Line Settings]
  346.               Color = {integer} - line color (RGB)
  347.               Thickness = {integer} - line thickness in pixels
  348.               Alpha = {number [0..1]} - the transparency of the line
  349.               Caps = {none / square / round} - the "ends" of the line. No / crooked / rounded. Default: Rounded
  350.               Joints = {bevel / miter / round} - the "junction" of the line. Bevel / angle / bowed. Default: rounded
  351.  
  352.           <Fill color = {integer} alpha = {c [0..1]}>
  353.             [Drawing Commands]
  354.           </ Fill>
  355.  
  356.           <Circle x = {number} y = {number} radius = {number} />
  357.           <Rect x = {number} y = {number} width = {number} height = {number} />
  358. -->
  359.     <camera>
  360.       <sightLine thickness="1" color="0x7dffff" alpha="0.5"/>
  361.       <fov color="0x7dffff" alpha="0.08"/>
  362.       <distance>
  363.         <draw x="-5" y="-5">
  364.           <lineStyle color="0x000000" thickness="3" alpha="0.2" caps="none" joints="bevel" />
  365.           <lineTo x="5" y="5" />
  366.           <moveTo x="5" y="-5" />
  367.           <lineTo x="-5" y="5" />
  368.  
  369.           <moveTo x="-5" y="-5" />
  370.           <lineStyle color="0xffffff" thickness="1" alpha="1" caps="none" joints="bevel" />
  371.           <lineTo x="5" y="5" />
  372.           <moveTo x="5" y="-5" />
  373.           <lineTo x="-5" y="5" />
  374.         </draw>
  375.       </distance>
  376.     </camera>
  377.   </markers>
  378.  
  379. <!--
  380. Display Settings "distances"
  381.   In general terms, setting "distance" has the following format:
  382.  
  383.   <[Type] [redraw] [hide label]>
  384.     "Circle" Settings
  385.   </[Type]>
  386.  
  387.   [Redraw] - reDraw = "{true / false}"
  388.     Use "Standard" display (false), or not (true)
  389.     Default: false
  390.  
  391.   [Hide tag] - hideLabel = "{true / false}"
  392.     Hide (true) or not (false) text label "distance"
  393.     Default: false
  394.  
  395.   If according to the [Type] "distances" settings have some features about it are dealt with separately in the appropriate section.
  396.  
  397.   In general terms, "circle" setting in the following format:
  398.    <Circle [thickness] [color] [transparency]>
  399.      <Dash [setting dotted line]/>
  400.    </Circle>
  401.  
  402.      [Thickness] - thickness = "{} positive number"
  403.        Is the width (in pixels) of the circle.
  404.        Default: 0
  405.  
  406.      [Color] - color = "{integer}"
  407.        Sets the color of the circle.
  408.        Default: 0xffffff
  409.  
  410.      [Transparency] - alpha = "{number between 0 and 1}"
  411.        Sets the transparency of the circle. 1 - completely opaque. 0 - polnochtyu transparent.
  412.        Default: 0
  413.  
  414.      Tag <dash> is optional and only used to set the "dotted" draw "a circle"
  415.      [Setting dash]
  416.  
  417.        segments = "{integer}" - the number of dash segments. "Skip" is also a segment.
  418.          Default: 360 (meaning 180 "touches" + 180 "Skip")
  419.  
  420.        length = "{} is not a negative number" - the length of the segment in pixels.
  421.          The default is 10.
  422.  
  423.  
  424.   If according to the [Type] setting, "circle" are some features about it are dealt with separately in the appropriate section.
  425. --> <!-- was set to false (DZIBAN) -->
  426.   <ranges active="true">
  427.     <search>
  428. <!--
  429. Settings "distances" search engines
  430.    <Search>
  431.      <[Type]>
  432.        [Default Settings "circle"]
  433.        [Fill Settings "circle"]
  434.      </[Type]>
  435.    </Search>
  436.  
  437.    [A type]:
  438.      sonarShip - detection zone GAP ships
  439.      radarShip - zone detection radar Ship
  440. -->
  441.       <sonarShip>
  442.         <circle thickness="1" color="0x3366ff" alpha="0.7"/>
  443.         <fill color="0x6699ff" alpha="0.10"/>
  444.       </sonarShip>
  445.       <radarShip>
  446.         <circle thickness="1" color="0x00D266" alpha="0.7"/>
  447.         <fill color="0x009664" alpha="0.12"/>
  448.       </radarShip>
  449.     </search>
  450.     <armament>
  451. <!--
  452. Settings "distances" defense
  453.    <AntiAir>
  454.      <[Type] [Standard settings "distance"] [hide]>
  455.        [Default Settings "circle"]
  456.      </[Type]>
  457.    </AntiAir>
  458.  
  459.    [A type]:
  460.         far - distant air defense zone
  461.      middle - average air defense zone
  462.        near - Nearest air defense zone
  463.  
  464.    [Hide] - hide = "{true / false}"
  465.      Display (false) or not (true) "circle" air defense zone
  466. --> <!-- hideLabel was set to true; color was ff0000 but now 00ff00 (DZIBAN)-->
  467.       <antiAir>
  468.         <far reDraw="true" hideLabel="false" hide="false">
  469.           <circle thickness="1" color="0x00ff85" alpha="0.7"/>
  470.           <fill color="0xADF1D1" alpha="0.05"/>
  471.         </far>
  472.         <middle reDraw="true" hideLabel="true" hide="true">
  473.           <circle thickness="1" color="0x00C667" alpha="0.5"/>
  474.           <fill color="0x6DD3A3" alpha="0.08"/>
  475.         </middle>
  476.         <near reDraw="true" hideLabel="true" hide="true">
  477.           <circle thickness="1" color="0x38A36F" alpha="0.4"/>
  478.           <fill color="0x199058" alpha="0.12"/>
  479.         </near>
  480.       </antiAir>
  481.  
  482. <!--
  483. Settings "distance" PMK
  484.    <Secondary [Default Settings "distance"]>
  485.      [Default Settings "circle"]
  486.    </Secondary>
  487. --> <!-- hideLabel was set to true (DZIBAN) color was 00ff00, changed to ff0000-->
  488.       <secondary reDraw="true" hideLabel="true">
  489.         <circle thickness="1" color="0xff0000" alpha="0.8"/>
  490.       </secondary>
  491.     </armament>
  492.  
  493. <!--
  494. Settings "distances" shooting
  495.    <Shooting [hide inactive]>
  496.      <[Type] [Standard settings "distance"]>
  497.        [Default Settings "circle"]
  498.      </[Type]>
  499.    </Shooting>
  500.    [Hide inactive] - hideInactive = "{true / false}"
  501.      Hide (true) or not (false) "circle" inactive weapons
  502.      Default: false
  503.    [A type]:
  504.           main - the main gauge
  505.      torpedoes - torpedoes
  506. -->
  507.     <shooting hideInactive="false">
  508.       <main reDraw="true" hideLabel="false">
  509.         <circle thickness="1" color="0xDEDDFF" alpha="0.9"/>
  510.       </main>
  511.  
  512.       <torpedoes reDraw="true" hideLabel="false">
  513.         <circle thickness="1" color="0xF7ddFF" alpha="0.9"/>
  514.       </torpedoes>
  515.     </shooting>
  516.  
  517. <!--
  518. Settings "distances" detection
  519.   <Visibility>
  520.     <[Type] [Standard settings "distance"]>
  521.       [Default Settings "circle"]
  522.       [Fill Settings "circle"]
  523.     </[Type]>
  524.     [Distance detection surface after firing GC]
  525.   </Visibility>
  526.   [A type]:
  527.     surface - detection surface
  528.      aerial - detection from the air
  529.   [Fill Settings "circle"]
  530.     <Fill [color] [Transparency]/>
  531.       [Color] - color = "{integer}"
  532.         Specifies the fill color "viewing angle".
  533.         Default: 0xffffff
  534.       [Transparency] - alpha = "{number between 0 and 1}"
  535.         Sets the fill transparency of the "circle." 1 - completely opaque. 0 - polnochtyu transparent.
  536.         Default: 0
  537.   [Distance detection surface after firing GC]
  538.     <SurfaceMGShoot>
  539.       [Default Settings "circle"]
  540.     </SurfaceMGShoot>
  541. -->
  542.     <visibility>
  543.       <surface reDraw="true" hideLabel="false">
  544.         <circle thickness="1" color="0xffff00" alpha="0.7">
  545.           <dash segments="720" length="7"/>
  546.         </circle>
  547.         <!--<fill color="0xffff00" alpha="0.05"/>-->
  548.       </surface>
  549.       <aerial reDraw="true" hideLabel="true">
  550.         <circle thickness="1" color="0xffa300" alpha="0.60">
  551.           <dash segments="360" length="5"/>
  552.         </circle>
  553.         <!--<fill color="0xffa300" alpha="0.15"/>-->
  554.       </aerial>
  555.       <surfaceMGShoot>
  556.         <circle thickness="1" color="0xfdff00" alpha="0.3"/>
  557.         <!-- <fill color="0xfdff00" alpha="0.25"/> -->
  558.       </surfaceMGShoot>
  559.     </visibility>
  560. <!--
  561. Settings "circles" bastion
  562.   <Bastion>
  563.     <[Type] [Standard settings "distance"] [hide]>
  564.       [Default Settings "circle"]
  565.       Fill Settings "circle"
  566.     </[Type]>
  567.   </Bastion>
  568.   [A type]:
  569.       shooting - "circle" bombardment of the fort
  570.     visibility - "circle" light observation post
  571.   [Hide] - hide = "{true / false}"
  572.     Display (false) or not (true) indicated "circle"
  573.     Default: false
  574.   Fill Settings "circle"
  575.     <Fill [color] [Transparency]/>
  576.       [Color] - color = "{integer}"
  577.         Specifies the fill color "viewing angle".
  578.         Default: 0xffffff
  579.       [Transparency] - alpha = "{number between 0 and 1}"
  580.         Sets the fill transparency of the "circle." 1 - completely opaque. 0 - polnochtyu transparent.
  581.         Default: 0
  582. -->
  583.     <bastion>
  584.       <shooting reDraw="true" hideLabel="false" hide="false"/>
  585. <!--
  586.        <circle thickness="1" color="0x505a55" alpha="0.5"/>
  587.        <fill color="0x505a55" alpha="0.10"/>
  588.      </shooting>
  589. -->
  590.       <visibility reDraw="true" hideLabel="false" hide="false">
  591.         <!--circle thickness="1" color="0x00c800" alpha="0.5">
  592.          <dash />
  593.        </circle-->
  594.         <fill color="0x00c800" alpha="0.05"/>
  595.       </visibility>
  596.     </bastion>
  597.   </ranges>
  598.  
  599. <!--
  600. Switching Display Modes Settings
  601.   <AltVision>
  602.     <[Type] [initial state] [changeable] [switch to "hold"]/>
  603.   </AltVision>
  604.   [A type]:
  605.     labels - text marker tags.
  606.       On. or off. displaying text labels mozheno markers directly in combat.
  607.       Is responsible for this key is "Alternative Skin" (by default Alt)
  608.       Given suitable "tick" no impact on it has not.
  609.     sunked - markers destroyed ships
  610.       On. or off. map markers destroyed ships directly in combat.
  611.       Is responsible for this button "Show ships destroyed" (default])
  612.   [Initial state] - initial = "{true / false}"
  613.     Show (true) or not (false) at the beginning of the battle
  614.     Default: false
  615.   [Changeable] - isPermanent = "{true / false}"
  616.     Maybe (false) or not (true) is changed during the battle
  617.     Default: false
  618.   [Switch to "hold"] - switchOnHold = "{true / false}"
  619.     Whether a change occurs when "Hold" (true) or "pressed" (false)
  620.   so that the set by default:
  621.        1. In the "start": text labels - are visible, "drowned" - visible
  622.        2. Each time you press Alt /] keys, respectively, change their visibility. If they are visible, become visible. And naobrot.
  623. -->
  624. -->
  625.   <altVision>
  626.     <labels initial="true" isPermanent="true" switchOnHold="false"/>   
  627.     <sunked initial="true" isPermanent="true" switchOnHold="false"/>
  628.   </altVision>
  629.  
  630. <!--
  631. AutoCorrect Dictionary
  632.    Each dictionary element has the following structure:
  633.      <Item [that replace] [on what to replace]/>
  634.      [Replace it] - key = "{string}"
  635.        A string _kotoruyu_ need to be replaced. Register of letters does not matter
  636.      [Replace what] - value = "{string}"
  637.        A string _na kotoruyu_ need to be replaced. When replacing, capitalization is preserved
  638.    In the formation of the text label values of all special. characters except% nickname% tested on this glossary.
  639.    If something is found, then the label text gets no value itself, but something that must be replaced
  640. -->
  641.   <formatter>
  642.     <item key="russia" value="RU"/>
  643.     <item key="usa" value="US"/>
  644.     <item key="japan" value="JP"/>
  645.     <item key="germany" value="DE"/>
  646.     <item key="united kingdom" value="UK"/> <!-- THIS IS ONLY A GUESS! 3/26/17 DZIBAN -->
  647.     <item key="france" value="FR"/>  <!-- THIS IS ONLY A GUESS! 3/26/17 DZIBAN -->
  648.     <item key="italy" value="IT"/> <!-- THIS IS ONLY A GUESS! 6/8/17 DZIBAN -->
  649. <!-- Imperial Japanese Navy -->
  650.     <!-- IJN DD -->
  651.         <item key="Hatsuharu" value="Hatsu"/>
  652.         <item key="Fubuki" value="Fubuki"/>
  653.         <item key="AKATSUKI" value="Akatsuki"/>
  654.         <item key="AKIZUKI" value="Akizuki"/>
  655.         <item key="Kagero" value="Kagero"/>
  656.         <item key="Shimakaze" value="Shima"/>
  657.         <item key="SHIRATSUYU" value="Shiratsuyu"/>
  658.         <item key="SHINONOME" value="Shinonome"/>
  659.         <item key="Tachibana Lima" value="Tachi L"/>
  660.         <item key="Tachibana L" value="Tachi L"/>
  661.         <item key="Tachibana" value="Tachi"/>
  662.         <item key="Umikaze" value="Umikaze"/>
  663.         <item key="Wakatake" value="Wakatake"/>
  664.         <item key="Isokaze" value="Isokaze"/>
  665.         <item key="Minekaze" value="Minekaze"/>
  666.         <item key="YŪGUMO" value="Yūgumo"/>
  667.         <item key="YUGUMO" value="Yūgumo"/>
  668.         <item key="Mutsuki" value="Mutsuki"/>
  669.         <item key="Fujin" value="Fūjin"/>
  670.         <item key="FŪJIN" value="Fūjin"/>
  671.         <item key="FUJIN" value="Fūjin"/>
  672.         <item key="Kamikaze" value="Kamikaze"/>
  673.         <item key="KAMIKAZE" value="Kamikaze"/>
  674.         <item key="KAMIKAZE R" value="Kamikaze R"/>
  675.     <!-- IJN CL/CA -->
  676.         <item key="Katori" value="Katori"/>
  677.         <item key="Chikuma" value="Chikuma"/>
  678.         <item key="Tenryu" value="Tenryu"/>
  679.         <item key="Kuma" value="Kuma"/>
  680.         <item key="Furutaka" value="Furutaka"/>
  681.         <item key="Aoba" value="Aoba"/>
  682.         <item key="Mogami" value="Mogami"/>
  683.         <item key="Myoko" value="Myōkō"/>
  684.         <item key="Ibuki" value="Ibuki"/>
  685.         <item key="Zao" value="Zao"/>
  686.         <item key="Yubari" value="Yūbari"/>
  687.         <item key="Yūbari" value="Yūbari"/>
  688.         <item key="Iwaki Alpha" value="Iwaki α"/>
  689.         <item key="Hashidate" value="Hashidate"/>
  690.         <item key="Atago" value="Atago"/>
  691.         <item key="Tone" value="Tone"/>
  692.     <!-- IJN BB -->
  693.         <item key="Kawachi" value="Kawachi"/>
  694.         <item key="Myogi" value="Myogi"/>
  695.         <item key="Kongo" value="Kongō"/>
  696.         <item key="Fuso" value="Fuso"/>
  697.         <item key="Nagato" value="Nagato"/>
  698.         <item key="Amagi" value="Amagi"/>
  699.         <item key="Izumo" value="Izumo"/>
  700.         <item key="Yamato" value="Yamato"/>
  701.         <item key="Ishizuchi" value="Ishizuchi"/>
  702.         <item key="Mikasa" value="Mikasa"/>
  703.         <item key="MUTSU" value="Mutsu"/>
  704.     <!-- IJN CV -->
  705.         <item key="Hosho" value="Hosho"/>
  706.         <item key="Zuiho" value="Zuiho"/>
  707.         <item key="Ryujo" value="Ryujo"/>
  708.         <item key="Hiryu" value="Hiryu"/>
  709.         <item key="Shokaku" value="Shokaku"/>
  710.         <item key="Taiho" value="Taiho"/>
  711.         <item key="Hakuryu" value="Hakuryu"/>  
  712.         <item key="Kaga" value="Kaga"/>
  713. <!-- United States Navy -->
  714.     <!-- USN DD -->
  715.         <item key="Sampson" value="Sampson"/>
  716.         <item key="Wickes" value="Wickes"/>
  717.         <item key="Clemson" value="Clemson"/>
  718.         <item key="Nicholas" value="Nicholas"/>
  719.         <item key="Farragut" value="Farragut"/>
  720.         <item key="Mahan" value="Mahan"/>
  721.         <item key="Benson" value="Benson"/>
  722.         <item key="Fletcher" value="Fletcher"/>
  723.         <item key="Gearing" value="Gearing"/>
  724.         <item key="Sims" value="Sims"/>
  725.         <item key="Smith" value="Smith"/>
  726.         <item key="BLACK" value="Black"/>
  727.         <item key="Kidd" value="Kidd"/>
  728.     <!-- USN CL/CA -->
  729.         <item key="Erie" value="Erie"/>
  730.         <item key="Chester" value="Chester"/>
  731.         <item key="St. Louis" value="St. Louis"/>
  732.         <item key="Phoenix" value="Phoenix"/>
  733.         <item key="Omaha" value="Omaha"/>
  734.         <item key="Cleveland" value="Cleve"/>
  735.         <item key="Pensacola" value="Pensacola"/>
  736.         <item key="New Orleans" value="NOLA"/>
  737.         <item key="Baltimore" value="Balti"/>
  738.         <item key="Des Moines" value="DesMoines"/>
  739.         <item key="Albany" value="Albany"/>
  740.         <item key="Atlanta" value="Atlanta"/>
  741.         <item key="Marblehead Lima" value="Marblehead L"/>
  742.         <item key="Marblehead" value="Marblehead"/>
  743.         <item key="FLINT" value="Flint"/>
  744.         <item key="Indianapolis" value="Kokomo"/>
  745.         <item key="Buffalo" value="Buffalo"/>
  746.         <item key="Pensacola 1930" value="Pensa'30"/>
  747.         <item key="Worcester" value="Woostah"/>
  748.     <!-- USN BB -->
  749.         <item key="S. Carolina" value="S.C."/>
  750.         <item key="Wyoming" value="Wyoming"/>
  751.         <item key="New York" value="N.Y."/>
  752.         <item key="New Mexico" value="N.M."/>
  753.         <item key="Colorado" value="Colorado"/>
  754.         <item key="N. Carolina" value="N.C."/>
  755.         <item key="Iowa" value="Iowa"/>
  756.         <item key="Montana" value="Montana"/>
  757.         <item key="Arkansas B" value="Arkansas β"/>
  758.         <item key="MISSOURI" value="Misery"/>
  759.         <item key="Texas" value="Texas"/>
  760.         <item key="Arizona"  value="Arizona"/> 
  761.         <item key="Alabama ST" value="Alabama ST"/>
  762.         <item key="Alabama" value="'Bama"/>
  763.     <!-- USN CV -->
  764.         <item key="Langley" value="Lameley"/>
  765.         <item key="Bogue" value="Bogue"/>
  766.         <item key="Independence" value="Indy"/>
  767.         <item key="Ranger" value="Ranger"/>
  768.         <item key="Lexington" value="Lex"/>
  769.         <item key="Essex" value="Essex"/>  
  770.         <item key="Midway" value="Midway"/>
  771.         <item key="Saipan" value="Saipan"/>
  772.         <item key="Enterprise" value="Enterprise!"/>
  773.         <item key="Yorktown" value="OMGYorktown!"/> <!-- Not actually in the game.... yet! -->
  774.         <item key="Wasp" value="OMGWasp!"/> <!-- Not actually in the game.... yet! -->     
  775. <!-- Kriegsmarine -->
  776.     <!-- KM DD -->
  777.         <item key="MAASS" value="Maaß"/>
  778.         <item key="GAEDE" value="Gäde"/>  
  779.         <item key="V-25" value="V-25"/>
  780.         <item key="G-101" value="G-101"/>
  781.         <item key="V-170" value="V-170"/>
  782.         <item key="T-22" value="T-22"/>
  783.         <item key="Z-23" value="Z-23"/>
  784.         <item key="Z-46" value="Z-46"/>
  785.         <item key="Z-52" value="Z-52"/>
  786.     <!-- KM CL/CA -->
  787.         <item key="Hermelin" value="Hermelin"/>
  788.         <item key="Dresden" value="Dresden"/>
  789.         <item key="Kolberg" value="Kolberg"/>
  790.         <item key="Karlsruhe" value="K-ruhe"/>
  791.         <item key="Königsberg" value="Nigsberg"/>
  792.         <item key="Nürnberg" value="Nürnberg"/>
  793.         <item key="Yorck" value="Yorck"/>
  794.         <item key="Hipper" value="Hipper"/>
  795.         <item key="Roon" value="Roon"/>
  796.         <item key="Hindenburg" value="Hindenburg"/>
  797.         <item key="Emden" value="Emden"/>
  798.         <item key="PRINZ EUGEN" value="Prinz"/>
  799.         <item key="GRAF SPEE" value="GrafSpee"/>   
  800.     <!-- KM BB -->
  801.         <item key="K. Albert" value="König Albert"/>
  802.         <item key="Tirpitz" value="Tirpitz"/>
  803.         <item key="Sсharnhorst" value="Sсharn"/>
  804.         <item key="SCHARNHORST" value="Sсharn"/>
  805.         <item key="Nassau" value="Nassau"/>
  806.         <item key="Kaiser" value="Kaiser"/>
  807.         <item key="König" value="König"/>
  808.         <item key="Bayern" value="Bayern"/>
  809.         <item key="Gneisenau" value="Gneis"/>
  810.         <item key="Bismarck" value="Bismarck"/>
  811.         <item key="F. der Große" value="Große"/>
  812.         <item key="G. Kurfürst" value="Kurfürst"/>   
  813. <!-- Royal Navy -->
  814.     <!-- RN DD -->
  815.         <item key="Campbeltown" value="Campbeltown"/>  
  816.     <!-- RN CL/CA -->
  817.         <item key="Black Swan" value="Black Swan"/>
  818.         <item key="Weymouth" value="Weymouth"/>
  819.         <item key="Caledon" value="Caledon"/>
  820.         <item key="Danae" value="Danae"/>
  821.         <item key="Emerald" value="Emerald"/>
  822.         <item key="Leander" value="Leander"/>
  823.         <item key="Fiji" value="Fiji"/>
  824.         <item key="Edinburgh" value="Edinburgh"/>
  825.         <item key="Neptune" value="Neptune"/>
  826.         <item key="Minotaur" value="Minotaur"/>
  827.         <item key="Belfast" value="Belfast"/>
  828.     <!-- RN BB -->
  829.         <item key="Warspite" value="Warspite"/>
  830.         <item key="Hood" value="Hood"/>
  831. <!-- Soviet Navy -->
  832.     <!-- SU DD -->
  833.         <item key="GNEVNY" value="Gnevny"/>
  834.         <item key="Гневный" value="Gnevny"/>
  835.         <item key="OGNEVOI" value="Ognevoi"/>
  836.         <item key="Огневой" value="Ognevoi"/>
  837.         <item key="Киев" value="Kiev"/>
  838.         <item key="TASHKENT" value="Tashkent"/>
  839.         <item key="Ташкент" value="Tashkent"/>
  840.         <item key="Удалой" value="Udaloi"/>
  841.         <item key="UDALOI" value="Udaloi"/>
  842.         <item key="Хабаровск" value="Khab"/>
  843.         <item key="KHABAROVSK" value="Khab"/>
  844.         <item key="Изяслав" value="Izyaslav"/>
  845.         <item key="IZYASLAV" value="Izyaslav"/>
  846.         <item key="Дерзкий" value="Derzki"/>
  847.         <item key="DERZKI" value="Derzki"/>
  848.         <item key="Сторожевой" value="Storozhevoi"/>
  849.         <item key="STOROZHEVOI" value="Storozhevoi"/>  
  850.         <item key="Гремящий" value="Gremy"/>
  851.         <item key="GREMYASHCHY" value="Gremy"/>
  852.         <item key="KIEV" value="Kiev"/>
  853.         <item key="OPASNY" value="Opasny"/>
  854.         <item key="PODVOISKY" value="Podvoisky"/>
  855.         <item key="GORDY" value="Gordy"/>
  856.         <item key="MINSK" value="Minsk"/>
  857.         <item key="ASHKHABAD" value="Ashkhabad"/>
  858.         <item key="OSMOTRITELNY" value="Osmotritelny"/>
  859.         <item key="YEREVAN" value="Yerevan"/>
  860.         <item key="NAKHODKA" value="Nakhoda"/>
  861.         <item key="GROZOVOI" value="Grozovoi"/>
  862.         <item key="OKHOTNIK" value="Okhotnik"/>
  863.     <!-- SU CL/CA -->
  864.         <item key="Орлан" value="Orlan"/>
  865.         <item key="ORLAN" value="Orlan"/>
  866.         <item key="Аврора" value="Aurora"/>
  867.         <item key="AURORA" value="Aurora"/>
  868.         <item key="Мурманск" value="Murmansk"/>
  869.         <item key="MURMANSK" value="Murmansk"/>
  870.         <item key="Диана Lima" value="Diana L"/>
  871.         <item key="Диана" value="Diana"/>
  872.         <item key="DIANA LIMA" value="Diana L"/>
  873.         <item key="DIANA L" value="Diana L"/>
  874.         <item key="DIANA" value="Diana"/>
  875.         <item key="Кутузов" value="Kutuzov"/>
  876.         <item key="KUTUZOV" value="Kutuzov"/>
  877.         <item key="Будённый" value="Budyonny"/>
  878.         <item key="BUDYONNY" value="Budyonny"/>
  879.         <item key="Москва" value="Moskva"/>
  880.         <item key="MOSKVA" value="Moskva"/>
  881.         <item key="Дм. Донской" value="Donskoi"/>
  882.         <item key="DM. DONSKOI" value="Donskoi"/>
  883.         <item key="LENINGRAD" value="Leningrad"/>
  884.         <item key="Богатырь" value="Bogatyr"/>
  885.         <item key="BOGATYR" value="Bogatyr"/>
  886.         <item key="Щорс" value="Shchors"/>
  887.         <item key="SHCHORS" value="Shchors"/>
  888.         <item key="Киров" value="Kirov"/>
  889.         <item key="KIROV" value="Kirov"/>
  890.         <item key="Новик" value="Novik"/>
  891.         <item key="NOVIK" value="Novik"/>
  892.         <item key="Чапаев" value="Chapayev"/>
  893.         <item key="CHAPAYEV" value="Chapayev"/>
  894.         <item key="Светлана" value="Svietlana"/>
  895.         <item key="SVIETLANA" value="Svietlana"/>
  896.         <item key="Молотов" value="Molotov"/>
  897.         <item key="MOLOTOV" value="Molotov"/>
  898.         <item key="Красный Крым" value="Krasny"/>
  899.         <item key="KRASNY KRYM" value="Krasny"/>   
  900.         <item key="Oleg" value="Oleg"/>
  901.     <!-- SU BB -->
  902.         <item key="Николай I" value="Nikolai I"/>
  903.         <item key="NIKOLAI I" value="Nikolai I"/>
  904.  
  905. <!-- France/Marine Nationale -->
  906.     <!-- MN CL/CA -->
  907.         <item key="BOUGAINVILLE" value="Bougainville"/>
  908.         <item key="JURIEN DE LA GRAVIERE" value="Graviere"/>
  909.         <item key="GRAVIERE" value="Graviere"/>
  910.         <item key="FRIANT" value="Friant"/>
  911.         <item key="DUGUAY-TROUIN" value="Duguay"/> 
  912.         <item key="ÉMILE BERTIN" value="Bertin"/> 
  913.         <item key="LA GALISSONNIÈRE" value="LaGaliss"/>   
  914.         <item key="ALGÉRIE" value="Algérie"/>
  915.         <item key="CHARLES MARTEL" value="Martel"/>
  916.         <item key="SAINT-LOUIS" value="St-Louis"/> 
  917.         <item key="HENRI IV" value="Henri IV"/>    
  918.         <item key="De Grasse" value="DeGrasse"/>
  919.     <!-- MN BB -->
  920.         <item key="DUNKERQUE" value="Dunkerque"/>  
  921.        
  922. <!-- Other nations -->
  923.         <item key="Błyskawica" value="Błyska"/>
  924.         <item key="Lo Yang" value="Lo Yang"/>
  925.         <item key="Anshan" value="Anshan"/>
  926.         <item key="Perth" value="Perth"/>  
  927.         <item key="S. Dragon" value="Dragon"/>
  928.         <item key="E. Dragon" value="E.Dragon"/>
  929.         <item key="Duca d'Aosta" value="Duca"/>
  930. <!-- ARP -->
  931.         <item key="ARP Kongō" value="ARP Kongō"/>
  932.         <item key="ARP MYOKO" value="ARPMyōkō"/>
  933.         <item key="ARP ASHIGARA" value="Ashigara"/>
  934.         <item key="ARP HAGURO" value="Haguro"/>
  935.         <item key="ARP NACHI" value="Nachi"/>
  936.         <item key="ARP KONGO" value="ARPKongō"/>
  937.         <item key="ARP KIRISHIMA" value="Kirishima"/>
  938.         <item key="ARP HIEI" value="Hiei"/>
  939.         <item key="ARP HARUNA" value="Haruna"/>
  940.         <item key="ARP TAKAO" value="Takao"/>
  941.         <item key="ARP Myoko" value="ARP Myoko"/>
  942.         <item key="Ashitaka" value="Ashitaka"/>  <!-- More anime shit I think -->
  943. <!-- Customized Names -->
  944.         <item key="ALGIERS" value="Algiers"/>
  945.         <item key="LOUISIANA" value="Louisiana"/>
  946.         <item key="MISSISSIPPI" value="Miss'ip"/>
  947.         <item key="IDAHO" value="Idaho"/>
  948.         <item key="KENTUCKY" value="Kentucky"/>
  949.         <item key="MISSOURI" value="Missouri"/>
  950.         <item key="BILOXI" value="Biloxi"/>
  951.         <item key="RENO" value="Reno"/>
  952.         <item key="CABOT" value="Cabot"/>
  953.         <item key="SARATOGA" value="Saratoga"/>
  954.         <item key="SHANGRI-LA" value="Shangri-La"/>
  955.         <item key="CORAL SEA" value="CoralSea"/>
  956.         <item key="BRETON SOUND" value="Breton"/>
  957.         <item key="WASHINGTON" value="Washington"/>
  958.         <item key="SALEM" value="Salem"/>
  959.         <item key="DU PONT" value="Du Pont"/>
  960.         <item key="DAHLGREN" value="Dahlgren"/>
  961.         <item key="BRETON" value="Breton"/>
  962.         <item key="NUNYA" value="Nunya"/>
  963.         <item key="Sōryū" value="Sōryū"/>
  964.         <item key="Akagi" value="Akagi"/>
  965.         <item key="Shokaku" value="Shokaku"/>
  966.         <item key="Maya" value="Maya"/>
  967.         <item key="Senjō" value="Senjō"/>
  968.         <item key="Yūgumo" value="Yūgumo"/>
  969.         <item key="Musashi" value="Musashi"/>
  970.         <item key="DRAGON" value="Dragon"/>
  971.         <item key="frunze" value="Frunze"/>
  972.         <item key="houston" value="Houston"/>
  973.         <item key="Shōhō" value="Shōhō"/>
  974.   </formatter>  
  975. </alt_minimap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement