Nukester
Posts: 472
Joined: 7/3/2006 From: Newburgh, NY Status: offline
|
Thanks Shaun. What I did was take a modified version of the Lahman .CSV files, confirmed the formats where the same as the in-game LahmanPS.mdb database tables (adding in any missing fields like "G_Old"), imported those files into an Access database (master, batting, pitching, fielding, and fieldingOF), then copied those tables into the LahmanPS.mdb files, overwritting the existing files. Then I deleted the tbPureSimBatters, tbPureSimPitchers, and tbPureSimVersion tables. Then I started the game and it processed the new database, but when creating a historical league in-game, it generated all fictional players. I went back into the Lahmanps.mdb database and ran the queries for PureSimBatters and PureSimPitchers, but the query only creates one record. Everything works when I copy only my modified master table over. Its when I copy over the batters or pitchers tables that it doesnt work
|