| View previous topic :: View next topic |
| Author |
Message |
Lukin83
Joined: 23 Jun 2008 Posts: 3
|
Posted: Mon Jun 23, 2008 7:16 am Post subject: pbr Game Scout additions |
|
|
I would like to see the following added to this script...
1. Play breakdown by quarter.
2. Play breakdown by drive.
3. Times targeted.
Thanks!
_________________ www.fflivewire.com |
|
| Back to top |
|
 |
mw54finest Site Admin

Joined: 22 Jun 2008 Posts: 160
|
Posted: Mon Jun 23, 2008 9:48 am Post subject: |
|
|
Nice, I would also like to see "Total" yardage column. _________________ Eat, Sleep, Live GLB! |
|
| Back to top |
|
 |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Tue Jun 24, 2008 5:47 am Post subject: |
|
|
Totals are already implemented in my home version. I haven't done quarters yet, but it's in the same table as the totals so I'll get to it eventually. Of the suggestions, this will definitely be the first to be implemented since it is by far the easiest.
If you want by-drive totals, I'm open to suggestions as to how it should look. One table for each team that has columns with comp/att/yards/etc and rows with drive numbers seems the simplest way. It would require a few changes, but nothing extraordinary. If you want to see the actual plays like some sites do with the football field image overlayed with colored lines for runs and different colored lines for passes, that seems a bit overkill to me. Though, if some brave soul is already working on it, I wouldn't be opposed to merging the code.
Targets is a bookkeeping nightmare, but I was planning on doing this eventually unless it finally gets put in the box score where it belongs.
Can't really put a date on any of this as I'm rewriting the way the script fetches plays which is, of course, proving to be much more of a pain in the ass than it should be. |
|
| Back to top |
|
 |
mw54finest Site Admin

Joined: 22 Jun 2008 Posts: 160
|
Posted: Tue Jun 24, 2008 6:51 am Post subject: |
|
|
To make the scout box work with quarters,
From Manager User Scripts, Highlight "pbr Game Scouts" then on the included pages click on add: Type this line in the box.
| Code: |
:
http://goallineblitz.com/game/game.pl?game_id=*&mode=pbp&quarter=* |
From the PbP screen click on any quarter number to display your quarterly stats.
Pabst, how do I get a hold of this "home" version? _________________ Eat, Sleep, Live GLB!
Last edited by mw54finest on Tue Jun 24, 2008 8:55 pm; edited 2 times in total |
|
| Back to top |
|
 |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Tue Jun 24, 2008 7:39 am Post subject: |
|
|
| mw54finest wrote: | To make the scout box work with quarters,
From Manager User Scripts, Highlight "pbr Game Scouts" then on the included pages click on add: Type this line in the box.
| Code: |
http://goallineblitz.com/game/game.pl?game_id=*&mode=pbp&quarter=* |
From the PbP screen click on any quarter number to display your quarterly stats.
Pabst, how do I get a hold of this "home" version? |
I don't think I've ever clicked those links . I assumed they just jumped down to the start of that quarter. Didn't even know they opened a new page.
There's nothing really special with that version. It's basically just yesterday's version with the pitches listed seperately from the rushes. And, I replaced the table creation code, so I don't have to make those things by hand like in the original. I'll probably just add quarters to it tonight and upload a new version. |
|
| Back to top |
|
 |
mw54finest Site Admin

Joined: 22 Jun 2008 Posts: 160
|
Posted: Tue Jun 24, 2008 8:35 am Post subject: |
|
|
I want the totals column! Make sure you add that on the new version. _________________ Eat, Sleep, Live GLB! |
|
| Back to top |
|
 |
Lukin83
Joined: 23 Jun 2008 Posts: 3
|
Posted: Tue Jun 24, 2008 10:35 am Post subject: |
|
|
| pabst wrote: | Totals are already implemented in my home version. I haven't done quarters yet, but it's in the same table as the totals so I'll get to it eventually. Of the suggestions, this will definitely be the first to be implemented since it is by far the easiest.
If you want by-drive totals, I'm open to suggestions as to how it should look. One table for each team that has columns with comp/att/yards/etc and rows with drive numbers seems the simplest way. It would require a few changes, but nothing extraordinary. If you want to see the actual plays like some sites do with the football field image overlayed with colored lines for runs and different colored lines for passes, that seems a bit overkill to me. Though, if some brave soul is already working on it, I wouldn't be opposed to merging the code.
Targets is a bookkeeping nightmare, but I was planning on doing this eventually unless it finally gets put in the box score where it belongs.
Can't really put a date on any of this as I'm rewriting the way the script fetches plays which is, of course, proving to be much more of a pain in the ass than it should be. |
I definitely was not looking for a bar chart to display drives. A table was all I was hoping for. _________________ www.fflivewire.com |
|
| Back to top |
|
 |
awalker
Joined: 24 Jun 2008 Posts: 3
|
Posted: Tue Jun 24, 2008 1:19 pm Post subject: |
|
|
| Having how many times a player was targeted would be sweet! |
|
| Back to top |
|
 |
Lukin83
Joined: 23 Jun 2008 Posts: 3
|
Posted: Tue Jun 24, 2008 3:57 pm Post subject: |
|
|
| awalker wrote: | | Having how many times a player was targeted would be sweet! |
That is the one of my suggestions I want the most. _________________ www.fflivewire.com |
|
| Back to top |
|
 |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Wed Jun 25, 2008 1:48 am Post subject: |
|
|
| mw54finest wrote: | I want the totals column! Make sure you add that on the new version. |
I did. Just uploaded it.
|
|
| Back to top |
|
 |
|