a program to parse game logs for the deeproute.com football game
目前為
(Old change log from uerscripts.org site)
Updated to 1.4.3:
- Script now works with the new team stats pages.
Updated to 1.4.2:
- Script now works with the updated deeproute URL.
Updated to 1.4.1:
- Fixed issues stemming from abbreviations being removed from the standings page. The script now pulls team names and abbreviations from the preseason team stats page. A side effect of this is that teams are now sorted by team ID, not by their current position in the standings, so there is no longer any chance of spoilers.
Updated to 1.4:
- Added a new table, "Receiver target splits," which gives "first option" looks, targets, the average depth of those targets, and dumpoff passes to each eligible receiver in all packages and down/distance combinations. Note that the axis are flipped relative to the other table, meaning packages are on the left and down/distance is shown across the top. This table is quite large and probably most useful when copied into a spreadsheet program.
- The old table is called "rushing and passing splits," and is currently the default selection.
- Can now be set to run for Preseason, Regular season, Postseason, and any combination of the above except for preseason and postseason without the regular season. If you attempt to run the program with that setting it will run for preseason, regular season, and postseason.
- All new stats and options should have helpful mouseover text.
Updated to 1.3:
- Can now be set to display either a team's own offensive numbers (as it did in the past), or those of it's opponents. Said differently, the script can now show offensive or defensive results.
Updated to 1.2:
- minor formatting update. Output table is still rather ugly, but it should no longer become confusing with larger numbers and can now be easily pasted into a spreadsheet program for more detailed analysis or simply easier viewing.
Updated to 1.1:
- Added Yards per play (abbreviated Y/P) and Success Rate (SR) for each package and down/distance combination along with the original Pass and Run play totals
- Definitions for stats included as mouseover text
Original version:
This script is a heavily modified and updated version of a "dump off counter" script originally created by user buffaloes. If he/she would like me to take this down I will do so.
The script works out of the schedule page. Select the team(s) via a check-box under the list of games and press the "start" button. After it goes through every game that team has played (this will take some time) it will display a table showing a matrix of run play calls/pass play calls for all eight personnel packages and seven down and distance combinations. For example, "20/30" would indicate that the team ran 20 times and passed 30 times.
The implementation at this time is fairly crude, and the process of parsing each game log is fairly slow, taking approximately 90-120 seconds to parse 16 games. Selecting multiple teams will get you their combined numbers, not a separate table for each team, and the best way to kill the program or look at a new team is to refresh the page.