Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" ?>
- <!--
- Protractor
- <Navigator [on-screen position]>
- [Bearing Display Settings]
- [Target angle setting display settings]
- [Course angle display settings]
- </ Navigator>
- [Screen Position]
- X = "{number}" - Horizontal offset of the center of the goniometer relative to the center of the screen
- Y = "{number}" - Vertical offset of the center of the goniometer relative to the center of the screen
- -->
- <!-- <navigator x="-550" y="200"> -->
- <navigator x="0" y="200">
- <!--
- [Bearing Display]
- The target bearing is displayed by turning the protractor.
- <Bearing [settings] />
- [Settings]
- Active = "{true / false}" - On (true) / Off (false)
- -->
- <bearing active="false"/>
- <!--
- [Target heading angle displays]
- <TargetAngle>
- [Text label settings]
- [Color scheme settings]
- </ TargetAngle>
- -->
- <targetAngle>
- <!--
- [Textual Mark of the MSC]
- <Label [horizon dividing system] />
- [Horizon Division System]
- BasedOn90 = "{true / false}" - Use a quad (true) or semicircular horizon dividing system
- When using a semicircular SDG, the label displays the CCC
- With a quarterly SDG - if the MSC> 90, then the angle that the label displays is equal to (180-KUTS). In the game realities it is more convenient
- -->
- <label basedOn90="true"/>
- <!--
- [Color scheme of the MSC]
- <Type Color Transparent />
- Type = "{safe / unsafe / dangerous}"
- Safe corresponds to the MCC from [0, 30] and [150, 180]
- Unsafe corresponds to the MCC from (30, 60] and [120, 150)
- Dangerous corresponds to the MCC from (60, 120)
- Colour
- Color = "{integer}" - specifies the color for the "fill" of the KTC indicator
- Transparency
- Alpha = "{number from 0 to 1}" - determines the transparency of the "filling" of the indicator of the CIC. 0 - fully transparent "fill", 1 - completely opaque.
- -->
- <colors>
- <safe color="0xff0000" alpha="0.15"/>
- <unsafe color="0xffc800" alpha="0.15"/>
- <dangerous color="0x00c800" alpha="0.15"/>
- </colors>
- </targetAngle>
- <!--
- [Course-angle displays]
- <ShipAngle>
- [Color scheme settings]
- </ ShipAngle>
- -->
- <shipAngle>
- <!--
- [Color scheme of the CU]
- <Type Color Transparent />
- Type = "{safe / unsafe / dangerous}"
- Safe corresponds to the MCC from [0, 30] and [150, 180]
- Unsafe corresponds to the MCC from (30, 60] and [120, 150)
- Dangerous corresponds to the MCC from (60, 120)
- Colour
- Color = "{integer}" - specifies the color for the "fill" of the KTC indicator
- Transparency
- Alpha = "{number from 0 to 1}" - determines the transparency of the "filling" of the indicator of the CIC. 0 - fully transparent "fill", 1 - completely opaque.
- -->
- <colors>
- <safe color="0x727c7e" alpha="0.5"/>
- <unsafe color="0x727c7e" alpha="0.5"/>
- <dangerous color="0x727c7e" alpha="0.5"/>
- </colors>
- </shipAngle>
- </navigator>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement