Jump to content

XVM under 9.7 - problem with WN8 digits :\


Recommended Posts

Hi there

 

My own customized XVM config has suddenly a problem with displaying the WN8

 

At the moment it shows way too many decimals, like this:

wa9CYIp.jpg

 

I've changed the code of line "rating" to "winrate" and it's showing the same decimal's in the win rate...

 

Dont do any clue what it is if someone can help me i would apreciate a lot.

 

here is my file.


 


Link to comment

Hi

 

You have to define the amount of digits.

 

For example:

 

<font color='{{c:t-winrate|#666666}}' alpha='{{alive?#FF|#80}}'>{{t-winrate%2d~%|--%}}</font>

 

 

Pfff....

 

Dont do any clue where to change that...

Link to comment

Hi

 

You said you made youre own XVM.

 

 

Here is an example from youre xvm.xc file:

 

<font color='{{c:winrate}}'>{{winrate}} 

 

 

So change it to be like this:

 

<font color='{{c:winrate}}'>{{winrate%2d~%|--%}}</font>

 

Its gonna take a while, Notepad++ has an autofill function though.

Or you could tweak Aslains to youre liking and save a copy for

future updates.

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.