Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Parameters of the Players Panels ("ears").
- "enemySpottedMarker": {
- "x": -25,
- "y": -10,
- "bindToIcon": true,
- "format": "{{spotted}}",
- "shadow": { }
- },
- "playersPanel": {
- "removePanelsModeSwitcher": false,
- "alpha": 60,
- "iconAlpha": 100,
- "removeSquadIcon": false,
- "clanIcon": {
- "show": false,
- "x": 0,
- "y": 6,
- "xr": 0,
- "yr": 6,
- "w": 16,
- "h": 16,
- "alpha": 90
- },
- "short": {
- "enabled": true,
- "fragsFormatLeft": "{{frags}}",
- "fragsFormatRight": "{{frags}}",
- "width": 0,
- "extraFieldsLeft": [],
- "extraFieldsRight": [
- ${"enemySpottedMarker"}
- ]
- },
- "medium": {
- "enabled": true,
- "formatLeft": "{{nick%.8s}}",
- "formatRight": "{{nick%.8s}}",
- "fragsFormatLeft": "{{frags}}",
- "fragsFormatRight": "{{frags}}",
- "width": 46,
- "extraFieldsLeft": [],
- "extraFieldsRight": [
- ${"enemySpottedMarker"}
- ]
- },
- "medium2": {
- "enabled": true,
- "formatLeft": "{{vehicle}}",
- "formatRight": "{{vehicle}}",
- "fragsFormatLeft": "{{frags}}",
- "fragsFormatRight": "{{frags}}",
- "width": 65,
- "extraFieldsLeft": [],
- "extraFieldsRight": [
- ${"enemySpottedMarker"}
- ]
- },
- "large": {
- "enabled": true,
- "nickFormatLeft": "{{nick}}",
- "vehicleFormatRight": "{{vehicle}}",
- "nickFormatRight": "{{nick}}",
- "vehicleFormatLeft": "{{vehicle}}",
- "fragsFormatLeft": "{{frags}}",
- "fragsFormatRight": "{{frags}}",
- "width": 170,
- "extraFieldsLeft": [],
- "extraFieldsRight": [
- ${"enemySpottedMarker"}
- ]
- }
- },
- // Text substitutions.
- "texts": {
- // Text for {{vtype}} macro.
- // Текст для макроса {{vtype}}.
- "vtype": {
- // Text for light tanks / Текст для легких танков.
- "LT": "{{l10n:LT}}",
- // Text for medium tanks / Текст для средних танков.
- "MT": "{{l10n:MT}}",
- // Text for heavy tanks / Текст для тяжелых танков.
- "HT": "{{l10n:HT}}",
- // Text for arty / Текст для арты.
- "SPG": "{{l10n:SPG}}",
- // Text for tank destroyers / Текст для ПТ.
- "TD": "{{l10n:TD}}"
- },
- // Text for {{marksOnGun}}, {{v.marksOnGun}} macros.
- // Текст для макросов {{marksOnGun}}, {{v.marksOnGun}}
- "marksOnGun": {
- "_0": "0",
- "_1": "1",
- "_2": "2",
- "_3": "3"
- },
- // Text for {{spotted}} macro.
- // Текст для макроса {{spotted}}
- "spotted": {
- "neverSeen": "<font face='$FieldFont' size='24' color='#DEDEDE'>*</font>",
- "lost": "",
- "revealed": "",
- "dead": "",
- "neverSeen_arty": "<font face='$FieldFont' size='24' color='#DEDEDE'>*</font>",
- "lost_arty": "",
- "revealed_arty": "",
- "dead_arty": ""
- }
- },
Advertisement
Add Comment
Please, Sign In to add comment