PDA

View Full Version : Average Player Size in FOF7


Ben E Lou
02-19-2015, 12:00 PM
Per a discussion in the GML, I thought I'd post these here so that if it comes up elsewhere, there's an easy reference. This is from a 37-season SP career in FOF7. I'm reasonably certain that the numbers won't change significantly with longer careers.

<table border="1" cellpadding="0" cellspacing="1"><tbody><tr><th>position</th><th>ht</th><th>wt</th></tr> <tr> <td>QB</td><td>73.7</td><td>219.0</td></tr> <tr> <td>RB</td><td>70.6</td><td>215.2</td></tr> <tr> <td>FB</td><td>71.4</td><td>241.2</td></tr> <tr> <td>TE</td><td>75.6</td><td>253.2</td></tr> <tr> <td>WR</td><td>71.7</td><td>196.5</td></tr> <tr> <td>C</td><td>74.6</td><td>292.5</td></tr> <tr> <td>G
</td><td>75.3</td><td>311.3</td></tr> <tr> <td>T</td><td>76.8</td><td>315.4</td></tr> <tr> <td>P</td><td>73.6</td><td>211.2</td></tr> <tr> <td>K</td><td>71.5</td><td>200.2</td></tr> <tr> <td>DE</td><td>75.6</td><td>273.2</td></tr> <tr> <td>DT</td><td>74.6</td><td>300.5</td></tr> <tr> <td>ILB</td><td>72.6</td><td>244.0</td></tr> <tr> <td>OLB</td><td>73.2</td><td>239.4</td></tr> <tr> <td>CB</td><td>70.6</td><td>190.0</td></tr> <tr> <td>S</td><td>71.5</td><td>203.5</td></tr> <tr> <td>LS</td><td>74.6</td><td>250.0</td></tr></tbody></table>

gstelmack
02-19-2015, 02:03 PM
We'll know in a bit. I've got myself automated and hope to get a 100 or 200 season career database set up over the next couple of days...

agrimsley
02-19-2015, 03:03 PM
At what point are you doing exports to keep the data?

gstelmack
02-19-2015, 05:41 PM
We'll know in a bit. I've got myself automated and hope to get a 100 or 200 season career database set up over the next couple of days...

Or not, it keeps finding interesting ways to get out-of-synch. Ugh.

aston217
02-19-2015, 10:39 PM
Hm. I think the only thing you lose by not exporting annually is the rookie draft class.

agrimsley
02-20-2015, 06:01 AM
Personally, I export at the following stages:
FA1 - Creation of rookies.csv, draft_personal.csv
EX1 - Completion of training camp
EX3 - Update following EX2 updates

Just wanted to understand if anyone else was adding in other stages to gather information and why.

garion333
02-20-2015, 08:21 AM
Personally, I export at the following stages:
FA1 - Creation of rookies.csv, draft_personal.csv
EX1 - Completion of training camp
EX3 - Update following EX2 updates

Just wanted to understand if anyone else was adding in other stages to gather information and why.

There continues to be too much noise in the data during this stage that I tend to ignore it and move onto the preseason proper and pull the ratings after EX2.

gstelmack
02-20-2015, 08:23 AM
I do just before TC and at the end of the season. There is development during the season I want to capture (to get a true MAX CUR), and the TC stage itself is definitely mostly noise. Just before TC gets players on their proper teams. Doing it just after TC is okay. Most player movement occurs when EX1 is run, so you want before it and after it, I just want to capture any during-the-season development so I do end of season.

You do need the FA1 for the 2 files agrimsley mentions. You don't need to import into PlayerTracker until just before TC, however.