RavenStryker Posted September 20, 2025 Share Posted September 20, 2025 (edited) I'm running into an issue where I cannot seem to get the name and clan on the enemy side of the battle loading panel to align right. It "seems" to be aligned left and if a clan is missing then it gets bumped over farther to the right. I'd like to have the enemy side mirror the allies side if possible. Below is my code for the panels. Thanks in advance! "formatRightNick": "<font alpha='#A0'>{{clan}}</font>{{name%.15s~..}}<textformat tabstops='[45, 10]'><tab><font color='{{c:winrate}}'>{{winrate%2d~%| --%}}</font><tab><img src='xvm://res/icons/xvm/xvm-user-{{xvm-user|none}}.png'></textformat>", Edited September 20, 2025 by RavenStryker @ Quote Link to comment Short link Share on other sites More sharing options...
Solution TornadoCat Posted September 20, 2025 Solution Share Posted September 20, 2025 (edited) Try this "formatRightNick": "{{name%.15s~..}}<font alpha='#A0'>{{clan}}</font><font color='{{c:winrate}}'> {{winrate%2d~%|--%}}</font><img src='xvm://res/icons/xvm/xvm-user-{{xvm-user|none}}.png'>", I've turn the playername, clan and winrate to one textfield, added some spacebars, removed tabstops and it's done I've changed the only playername field, so don't pay attention to the other font, now it should to work correctly Edited September 20, 2025 by TornadoCat @ Quote Link to comment Short link Share on other sites More sharing options...
HEKPOMAHT Posted September 20, 2025 Share Posted September 20, 2025 @RavenStryker конфиг дефолтный? У 6 игроков никнеймы смещены вправо, поэтому они настаиваются на % побед @ Quote Link to comment Short link Share on other sites More sharing options...
RavenStryker Posted September 20, 2025 Author Share Posted September 20, 2025 6 hours ago, TornadoCat said: Try this "formatRightNick": "{{name%.15s~..}}<font alpha='#A0'>{{clan}}</font><font color='{{c:winrate}}'> {{winrate%2d~%|--%}}</font><img src='xvm://res/icons/xvm/xvm-user-{{xvm-user|none}}.png'>", I've turn the playername, clan and winrate to one textfield, added some spacebars, removed tabstops and it's done I've changed the only playername field, so don't pay attention to the other font, now it should to work correctly Looks like I was just over complicating it. 😅 I made a few tweaks to it and it lines up perfect now. Thanks for your help, it is truly appreciated. 1 @ Quote Link to comment Short link Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.