OOTP Developments Forums

OOTP Developments Forums (https://forums.ootpdevelopments.com//index.php)
-   OOTP Mods - Logos, Graphics, and HTML (https://forums.ootpdevelopments.com//forumdisplay.php?f=3636)
-   -   1973 Topps Template (https://forums.ootpdevelopments.com//showthread.php?t=200440)

MizzouRah 08-24-2010 10:05 PM

Thanks, both of you!

DreamTeams 08-25-2010 02:13 AM

4 Attachment(s)
These are fantastic. For anyone wondering, works great in fictional play also...

MizzouRah 08-25-2010 11:21 AM

These are excellent, one of my favorites!

gbmoore121 08-25-2010 01:59 PM

What did you change the trivia image name to? Do you just drop the number? Great to see Frenchy on a card like that!

Quote:

Originally Posted by DreamTeams (Post 3032776)
These are fantastic. For anyone wondering, works great in fictional play also...


DreamTeams 08-25-2010 07:42 PM

Quote:

Originally Posted by gbmoore121 (Post 3032973)
What did you change the trivia image name to? Do you just drop the number? Great to see Frenchy on a card like that!

Yes just drop the number and name it whatever you want. I named mine...

1973_topps_metros.png

Remember to change it in the default.xml file as well...

content="1973_topps_metros.png"

dcpcarmona 08-25-2010 09:16 PM

these are awesome, but I have no idea on what to do with them? Could someone give me a quick tutorial on how to get these into the game?

Cheers,

dcc

BMW 08-26-2010 12:36 AM

The readme.txt that I posted here is pretty much applicable to any card right now. For anyone making templates feel free to shamelessly steal the readme.

dcpcarmona 08-26-2010 01:00 AM

thanks a bunch!!!

dcc

davwms 08-26-2010 09:06 PM

Quote:

Originally Posted by BMW (Post 3033239)
The readme.txt that I posted here is pretty much applicable to any card right now. For anyone making templates feel free to shamelessly steal the readme.

I meant to! but forgot! Ha!

If you haven't found it already, I also included the .psd file for anyone who has Photoshop and wants to create their own Trivia or whatever, too!

Goody 08-27-2010 08:17 AM

Outstanding!

illyad 09-07-2010 09:02 AM

1973 topps template download?
 
Where can I fing the 1973 topps baseball card template to download?

cephasjames 09-21-2010 08:19 AM

Quote:

Originally Posted by illyad (Post 3039109)
Where can I fing the 1973 topps baseball card template to download?

There are links on the first page of this thread.

cephasjames 09-21-2010 09:12 AM

1 Attachment(s)
Quote:

Originally Posted by DreamTeams (Post 3032776)
These are fantastic. For anyone wondering, works great in fictional play also...

I like how you added your league logo to it. I want to do that also but I don't know how to change the logo's color and texture to fit with the card design. Could you (or anyone) change this logo to a grayscale (or whatever) and texture to match? Thanks.


EDIT: I may have gotten it, but I'll still accept any help. :)

DreamTeams 09-21-2010 11:56 AM

Worked one up for you, cephasjames.

Where would you like me to send it? PM me.

cephasjames 09-21-2010 02:31 PM

1 Attachment(s)
So I tweaked some of the placement of the stats on the back to make them line up better, imo, and this is what I got. Notice, he has 10,000+ AB and , though tight, everything still fits.

Here's the new code for default.xml:

Quote:

<!-- Batting Stats -->

<ELEMENT type="text" x="267" y="135" width="25" height="200" content="G\n[%SEASON9_G]\n[%SEASON8_G]\n[%SEASON7_G]\n[%SEASON6_G]\n[%SEASON5_G]\n[%SEASON4_G]\n[%SEASON3_G]\n[%SEASON2_G]\n[%SEASON1_G]\n[%SEASON_G]\n[%CAREER_G]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="8" font_y_size="9" />

<ELEMENT type="text" x="287" y="135" width="25" height="200" content="AB\n[%SEASON9_AB]\n[%SEASON8_AB]\n[%SEASON7_AB]\n[%SEASON6_AB]\n[%SEASON5_AB]\n[%SEASON4_AB]\n[%SEASON3_AB]\n[%SEASON2_AB]\n[%SEASON1_AB]\n[%SEASON_AB]\n[%CAREER_AB]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="8" font_y_size="9" />

<ELEMENT type="text" x="311" y="135" width="20" height="200" content="R\n[%SEASON9_R]\n[%SEASON8_R]\n[%SEASON7_R]\n[%SEASON6_R]\n[%SEASON5_R]\n[%SEASON4_R]\n[%SEASON3_R]\n[%SEASON2_R]\n[%SEASON1_R]\n[%SEASON_R]\n[%CAREER_R]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="8" font_y_size="9" />

<ELEMENT type="text" x="324" y="135" width="25" height="200" content="H\n[%SEASON9_H]\n[%SEASON8_H]\n[%SEASON7_H]\n[%SEASON6_H]\n[%SEASON5_H]\n[%SEASON4_H]\n[%SEASON3_H]\n[%SEASON2_H]\n[%SEASON1_H]\n[%SEASON_H]\n[%CAREER_H]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="8" font_y_size="9" />

<ELEMENT type="text" x="344" y="135" width="20" height="200" content="2B\n[%SEASON9_2B]\n[%SEASON8_2B]\n[%SEASON7_2B]\n[%SEASON6_2B]\n[%SEASON5_2B]\n[%SEASON4_2B]\n[%SEASON3_2B]\n[%SEASON2_2B]\n[%SEASON1_2B]\n[%SEASON_2B]\n[%CAREER_2B]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="8" font_y_size="9" />

<ELEMENT type="text" x="360" y="135" width="15" height="200" content="3B\n[%SEASON9_3B]\n[%SEASON8_3B]\n[%SEASON7_3B]\n[%SEASON6_3B]\n[%SEASON5_3B]\n[%SEASON4_3B]\n[%SEASON3_3B]\n[%SEASON2_3B]\n[%SEASON1_3B]\n[%SEASON_3B]\n[%CAREER_3B]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="8" font_y_size="9" />

<ELEMENT type="text" x="370" y="135" width="20" height="200" content="HR\n[%SEASON9_HR]\n[%SEASON8_HR]\n[%SEASON7_HR]\n[%SEASON6_HR]\n[%SEASON5_HR]\n[%SEASON4_HR]\n[%SEASON3_HR]\n[%SEASON2_HR]\n[%SEASON1_HR]\n[%SEASON_HR]\n[%CAREER_HR]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="8" font_y_size="9" />

<ELEMENT type="text" x="383" y="135" width="25" height="200" content="RBI\n[%SEASON9_RBI]\n[%SEASON8_RBI]\n[%SEASON7_RBI]\n[%SEASON6_RBI]\n[%SEASON5_RBI]\n[%SEASON4_RBI]\n[%SEASON3_RBI]\n[%SEASON2_RBI]\n[%SEASON1_RBI]\n[%SEASON_RBI]\n[%CAREER_RBI]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="8" font_y_size="9" />

<ELEMENT type="text" x="400" y="135" width="25" height="200" content="AVG\n[%SEASON9_AVG]\n[%SEASON8_AVG]\n[%SEASON7_AVG]\n[%SEASON6_AVG]\n[%SEASON5_AVG]\n[%SEASON4_AVG]\n[%SEASON3_AVG]\n[%SEASON2_AVG]\n[%SEASON1_AVG]\n[%SEASON_AVG]\n[%CAREER_AVG]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="8" font_y_size="9" />

cephasjames 09-21-2010 04:53 PM

1 Attachment(s)
And I redid the pitchers too (removing Hits, because it felt too squished for me).

code change:

Quote:

<!-- Pitching Stats -->

<ELEMENT type="text" x="262" y="135" width="25" height="200" content="G\n[%SEASON9_GP]\n[%SEASON8_GP]\n[%SEASON7_GP]\n[%SEASON6_GP]\n[%SEASON5_GP]\n[%SEASON4_GP]\n[%SEASON3_GP]\n[%SEASON2_GP]\n[%SEASON1_GP]\n[%SEASON_GP]\n[%CAREER_GP]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="9" font_y_size="9" />

<ELEMENT type="text" x="286" y="135" width="30" height="200" content="IP\n[%SEASON9_IP]\n[%SEASON8_IP]\n[%SEASON7_IP]\n[%SEASON6_IP]\n[%SEASON5_IP]\n[%SEASON4_IP]\n[%SEASON3_IP]\n[%SEASON2_IP]\n[%SEASON1_IP]\n[%SEASON_IP]\n[%CAREER_IP]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="9" font_y_size="9" />

<ELEMENT type="text" x="307" y="135" width="25" height="200" content="W\n[%SEASON9_W]\n[%SEASON8_W]\n[%SEASON7_W]\n[%SEASON6_W]\n[%SEASON5_W]\n[%SEASON4_W]\n[%SEASON3_W]\n[%SEASON2_W]\n[%SEASON1_W]\n[%SEASON_W]\n[%CAREER_W]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="9" font_y_size="9" />

<ELEMENT type="text" x="324" y="135" width="25" height="200" content="L\n[%SEASON9_L]\n[%SEASON8_L]\n[%SEASON7_L]\n[%SEASON6_L]\n[%SEASON5_L]\n[%SEASON4_L]\n[%SEASON3_L]\n[%SEASON2_L]\n[%SEASON1_L]\n[%SEASON_L]\n[%CAREER_L]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="9" font_y_size="9" />

<ELEMENT type="text" x="339" y="135" width="25" height="200" content="SV\n[%SEASON9_SV]\n[%SEASON8_SV]\n[%SEASON7_SV]\n[%SEASON6_SV]\n[%SEASON5_SV]\n[%SEASON4_SV]\n[%SEASON3_SV]\n[%SEASON2_SV]\n[%SEASON1_SV]\n[%SEASON_SV]\n[%CAREER_SV]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="9" font_y_size="9" />

<ELEMENT type="text" x="359" y="135" width="25" height="200" content="BB\n[%SEASON9_BB]\n[%SEASON8_BB]\n[%SEASON7_BB]\n[%SEASON6_BB]\n[%SEASON5_BB]\n[%SEASON4_BB]\n[%SEASON3_BB]\n[%SEASON2_BB]\n[%SEASON1_BB]\n[%SEASON_BB]\n[%CAREER_BB]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="9" font_y_size="9" />

<ELEMENT type="text" x="381" y="135" width="25" height="200" content="SO\n[%SEASON9_K]\n[%SEASON8_K]\n[%SEASON7_K]\n[%SEASON6_K]\n[%SEASON5_K]\n[%SEASON4_K]\n[%SEASON3_K]\n[%SEASON2_K]\n[%SEASON1_K]\n[%SEASON_K]\n[%CAREER_K]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="9" font_y_size="9" />

<ELEMENT type="text" x="402" y="135" width="25" height="200" content="ERA\n[%SEASON9_ERA]\n[%SEASON8_ERA]\n[%SEASON7_ERA]\n[%SEASON6_ERA]\n[%SEASON5_ERA]\n[%SEASON4_ERA]\n[%SEASON3_ERA]\n[%SEASON2_ERA]\n[%SEASON1_ERA]\n[%SEASON_ERA]\n[%CAREER_ERA]" align="right" zorder="20" font_name="vera" font_color="#2B2928" font_x_size="9" font_y_size="9" />

DreamTeams 09-21-2010 08:23 PM

This is awesome. Thanks for the adjustments, cephasjames.

blueturf 09-22-2010 10:57 AM

Quote:

Originally Posted by DreamTeams (Post 3044740)
This is awesome. Thanks for the adjustments, cephasjames.

Agreed, these little adjustments make what is already my favorite OOTP card a little bit better.

cephasjames 09-22-2010 12:42 PM

3 Attachment(s)
Hall of Fame card. Thanks, Dave, for doing these. This is by far my favorite design.

endgame 09-23-2010 07:34 PM

This is growing to be one of, if not, my favorite card layouts. Apologies for being either a bit dense or lazy, but can someone explain simply how and just where to change the league logo in the xml to reflect one's own?

Additionally, it appears cephasjames' latest adjustments have enhanced even further the already outstanding efforts by davwms and DreamTeam. Is that coding what's contained in full in one of the posts above?

Thanks in advance and for all of your efforts.


All times are GMT -4. The time now is 09:17 AM.

Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright © 2020 Out of the Park Developments