Retrosheet’s bevent program takes a Retrosheet event file and creates a complete description of every at-bat that occurred during the game.  To complete the introduction of Retrosheet’s three pieces of software, I’ll once again start with the event file for the Colorado Rockies @ Los Angeles Dodgers game on 4/9/2007 as an example. Here is the event file.

Here is a step-by-step guide for using bevent.exe.

  1. Download bevent.exe from Retrosheet or here, and unzip the executable file.
  2. Put the event file (or a text file that includes many event files) in the same directory as the bevent.exe program.
  3. You also need to have a team file included in the same directory.  A team file is text file that lists every team, their league, and their three-letter abbreviation.  The team file must have a filename of TEAMYYYY.  For example, here is TEAM2007.
  4. Open the Windows Command Prompt. (Start -> Run -> CMD)
  5. Navigate to the directory where you stored bevent.exe, the event file, and the team file.
  6. Type the command: bevent -y 2007 -f 0-96 dodgers_rockies040907.evn (or the name of your event file).  “-y 2007” specifies the year of the game.  If you are generating game info for a game from 1960, make sure you use -y 1960. “-f 0-96” specifies which fields I want bevent to return.  The default is 0-6, 8-9, 12-13, 16-17, 26-40, 43-45 ,51, 58-61.  0-96 means all fields.
  7. If you want to output the game info to a text file (I’d recommend saving as a .csv file so it opens nicely in spreadsheet software), use the command bevent -y 2007 -f 0-96 dodgers_rockies040907.evn > dodgers_rockies_040907_gameinfo.csv.

bevent_screenshot

Here is the output from bevent.exe.

The output is a comma-delimited file that contains the following fields:

0    game id
1    visiting team
2    inning
3    batting team
4    outs
5    balls
6    strikes
7    pitch sequence
8    vis score
9    home score
10   batter
11   batter hand
12   res batter
13   res batter hand
14   pitcher
15   pitcher hand
16   res pitcher
17   res pitcher hand
18   catcher
19   first base
20   second base
21   third base
22   shortstop
23   left field
24   center field
25   right field
26   first runner
27   second runner
28   third runner
29   event text
30   leadoff flag
31   pinchhit flag
32   defensive position
33   lineup position
34   event type
35   batter event flag
36   ab flag
37   hit value
38   SH flag
39   SF flag
40   outs on play
41   double play flag
42   triple play flag
43   RBI on play
44   wild pitch flag
45   passed ball flag
46   fielded by
47   batted ball type
48   bunt flag
49   foul flag
50   hit location
51   num errors
52   1st error player
53   1st error type
54   2nd error player
55   2nd error type
56   3rd error player
57   3rd error type
58   batter dest (5 if scores and unearned, 6 if team unearned)
59   runner on 1st dest (5 if scores and unearned, 6 if team unearned)
60   runner on 2nd dest (5 if scores and unearned, 6 if team unearned)
61   runner on 3rd dest (5 if socres and uneanred, 6 if team unearned)
62   play on batter
63   play on runner on 1st
64   play on runner on 2nd
65   play on runner on 3rd
66   SB for runner on 1st flag
67   SB for runner on 2nd flag
68   SB for runner on 3rd flag
69   CS for runner on 1st flag
70   CS for runner on 2nd flag
71   CS for runner on 3rd flag
72   PO for runner on 1st flag
73   PO for runner on 2nd flag
74   PO for runner on 3rd flag
75   Responsible pitcher for runner on 1st
76   Responsible pitcher for runner on 2nd
77   Responsible pitcher for runner on 3rd
78   New Game Flag
79   End Game Flag
80   Pinch-runner on 1st
81   Pinch-runner on 2nd
82   Pinch-runner on 3rd
83   Runner removed for pinch-runner on 1st
84   Runner removed for pinch-runner on 2nd
85   Runner removed for pinch-runner on 3rd
86   Batter removed for pinch-hitter
87   Position of batter removed for pinch-hitter
88   Fielder with First Putout (0 if none)
89   Fielder with Second Putout (0 if none)
90   Fielder with Third Putout (0 if none)
91   Fielder with First Assist (0 if none)
92   Fielder with Second Assist (0 if none)
93   Fielder with Third Assist (0 if none)
94   Fielder with Fourth Assist (0 if none)
95   Fielder with Fifth Assist (0 if none)
96   event num

This afternoon I made some modifications to the script that automatically generates the .ROS files so that the script also generates .CSV files for use with the FixedIt scoring software.  See the link above to access the .CSV files.

Also, check out http://www.fixedit.com for more information on their software.

I purchased FixedIt’s baseball scoring software, and I plan to write more about FixedIt in the future.  There are some aspects of the software that I’ve really enjoyed.  In particular, I purchased the software at a time when I was using a Palm handheld.  FixedIt has a module for Palm so I could score games live at the ballpark directly on my Palm Pilot.  Also, the graphical user interface makes it quite easy to score games using a desktop/laptop computer.

There are also several aspects of FixedIt that I dislike.  First and foremost, the program creates a gamefile that cannot be read by any piece of software except for FixedIt.  So, if you make a mistake and try to correct the mistake, but the software misinterprets your correction (which does happen a lot!), you can easily corrupt your entire game file.  My desire is for a piece of scoring software to generate a text file (preferably in Project Scoresheet format!) that can easily be decrypted by a human or any piece of Project Scoresheet compatible software.  Additonally, one of the key reasons that I purchased FixedIt was because they promised free upgrades for life.  I’ve seen very few upgrades in the four years that I’ve owned FixedIt.

Still, I do like the software, and I score games with it every now and then.  So, I like to keep the MLB rosters active so that anybody else who uses FixedIt has them at easy access.  Enjoy!

FixedIt .CSV files contain generally the same information as the .ROS files, just in a different format.  Below is an excerpt of the current .CSV roster file for the Arizona Diamondbacks.

Arizona Diamondbacks,,,,,
Manager,Bob Melvin,,,,
#,Name,Pos,BO,Bats,Throws
0,Travis Blackley,P,0,LH,LH
33,Billy Buckner,P,0,RH,RH
0,Jonathan Coutlangus,P,0,LH,LH
49,Doug Davis,P,0,RH,LH
58,Juan Gutierrez,P,0,RH,RH

The first row lists the team name.  The second row lists the manager.  The third row lists the column headers: #, Name, Position, Batting Order, Batting Hand, and Throwing Hand.  Each of the players are listed in the remaining rows.