Jump to content

ATmaxx or Aslain or MJRenegade redo of stats in players panel


Recommended Posts

As of now the only one that has the very valuble stats and W/R is a super plane players panel with ugly icons etc.

 

Also for me this mod doesnt grab stats sometimes.

 

I really need someone to make an aslains version with stats. I mean all it is is this code.

 

<!-- PYTHON -->
            <textfield x='280' y='1' width='40' height='19' update='onConfigLoaded,onPythonChanged,onConnectionChanged'>
                <name>xvm_txt_rating</name>
                <visible>pythonData.real_data</visible>
                <text><![CDATA['<TEXTFORMAT INDENT="0" LEFTMARGIN="0" RIGHTMARGIN="0" LEADING="2"><P ALIGN="LEFT"><FONT FACE="$WWSDefaultFont" SIZE="13" KERNING="0" COLOR="'+ (pythonData.all_rate>1850?'#CC00CC':pythonData.all_rate>1400?'#00B9B9':pythonData.all_rate>1000?'#4CC112':pythonData.all_rate>750?'#FFDC00':pythonData.all_rate>600?'#F56914':'#FF3232') + '"><b>' + pythonData.all_rate + '</b></FONT></P></TEXTFORMAT>']]></text>
            </textfield>
            <textfield x='250' y='1' width='40' height='19' update='onConfigLoaded,onPythonChanged,onConnectionChanged'>
                <name>xvm_txt_wins</name>
                <visible>pythonData.real_data</visible>
                <text><![CDATA['<TEXTFORMAT INDENT="0" LEFTMARGIN="0" RIGHTMARGIN="0" LEADING="2"><P ALIGN="LEFT"><FONT FACE="$WWSDefaultFont" SIZE="13" KERNING="0" COLOR="'+ (pythonData.all_wins>70?'#CC00CC':pythonData.all_wins>60?'#00B9B9':pythonData.all_wins>58?'#4CC112':pythonData.all_wins>50?'#FFDC00':pythonData.all_wins>49?'#F56914':'#FF3232') + '"><b>' + pythonData.all_wins + '%</b></FONT></P></TEXTFORMAT>']]></text>
            </textfield>
        </textfields>

 

 

Here is the code that is added in and shows stats. And here is the file that has options on how to code it.

 

battle_stats.xml

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.