|
|
#1 (permalink) |
|
Minors (Triple A)
Join Date: Nov 2002
Location: So Cal.
Posts: 225
Thanks: 6
Thanked 24x in 11 posts
|
1979 Topps Card Mod: Complete Set
With the release of the most recent OOTP Patch, I was able to complete my first full Card Mod set, the 1979 Topps Collection.
Here is the "default" Card: ![]() The "All-Star" Card: ![]() The "Hall of Fame" Card: ![]() The .zip can be downloaded at: 1979 Topps.zip - 4shared.com - online file sharing and storage - download If you have any suggestions or comments, please don't hesitate to share. I have a few more sets that just need some fixing up on the HOF and All-Star card. I hope to have those sets up by early next week. -Matt
__________________
MLNB Nationals |
|
|
|
| 6 thanks for this post: | blueturf (07-23-2010), BMW (07-23-2010), cephasjames (08-04-2010), Dark Horse (07-23-2010), darkcloud4579 (08-29-2010), edm (08-14-2010) |
|
|
#4 (permalink) |
|
Minors (Triple A)
Join Date: Jul 2008
Posts: 276
Thanks: 99
Thanked 119x in 54 posts
|
Really great job.
2 questions; is it possible to change the player name font, looks a little vanilla right now- also, how about putting in the team's city name somewhere, looks to me like its missing something without Pittsburgh, St Louis etc, though this may be a design decision. Again though, excellent work, you guys are really making a great contribution to the community. |
|
|
|
|
|
#6 (permalink) |
|
All Star Reserve
Join Date: Jan 2008
Posts: 868
Thanks: 28
Thanked 84x in 50 posts
|
For some reason I was having a hard time getting these to work right when I followed the instructions for copying them from the Topps 1979 folder. Everytime I try, the front of the card ends up missing half of the players picture.
They look really great and I'd love to see them work in-game but I don't know what is causing this. Your other card mods all work fine and I really enjoy them. |
|
|
|
|
|
#7 (permalink) |
|
All Star Reserve
Join Date: Jan 2008
Posts: 868
Thanks: 28
Thanked 84x in 50 posts
|
For some reason I was having a hard time getting these to work right when I followed the instructions for copying them from the Topps 1979 folder. Everytime I try, the front of the card ends up missing half of the players picture.
They look really great and I'd love to see them work in-game but I don't know what is causing this. Your other card mods all work fine and I really enjoy them. |
|
|
|
|
|
#8 (permalink) | |
|
All Star Starter
Join Date: Apr 2007
Posts: 1,039
Thanks: 68
Thanked 65x in 46 posts
|
Quote:
__________________
USBA (Commish): New Orleans Ragin' Cajuns BLSN: Atlanta Braves: BLB (Commish) - BLHB Interested in a MLB league? Apply to join the BLB!.... Fictional more your taste? Send me a PM and Apply to join the USBA! |
|
|
|
|
|
|
#9 (permalink) |
|
Minors (Triple A)
Join Date: Nov 2002
Location: So Cal.
Posts: 225
Thanks: 6
Thanked 24x in 11 posts
|
I'll try and set aside some time today to give this a look.
Hopefully I can find the error. Thanks guys for posting it!
__________________
MLNB Nationals |
|
|
|
|
|
#10 (permalink) |
|
Minors (Triple A)
Join Date: Nov 2002
Location: So Cal.
Posts: 225
Thanks: 6
Thanked 24x in 11 posts
|
For those that were having problems with the Default Card, I have double checked on my end and have been unable to duplicate the problem.
Below is the current XML Content that is being used with my cards (I did add one line of XML, but it's unrelated to the problem). Locate your BB_Card Folder and then find the Default.xml file. Erase the current section titled <!-- Photo Data - Front of Card --> and replace it with what is below. If the problem remains, let me know and I will have to dig a little deeper. HTML Code:
<!-- Photo Data - Front of Card --> <ELEMENT type="image" x="0" y="0" zorder="3" content="1979topps.png" /> <ELEMENT type="image" x="5" y="16" width="180" height="215" zorder="1" content="PICTURE" /> <ELEMENT type="image" x="5" y="43" width="180" height="210" zorder="1" trialpha_red="[%TEAM_BG_COLOR]" trialpha_green="[%TEAM_BG_COLOR]" trialpha_blue="[%TEAM_BG_COLOR]" content="1979teambar.png" /> <ELEMENT type="text" x="55" y="231" width="100" height="24" align="shrink" valign="middle" zorder="8" font_name="verabd" font_color="[%TEAM_TEXT_COLOR]" font_x_size="15" font_y_size="14" content="[%TEAM_NICK]" /> <ELEMENT type="text" x="35" y="223" width="140" height="9" align="shrink" zorder="20" font_name="vera" font_color="#000000" font_x_size="10" font_y_size="9" content="[%PERSON_NAME]" /> <ELEMENT type="text" x="177" y="223" width="140" height="9" align="left" zorder="25" font_name="vera" font_color="#000000" font_x_size="10" font_y_size="9" content="[%POSITION_SHORT]" />
__________________
MLNB Nationals |
|
|
|
|
|
#11 (permalink) |
|
Minors (Double A)
Join Date: Nov 2004
Location: Harrison, Michigan
Posts: 140
Thanks: 8
Thanked 22x in 13 posts
|
my adjustment
<ELEMENT type="image" x="5" y="223" width="180" height="30" zorder="1" trialpha_red="[%TEAM_BG_COLOR]" trialpha_green="[%TEAM_BG_COLOR]" trialpha_blue="[%TEAM_BG_COLOR]" content="1979teambar.png" />
__________________
"That ball has a hit in it, so I want it to get back in the ball bag and goof around with the other balls in there. Maybe it'll learn some sense and come out as a pop-up next time." -Mark Fidrych |
|
|
|
|
|
#12 (permalink) | |
|
All Star Starter
Join Date: May 2003
Location: New Jersey
Posts: 1,471
Thanks: 125
Thanked 493x in 204 posts
|
Quote:
ELEMENT type="image" x="5" y="16" width="180" height="215" zorder="1" content="PICTURE" ELEMENT type="image" x="5" y="43" width="180" height="210" zorder="1" trialpha_red="[%TEAM_BG_COLOR]" trialpha_green="[%TEAM_BG_COLOR]" trialpha_blue="[%TEAM_BG_COLOR]" content="1979teambar.png" / The z-order is the same for both. They shouldn't be the same. I believe that the program is forced to choose which one is on top. Sometimes it chooses correctly, sometimes it chooses incorrectly. Changing the height too, as brewdog suggested, could help the problem too. The field you're making is a bit too large, I think. But in general, you'd need to fix the problem one of those two ways, you needn't do both.
__________________
Historical Card Templates: 1887 Allen & Ginter³ / 1888 Old Judge / '53 Topps / '61 Fleer× / '61 Topps / '73 Topps² / '74 Topps / '79 Topps¹ / '83 Fleer* / '87 Topps / '88 Score³ / '89 Upper Deck / '89 ProCards× / '90 Donruss¹ / '90 Hoopsª / '90 Post Cereal× / '90 Score× / '00 Upper Deck× / '01 Fleer Showcase× / '01 Fleer Platinum× / '03 Donruss× / '04 Fleer Inscribed× / '05 Donruss× / '07 Topps Finest× / '09 Upper Deckº / '11 Topps² Fictional Card Templates: Fhomness Card Company³ º by TribeFanInNC ¹ by Tiesenberg ² by davwms ³ by fhomess * by brewdog (unfinished) ª by blueturf × by klavier ('61 Fleer, '90 Score, '00 Upper Deck unfinished) Strictly 1800s Mods: 1800 OOTP Data folder / 1800s Off Field Injuries / 1800s Nick Names / Updated U.S. Historical first names Other: Raw Historical Pitch Data for MLB / KBO (Korean Baseball Organization) database / GUIDE: Creating Baseball Card Templates for OOTP 11 (v1.1) |
|
|
|
|
|
|
#13 (permalink) | |
|
All Star Starter
Join Date: Apr 2007
Posts: 1,039
Thanks: 68
Thanked 65x in 46 posts
|
Quote:
__________________
USBA (Commish): New Orleans Ragin' Cajuns BLSN: Atlanta Braves: BLB (Commish) - BLHB Interested in a MLB league? Apply to join the BLB!.... Fictional more your taste? Send me a PM and Apply to join the USBA! |
|
|
|
|
|
|
#14 (permalink) |
|
All Star Starter
Join Date: Jul 2003
Location: at the New Moon
Posts: 1,340
Thanks: 18
Thanked 40x in 38 posts
|
Anyone have a link to the 79 file?
Dcc
__________________
"People ask me what I do in winter when there's no baseball. I'll tell you what I do. I stare out the window and wait for spring." -Rogers Hornsby |
|
|
|
|
|
#16 (permalink) |
|
Minors (Double A)
Join Date: Jan 2011
Location: FL
Posts: 117
Thanks: 51
Thanked 151x in 78 posts
|
|
|
|
|
| Thank you for this post: | Bottom Of The Sixth (03-13-2012) |
|
|
#17 (permalink) |
|
All Star Starter
Join Date: Jul 2003
Location: at the New Moon
Posts: 1,340
Thanks: 18
Thanked 40x in 38 posts
|
Sweet, thanks!
__________________
"People ask me what I do in winter when there's no baseball. I'll tell you what I do. I stare out the window and wait for spring." -Rogers Hornsby |
|
|
|
![]() |
| Bookmarks |
| Tags |
| baseball card |
| Thread Tools | |
| Display Modes | |
|
|