SFC_Storm Posted June 17, 2016 Posted June 17, 2016 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 Quote
Administrator Aslain Posted June 18, 2016 Administrator Posted June 18, 2016 I have attached experimental version with my icons, hp bars and stats, but I cannot see stats so you need to check it by yourself, if it works. res_mods.zip 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.