Jump to content

Long-ass player names.


ImBonzo

Recommended Posts

I use your mod and XVM. The players panel (and one used with Tab key) do not have sufficient space for some of the names.

I tried to edit them by re-sizing the box and the space for the name, but still ended up writing over the stats.

Can you perhaps provide correct code?

Ty

Link to comment

Hi

 

Go into Aslains XVM config and open playersPanel.xc

 

Scroll to "nickFormatLeft", "nickFormatRight" and find 

the {{name}} part. 

Add character length, for ex.  {{name%.14s~..}} .

yeah...that's what I tried, AND also made the box larger.

The result was the first part of the name over-wrote the stats on the right and the end of the name over-wrote thestats on the left.

Link to comment

Not really. I minimize in-game.

I am looking to change the Players Loading panel and the one under Tab during game.

Many ppl put a lot of effort into their names, and I get a kick out of them...but cannot read many of them.

 

Thanks!

Link to comment

Hi

 

That means you have tried changing "width": = 70 ?

 

You could also try changing ingame resolution.

 

Also try changing font and/or fontsize.  <font face='Consolas'><font size=

I might try fontsize next, but have poor vision. I am such a fail. :-D

Link to comment

BattleLoading:

Changing BOTH of the player names (Right and left) to "formatRightNick": "<font color='{{c:r}}' size='12' alpha='{{alive?#FF|#80}}'>{{nick%.20s~..}}....."

Note: I do not see a "width=...." line in battleloading.xc

results in this:

 

2jxgjWa.jpg

 

TAB (PlayerPanel.xc - "Large":):

Changing BOTH of the player names (Right and left) to "nickFormatLeft": "<font color='{{c:r}}' alpha='{{alive?#FF|#80}}'>{{name%.16s~..}}....."

and the last line to "Width = 100"

results in this:

4e6J6Lh.jpg

 

Obviously I am missing something, but I am not smart enough to figure out what.

Could it relate to the alpha = ...80 part?

Link to comment

Hi

 

Something seems to "steal" space, usually its XVM-symbol 

or nation-flag.

If you dont need that info remove anything having to do with:

 

<img src='xvm://res/icons/flags/{{flag|default}}.png' width='16' height='13'> <img src='xvm://res/icons/xvm/xvm-user-{{xvm-user|none}}.png'>

 

also check if clansymbols are in any of those lines.

 

{{nick}} = player nickname with clan name

{{name}} = player nickname without clan name

{{clan}} = clan name with brackets (empty if no clan)

{{clannb}} = clan name without brackets

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.