Someone else produced the stat extractor. Will be used for Season IV of RPC.
It tracks:Runs by inning, final score, team index for each team (0-9), and the following stat categories:
$categories = array("AB","H","2B","3B","HR","SO","BB","SB","ER","SO","Innings Pitched","ER Given up");
I'm willing to bet a lot of money that this stat extractor doesn't track Earned Runs. Also what is the difference between ER and ER Given up.
Wait on 2nd thought, ER is errors, isn't it
I'm going with errors
RBI's box score uses "ER" for errors.
I think "ER" is for errors.
e and r are the first two letters in "error"
Quote from: All of Dee-Nee on 04/14/09, 09:23:20 AM
Dee-Dee, your stoopid....get out of my labor-atory
i can see the excitement involved with earned runs being tracked though.
that was fun
Why is there no excitement it will track "SO" twice?
Strikeouts and shutouts, dude
shutouts per game
Shutouts per strikeout
Serbian Octopi.
Common mistake - it's Slovenia, not Serbia
"$categories = array("AB","H","2B","3B","HR","SO","BB","SB","ER","SO","Innings Pitched","ER Given up");"
Just read the guts of this thread...funny, my extractor's code has a very similar array to the one in the original post...well, now people can have two choices of their extractor. Mine is in PHP class form...FYI.
Know what would be a really nice thing to track? Starting pitcher...I wonder if there's an index from 0-3 or something tracking which starting pitcher was used...
I just realized something. MRRBI = MRTSB from the tecmo boards (after seeing his post about the RBI Player Circuit in the online RBI forum here). He's actually referencing the extractor that I said I was writing a week or so back...haha, wow. Anyways, it's finished, at least its initial release is, anwyays.
Hi MRTSB.
when you post it, can you explain how we use it?
i'm not familiar with extractors.
Sure, although it's a PHP object, so it's not gonna be helpful unless you understand PHP. It's mainly for people who want to use it on a league website. I could write it as a standalone windows application that spits out a comma-delimited list of stats, which then people could whatever they wanted with it, but the first release is just a php class that gathers up the stats and puts them into a collection...
Quote from: tecmoturd on 04/20/09, 02:16:51 PM
"$categories = array("AB","H","2B","3B","HR","SO","BB","SB","ER","SO","Innings Pitched","ER Given up");"
Just read the guts of this thread...funny, my extractor's code has a very similar array to the one in the original post...well, now people can have two choices of their extractor. Mine is in PHP class form...FYI.
Know what would be a really nice thing to track? Starting pitcher...I wonder if there's an index from 0-3 or something tracking which starting pitcher was used...
I would guess this data wouldn't be available at the end of the game, assuming that's when you track things. As far as I know, the game doesn't aggregate any individual stats, and while it would have a pointer to the data for the current pitchers, my guess is that that's overwritten when a new pitcher comes in. nightwulf might know for sure (he knows the assembly, and he's done a lot of work figuring out how ratings work while reading the RAM), although he's not around here much anymore.
Quote from: tecmoturd on 04/20/09, 02:35:20 PM
I just realized something. MRRBI = MRTSB from the tecmo boards (after seeing his post about the RBI Player Circuit in the online RBI forum here). He's actually referencing the extractor that I said I was writing a week or so back...haha, wow. Anyways, it's finished, at least its initial release is, anwyays.
Hi MRTSB.
How you doing? I'm a little like you trying to get away from Tecmo every so often. I actually really love both games a lot. You're the first person to actually ever come up with anything for extracting RBI baseball stats. Any luck with Jstoult?
Nope, I don't ask him for stuff these days. Guy gets hounded enough so I'm respecting his space. I'm actually pretty ok with team stats. Only thing I care about that I don't have is starting pitcher value, but whatever. I have enough RBI stuff to keep me busy for now.
Quote from: tecmoturd on 04/22/09, 04:26:05 PM
Nope, I don't ask him for stuff these days. Guy gets hounded enough so I'm respecting his space. I'm actually pretty ok with team stats. Only thing I care about that I don't have is starting pitcher value, but whatever. I have enough RBI stuff to keep me busy for now.
Honestly I think what you have is great. Thanks!