Jump to content
Korean Random

d2uriel

User
  • Content Count

    8
  • Joined

  • Last visited

Community Reputation

1 Noob

Contacts

  • Nick
    d2uriel
  1. True, but only there it's possible to align all info into columns. Check out this screen shot:
  2. Hey, I'd like to ask for a feature: please add extra fields to StatisticsForm and BattleLoading screens as the existing ones in PlayersPanel so I can use the TextFields and same configuration for all of the panels. What I'm missing is a possibility to format StatisticsForm and BattleLoading like below (which is possible with PlayersPanel): "extraFieldsLeft": [ { "x": -400, "y": 2, "w": 35, "align": "left", "bindToIcon": true, "format": "<font color='{{c:wn8}}'>{{wn8%4d|----}}</font>" }, // WN8 { "x": -365, "y": 2, "w": 35, "alpha": "60", "align": "left", "bindToIcon": true, "format": "<font color='{{c:kb}}'>{{kb%4.01f~k|----}}</font>" }, // kb { "x": -325, "y": 2, "w": 140, "alpha": "{{ready?100|50}}", "align": "left", "bindToIcon": true, "format": "<font color='{{l10n:{{clannb}}}}'>{{name%.18s~..}}{{clan%.7s~..}}</font>" } ], "extraFieldsRight": [ { "x": -400, "y": 2, "w": 35, "align": "right", "bindToIcon": true, "format": "<font color='{{c:wn8}}'>{{wn8%4d|----}}</font>" }, // WN8 { "x": -365, "y": 2, "w": 35, "alpha": "60", "align": "right", "bindToIcon": true, "format": "<font color='{{c:kb}}'>{{kb%4.01f~k|----}}</font>" }, //kb { "x": -325, "y": 2, "w": 140, "alpha": "{{ready?100|50}}", "align": "right", "bindToIcon": true, "format": "<font color='{{l10n:{{clannb}}}}'>{{name%.18s~..}}{{clan%.7s~..}}</font>" }, ${"panels.xc":"enemySpottedMarker"} ] Thank you for your attention. Cheers, Daniel.
  3. I've tested these "tabstops" quite much and it seems they don't work at all or the code I have is not really correct. It doesn't really matter what values will I put there... they make no change. I'm of coure restarting the game after every change. Any comments on that?
  4. Believe it or not but I already have... any specific value you mean?
  5. Hi, So I almost managed to achieve what I wanted but I can't get the right PlayersPanel to look the way I want it. This is how it looks like now: Left PP: WN8, kbattles and nick aligned to left, then XVM indicator and frag count, vehicle, etc. Right PP: WN8, kbattles and nick not really aligned and I have no bloody idea how to align it. The code: "leftNick": "<textformat tabstops='[35,70]' align='left'><font color='{{c:wn8}}'>{{wn8%4d|----}}</font><tab><font color='{{c:kb}}'>{{kb%4.01f~k|----}}</font><tab><font color='{{l10n:{{clannb}}}}'>{{name%.18s~..}}{{clan%.7s~..}}</font></textformat>" "rightNick": "<textformat tabstops='[140, 180]' align='right'><font color='{{l10n:{{clannb}}}}'>{{name%.18s~..}}{{clan%.7s~..}}</font><tab><font color='{{c:kb}}'>{{kb%4.01f~k|----}}</font><tab><font color='{{c:wn8}}'>{{wn8%4d|----}}</font></textformat>" How can I make the right PP Wn8, kbattles and nick aligned to the right with similar spacing between them as in the left one? Thank you in advance for your help.
  6. Hi, Is it possible to make the nick color in Player Panel dependent on that players clan tag? Something like: <font color='{{clannb=ORLY?#f00:#fff}}'>{{nick}}</font> Thank you in advance for your reply. Cheers, d2. Edit: I was actually thinking about using l10n to replace {{clanbb}} which would equal ORLY with the proper color, something like: <font color='{{l10n:{{clannb}}}}'>{{nick}}</font> and adding: "ORLY": "#f00" to /l10n/en.xc but that didn't work. Edit2: It does actually work!
×
×
  • Create New...