98whiteMC Posted August 24, 2014 Posted August 24, 2014 after update to 3.19 I noticed that the WN8 number for all players on my team is white color only. Enemy WN8 ratings look the usual way. I re-installed and still have problem. attached is screenshot of install options, screenshot of in-game team panel display, and required log files. XVM Issue.zip _Aslain_logs.zip python.log.zip
98whiteMC Posted August 24, 2014 Author Posted August 24, 2014 playerspanel as requested playersPanel.xc.zip 1
Almace Posted August 24, 2014 Posted August 24, 2014 Seems like there is a simple sign missing in the code of the playerspanel.xc (namely a ' ). Find <font color='{{c:wn8|#666666}} alpha='{{alive?#FF|#80}}'>{{wn8%4d|----}}</font> at large > vehicleFormatLeft and change it to <font color='{{c:wn8|#666666}}' alpha='{{alive?#FF|#80}}'>{{wn8%4d|----}}</font> (add the ' left of the alpha). Not sure what caused this to be missing though. Maybe the installer fk'ed up or Aslain simply forgot this tiny little thing while adding other code. =P
98whiteMC Posted August 24, 2014 Author Posted August 24, 2014 I found the spot and made the change. Tried it twice and it's still the same problem. Were you able to duplicate the problem? If so, and that change fixed it for you then please PM me the changed file and I will try that one.
Administrator Aslain Posted August 24, 2014 Administrator Posted August 24, 2014 after update to 3.19 I noticed that the WN8 number for all players on my team is white color only. Enemy WN8 ratings look the usual way. I re-installed and still have problem. attached is screenshot of install options, screenshot of in-game team panel display, and required log files. It was hotfixed yesterday, get the latest installer.
Recommended Posts