Jump to content

The OF Starters image


jeid

Recommended Posts

I figured out how to edit the image at the top of the OF starters page to reflect a team having a 4WR set, a 2RB set, a 3 WR set, or just about any other formation you can think of.

the hex is found on offset:

00021F09

the code is broken into 3 sections, with each section containing 12 bytes, two for each offensive starters. there are 36 total bytes used, 12 for the 2 RB formation, 12 for the 4WR formation, and 12 for the 3WR formation.

2RB = 307840604090283830C828A8

4WR = 3078407830482818280830A8

3WR = 307840783040301828D828A8

this data was then broken down to represent the location of each player, as follows:

2RB:

3078=QB

4060=RB1

4090=RB2

2838=WR1

30C8=WR2

28A8=TE

4WR:

3078=QB

4078=RB

3048=WR1

2818=WR2

2808=WR3

30A8=WR4

3WR:

3078=QB

4078=RB

3040=WR1

3018=WR2

28D8=WR3

28A8=TE

the first two digits of each player represents his vertical locationon the screen. there are only 3 numbers here. 28, which means the player is on the line of scrimmage, 30, which is where the qb is located behind center and for WR's off the line of scrimmage, and 40, for RB's. the second two digits represent where the player is located vertically. 78 is directly under center, and values range from 08 to D8.

---------------------------------------------------

this is nothing groundbreaking but it will be quite useful if/when we find the data to edit the way teams look (ie. oilers w/ 4wr) and for possibly creating plays/formations down the road.

Link to comment
Share on other sites

  • 3 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...