View Single Post
Old 10-27-2013, 03:08 PM   #5
Bluenoser
Hall Of Famer
 
Bluenoser's Avatar
 
Join Date: Mar 2002
Location: In The Moment
Posts: 14,489
Quote:
Originally Posted by Bigrod View Post
For baseball cards...you need to edit the default.xml in your bb_cards\templates\ootp14 folder to set the zoom level.
Simply change this line:
<ELEMENT type="image" x="34" y="41" zorder="1" width="172" height="257"
content="PICTURE" add_background="1" />

To this:
<ELEMENT type="image" x="34" y="41" zorder="1" width="172" height="257" content="PICTURE" add_background="1" facegen _zoom="out"/>




Your facegen options for zoom and angle are:
  • facegen_zoom: in, normal, out, random
  • facegen_angle: from_left, from_right, straight, random
Example:

< ELEMENT type="image" x="-5" y="9" zorder="1" width="206" height="278" content="PICTURE" facegen_zoom="out" facegen_angle="from_left" />

It's not necessary to edit the default xml.

Just go to preferences in game, set your facegen zoom. It effects baseball cards too as well as in game pics.
Bluenoser is offline   Reply With Quote