View Single Post
Old 08-05-2010, 01:13 PM   #8
English_Ray
All Star Reserve
 
English_Ray's Avatar
 
Join Date: Apr 2006
Location: A big city near Basingstoke...
Posts: 718
Quote:
Originally Posted by udbacker58 View Post
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" />
English_Ray is offline   Reply With Quote