|
||||
| ||||
|
|||||||
| Earlier versions of OOTP: General Discussions General chat about the game... |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Global Moderator
Join Date: Nov 2002
Location: Queens, NY
Posts: 9,848
|
Record books as of 1987
So, once I get a new computer and all, I'm thinking of restarting an old project of mine to create a startup 1987 season. The idea would be to create an accurate 1987, with players given realistic lefty/righty splits and other things that the Lahman database can't do. One of those things is making a record book, and that's where I'm looking for some advice.
Where can I find accurate information on records for the record book as of 1987? I know I can get some records out of Lahman. But there is one thing I'm having trouble with: rookie records. I don't know where to find rookie records for 1987. Anyone have a good source? And for OOTP, of course, it's not just league records, but team ones. I know I posted about this once before, but I can't seem to find the thread.
__________________
My music "When the trees blow back and forth, that's what makes the wind." - Steven Wright Fjord emena pancreas thorax fornicate marmalade morpheme proteolysis smaxa cabana offal srue vitriol grope hallelujah lentils |
|
|
|
|
|
#2 |
|
Hall Of Famer
Join Date: May 2003
Location: Under The Christmas Fish
Posts: 7,767
|
If this will help at all, here's a record book accurate to the beginning of the 1989 season - that'll help narrow a lot of it down for you.
|
|
|
|
|
|
#3 |
|
All Star Starter
Join Date: May 2002
Location: Phoenix, AZ
Posts: 1,763
|
Go to this site
http://hometown.aol.com/ronlg/index.html and download the National Pastime Alamanc. Using it you'll be able to find the single season (or career records) by team or league or total (or pretty much however you want to slice & dice it) as of any year. |
|
|
|
|
|
#4 |
|
Global Moderator
Join Date: Nov 2002
Location: Queens, NY
Posts: 9,848
|
Thanks guys. Those will definitely be helpful. I probably will only have a few gaps to fill. Why is it so hard to find rookie record stats anyway?
__________________
My music "When the trees blow back and forth, that's what makes the wind." - Steven Wright Fjord emena pancreas thorax fornicate marmalade morpheme proteolysis smaxa cabana offal srue vitriol grope hallelujah lentils |
|
|
|
|
|
#5 | |
|
All Star Starter
Join Date: May 2002
Location: Phoenix, AZ
Posts: 1,763
|
Quote:
The attached file has hitting streak, rookie records and 15+K in a game records for each team as of the start of 1987. There are still some holes in the rookie records (its my "as I have so far" list).... hope that helps... |
|
|
|
|
|
|
#6 |
|
Hall Of Famer
Join Date: May 2003
Location: Under The Christmas Fish
Posts: 7,767
|
1) Take the Access (MDB) version of the Lahman Database, and open the relevant statistical table (batting or pitching).
2) Delete the irrelevant records (ones after the year your league starts, and maybe the records pre-1901). 3) Export that table as an Excel spreadsheet, and then open it up in Excel. 4) Here's where it gets tricky, as you will have to determine what years constitute rookie years. First off, sort by whatever your criteria is, and delete the rows that don't meet the criteria (less than 145 at-bats, or fewer than 45 innings pitched), as those wouldn't be qualifying rookie years. 5) Sort the stats by PlayerID first, and then by Year second. Excel supports multiple sort criteria (Data -> Sort). 6) Go over to the far right column, add an additional column (I called it "Sequence" - Column D in the picture) and type a "1" in the first blank column after the data (in the pictured example, that would be cell D2) 7) In the next cell down (cell D3 in the picture), you'll have to enter a formula, which would go something like this: Code:
=IF(SECOND_ROW_PLAYER_ID_FIELD=FIRST_ROW_PLAYER_ID_FIELD,CELL_RIGHT_ABOVE_THIS+1,1) The formula for the pictured example would be: =IF(A3=A2,D2+1,1) <img src="http://img405.imageshack.us/img405/6964/clipboard018av.gif"> This performs a simple logical test: If the player ID in this row is the same as the player ID in the previous row, it is the same player, and the "Sequence" of seasons incriments by one. If not, then it's a new player, and the "Sequence" resets to one. 8) Copy & paste this formula all the way down the column until you reach the end of the data. 9) Copy the "Sequence" column, pasting the values into the next column (if you right-click, you can "Paste Special", and then choose "Values"). You now have a column that contains numbers instead of formulas. 10) Now you can sort the data by the "Sequence" VALUE column, and you can delete all the rows that have a value greater than 1. Wham! All rookie years! You can then sort to your heart's content to get the particular records you're after. Be aware that this may not be (and probably isn't) 100% accurate, especially since the criteria for qualifying as a rookie has changed over the years. But it's a start... Man, I hope that makes enough sense. |
|
|
|
|
|
#7 |
|
All Star Starter
Join Date: Sep 2003
Posts: 1,571
|
You could just download the file I have already created. It has gotten extremely good reviews and I think you will enjoy it. The link is in my sig line.
If you want to "take it to the next level" then feel free to use it as a base. I just ask you give me credit in your readme file and of course let me know when you finish so I can enjoy the file! Best of luck!
Last edited by Cowboys3356; 10-12-2005 at 10:17 PM. |
|
|
|
|
|
#8 | |
|
Global Moderator
Join Date: Nov 2002
Location: Queens, NY
Posts: 9,848
|
Quote:
__________________
My music "When the trees blow back and forth, that's what makes the wind." - Steven Wright Fjord emena pancreas thorax fornicate marmalade morpheme proteolysis smaxa cabana offal srue vitriol grope hallelujah lentils |
|
|
|
|
|
|
#9 | |
|
Global Moderator
Join Date: Nov 2002
Location: Queens, NY
Posts: 9,848
|
Quote:
Here's what I'd add: Let's say that your qualification is 130 PAs (I don't remember what the real one is - have to look that up). You make a column on the right that adds up AB, BB, and other relevant PAs, and it adds it to the value above it if the PlayerID is the same. Copy the column and paste as values (which replaces the formulas with their results). Delete all rows with PA over 130 in which the previous year also had over 130. Whammo! A list of all players who qualify as rookies at 130 PAs. Cool!
__________________
My music "When the trees blow back and forth, that's what makes the wind." - Steven Wright Fjord emena pancreas thorax fornicate marmalade morpheme proteolysis smaxa cabana offal srue vitriol grope hallelujah lentils |
|
|
|
|
|
|
#10 | |
|
Global Moderator
Join Date: Nov 2002
Location: Queens, NY
Posts: 9,848
|
Quote:
__________________
My music "When the trees blow back and forth, that's what makes the wind." - Steven Wright Fjord emena pancreas thorax fornicate marmalade morpheme proteolysis smaxa cabana offal srue vitriol grope hallelujah lentils |
|
|
|
|
|
|
#11 | ||
|
Hall Of Famer
Join Date: May 2003
Location: Under The Christmas Fish
Posts: 7,767
|
Quote:
Quote:
|
||
|
|
|
|
|
#12 | |
|
Global Moderator
Join Date: Nov 2002
Location: Queens, NY
Posts: 9,848
|
Quote:
I've actually started playing with this already as I slack off a bit at work today. It's looking quite good. I set it for 130 AB for batters and 50 IP for pitchers, which are the ROTY qualifications.
__________________
My music "When the trees blow back and forth, that's what makes the wind." - Steven Wright Fjord emena pancreas thorax fornicate marmalade morpheme proteolysis smaxa cabana offal srue vitriol grope hallelujah lentils |
|
|
|
|
|
|
#13 |
|
All Star Starter
Join Date: Sep 2003
Posts: 1,571
|
I believe my record books, etc are all accurate and up to date. Feel free to use them. No reason to do a bunch of research when I already have it done for you. Some of those records took a long time to find.
|
|
|
|
|
|
#14 | |
|
Global Moderator
Join Date: Nov 2002
Location: Queens, NY
Posts: 9,848
|
Quote:
What level of detail did you get to? If you already did all or most of what I was planning to do anyway, there really won't be much for me to do. Did you make lefty/righty splits and give guys proper fielding ratings, for instance?
__________________
My music "When the trees blow back and forth, that's what makes the wind." - Steven Wright Fjord emena pancreas thorax fornicate marmalade morpheme proteolysis smaxa cabana offal srue vitriol grope hallelujah lentils |
|
|
|
|
|
|
#15 | |
|
All Star Starter
Join Date: Sep 2003
Posts: 1,571
|
Quote:
Also I love having splits because it makes the game more fun so that is the main reason I put them in.Of course there isn't a file around that could not be tweaked, I guess it just gets to the point where additional tweaking doesn't really bring about different results due to the limitations of OOTP. I think the next version will be the key to taking this file to the next level. Last edited by Cowboys3356; 10-18-2005 at 07:46 PM. |
|
|
|
|
|
|
#16 | |
|
Hall Of Famer
Join Date: Dec 2001
Location: In front of some barbecue and a cold beer
Posts: 9,490
|
Quote:
__________________
Senior member of the OOTP boards/grizzled veteran/mod maker/surly bastage If you're playing pre-1947 American baseball, then the All-American Mod (a namefiles/ethnicites/nation/cities file pack) is for you. |
|
|
|
|
|
|
#17 | |
|
All Star Starter
Join Date: Sep 2003
Posts: 1,571
|
Quote:
|
|
|
|
|
|
|
#18 |
|
Global Moderator
Join Date: Nov 2002
Location: Queens, NY
Posts: 9,848
|
Well, it sounds like you already did pretty much exactly what I was looking to do! Once I get a new computer (shaking fist at gods of fate for having my computer break down just as I was getting back into OOTP), I'll check it out. I think I actually downloaded it once, but I never actually checked out the file for some reason. It probably would have saved me some mental effort.
Thanks for pointing me to it.
__________________
My music "When the trees blow back and forth, that's what makes the wind." - Steven Wright Fjord emena pancreas thorax fornicate marmalade morpheme proteolysis smaxa cabana offal srue vitriol grope hallelujah lentils |
|
|
|
|
|
#19 |
|
Minors (Double A)
Join Date: Jan 2005
Posts: 156
|
Ctorg, you could always pick another year to work on. I've been obsessing over getting a perfect 1903 all in one installer myself.
Last edited by GuamYankee; 10-20-2005 at 02:18 AM. |
|
|
|
|
|
#20 | |
|
Global Moderator
Join Date: Nov 2002
Location: Queens, NY
Posts: 9,848
|
Quote:
I suppose I could do 1988, which was the first year I followed real baseball day-to-day, but it seems kind of redundant. Maybe. I'll see after I check out Cowboys' file. I might just add stuff like retired career leaders, if he doesn't have that. It sounds like he did a pretty complete job.
__________________
My music "When the trees blow back and forth, that's what makes the wind." - Steven Wright Fjord emena pancreas thorax fornicate marmalade morpheme proteolysis smaxa cabana offal srue vitriol grope hallelujah lentils |
|
|
|
|
![]() |
| Bookmarks |
|
|