Quote:
Originally Posted by udbacker58
Is is possible to manually edit the Future Stars tag to show up on any player you choose?
|
Yep - you've got a couple of options. Either leave the code alone and make a copy of the future stars image for each player you want it to appear on, named in the format: year_topps_firstname_lastname.png
OR
You could decide you want it to appear on all players who've played less than say 10 career games, in which case you'd need to copy the image 11 times and name them (say): toppsfuture_0.png , toppsfuture_1.png etc
and put these two lines of code in the default xml:
Code:
<ELEMENT type="image" x="0" y="0" zorder="90" content="toppsfuture_[%CAREER_G].png" />
<ELEMENT type="image" x="0" y="0" zorder="90" content="toppsfuture_[%CAREER_GP].png" />