GTTDi Posted April 29, 2015 Posted April 29, 2015 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: 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. https://www.dropbox.com/s/83dbtsogfc3c722/xvm.xc?dl=0 https://www.dropbox.com/s/83dbtsogfc3c722/xvm.xc?dl=0 Quote
Grandorf Posted April 29, 2015 Posted April 29, 2015 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> Quote
GTTDi Posted April 29, 2015 Author Posted April 29, 2015 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... Quote
Grandorf Posted April 29, 2015 Posted April 29, 2015 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. Quote
GTTDi Posted April 29, 2015 Author Posted April 29, 2015 Let's see if aslain can help me,yes i made mine in xvm editor that is dead now....was working till 9.6 in 9.7...bum... Quote
Grandorf Posted April 29, 2015 Posted April 29, 2015 I have not yet installed latest Aslain modpack. There is a new macro {{r}}. Quote
Administrator Aslain Posted April 29, 2015 Administrator Posted April 29, 2015 {{winrate}} -> {{winrate%2d~%}} {{t-winrate}} -> {{t-winrate%2d~%}} Try this: xvm.xc Quote
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.