Jump to content
Korean Random

Kosminhotep

User
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Noob

Contacts

  • Nick
    Kosminhotep
  1. Thanks, but that doesn't help me at all. Sure if it's all numbers, monospace and 4 digits it's aligned nicely. But I want the vehicle name too, and the vehicleFormatLeft/Right are centered instead of aligned left/right like the nicks. Align left/right in the font tag does nothing. Can I use extra fields or something, can those be aligned?
  2. Hi. I've searched high and low, but couldn't find anything about this. In playerspanel.xc I have this vehicle config for the large panels: // Display format for player nickname (macros allowed, see readme-en.txt). // Формат отображения имени игрока (допускаются макроподстановки, см. readme-ru.txt). "nickFormatLeft": "<font alpha='{{alive?#FF|#80}}'><font face='Lucida Console' size='11'><font color='{{c:kb}}'>{{kb%2d~k|--k}}</font> <font color='{{c:wn8}}'>{{wn8%4d|----}}</font> <font color='{{c:rating}}'>{{rating%2d~%|--%}}</font></font> {{name%.12s~..}}<font alpha='#A0'>{{clan}}</font></font>", "nickFormatRight": "<font alpha='{{alive?#FF|#80}}'>{{name%.12s~..}}<font alpha='#A0'>{{clan}}</font> <font face='Lucida Console' size='11'><font color='{{c:rating}}'>{{rating%2d~%|--%}}</font> <font color='{{c:wn8}}'>{{wn8%4d|----}}</font> <font color='{{c:kb}}'>{{kb%2d~k|--k}}</font></font></font>", // Display format for vehicle name (macros allowed, see readme-en.txt). // Формат отображения названия танка (допускаются макроподстановки, см. readme-ru.txt). "vehicleFormatLeft": "<font alpha='{{alive?#FF|#80}}'><font color='{{c:t-rating}}'>{{vehicle}} <font face='Lucida Console' size='11'>{{t-rating%2d~%|--%}}</font></font></font>", "vehicleFormatRight": "<font alpha='{{alive?#FF|#80}}'><font color='{{c:t-rating}}'><font face='Lucida Console' size='11'>{{t-rating%2d~%|--%}}</font> {{vehicle}}</font></font>", // Display format for frags (macros allowed, see readme-en.txt). // Формат отображения фрагов (допускаются макроподстановки, см. readme-ru.txt). "fragsFormatLeft": "{{frags}}", "fragsFormatRight": "{{frags}}", which gives me: The "nickFormatLeft" and "nickFormatRight" fields are aligned to left and right respectively. "vehicleFormatLeft" and "vehicleFormatRight" are centered. How can I align them to the right and left? Thanks in advance!
×
×
  • Create New...