News:

RIP GoReds

Main Menu

Stat extractor for R.B.I. to be released soon.

Started by MR R.B.I., 04/13/09, 10:26:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MR R.B.I.

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");
Creator of the Original RPC (4 Seasons)
R.B.I. CHAMPIONSHIPS *RPC I*

ultimate7

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
Quote from: Dårky on 11/02/10, 12:04:50 AM
The Raiders are a successful organization

Gantry


BeefMaster

"Nobody in football should be called a genius. A genius is a guy like Norman Einstein." - Joe Theismann

Shooty


nomaaa

e and r are the first two letters in "error"
Quote from: GDavis on 10/13/17, 11:29:39 AM
Congrats Nomaaa.  Dee-Nee's new Sandwich King.

TbT

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.
Visit:  http://www.tecmobowl-vs-rbi.com/index.html ---strategy, info, and player ratings for Tecmo Bowl & R.B.I. Baseball.

Gantry

Quote from: BeefMaster on 04/14/09, 02:12:47 PM
RBI's box score uses "ER" for errors.

Agreed...

Quote from: Shooty on 04/14/09, 07:53:23 PM
I think "ER" is for errors.

Agreed...

Quote from: nomaaa on 04/15/09, 01:22:12 AM
e and r are the first two letters in "error"

Agreed...

Quote from: Gantry on 04/14/09, 09:23:20 AM
I'm going with errors

Agreed...

BDawk


fathedX

Why is there no excitement it will track "SO" twice?

Gantry


Big Hath

Battle not with monsters lest ye become a monster, and if you gaze into the abyss, the abyss gazes also into you.


JerryD

"He's Lemmy. He can be in any damn video he wants to!" -- Butthead

Gantry

Common mistake - it's Slovenia, not Serbia

Turd

"$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...

Turd

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.

TβG

when you post it, can you explain how we use it?

i'm not familiar with extractors.
Quote from: Nacho on 03/15/16, 10:17:08 AMWe've had babe drafts. We've had a sandwich draft. We can have our babes and eat sandwiches, too.

Turd

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...

BeefMaster

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.
"Nobody in football should be called a genius. A genius is a guy like Norman Einstein." - Joe Theismann