View Single Post
Old 05-12-2014, 05:19 PM   #6
klavier
Major Leagues
 
klavier's Avatar
 
Join Date: Jan 2011
Location: FL
Posts: 396
Quote:
Originally Posted by Bub13 View Post
Question about cards: I downloaded the 74 Topps set, but when I create a card the player's image is WAY zoomed in, so that all you see is face, neck, and shoulders. I think that template was created for ver 11...is that the issue?
The 74 Topps doesn't have the facegen_zoom=" " in the player picture element. Without it it's is based on whatever your in-game zoom setting are set to. If you open the xml in Notepad and go to line 9 you can add facegen_zoom="out" to the element tag and see if that helps. It should look like this:

<ELEMENT type="image" x="6" y="36" zorder="1" width="206" height="242" content="PICTURE" facegen_zoom="out" />
klavier is offline   Reply With Quote