Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Madden 21 PC Roster file

Featured Replies

  • Author
  • Localization

reeshmd23, posted Sun Sep 13, 2020 1:21 am (58650)


I have been editing madden rosters since Madden 2008. This year they decided to encrypt it and im having trouble figuring it out. They are usually in DB file format. Hoping someone can help figure it out. Added a Madden 20 file for comparison. Thanks

Madden 21 PC roster file
https://ufile.io/0vmjo7hk

Madden 20 PC roster file
https://ufile.io/0pqyb1o8


This editor works with madden 19 and 20 files just use a hex editor to delete header to DB file then open.
https://www.footballidiot.com/forum/vie ... hp?t=21400

Editor that maybe can be used to open it
https://forums.operationsports.com/foru ... ditor.html
  • Author
  • Localization

aluigi, posted Tue Sep 15, 2020 8:24 pm (58711)


I got an email about this new format one month ago and replied in this way:
Quote:
Yeah it's just zlib and indeed the format is totally different than the
one of the other sample.
This script is only in case you don't want to use offzip since I have
no idea regarding the content of the data.

###
idstring "FBCHUNKS"
get VER short
get HEADER_SIZE long
get ZSIZE long
savepos HEADER_OFF
get SIZE long
get YEAR short
get FLAGS short
if FLAGS & 1 # or year 2021
get SOME_CRC long
get FILE_SIZE long
math NUM = 8
else # or FLAGS & 8, or year 2020
math NUM = 4
endif
for x = 0 < NUM
get DUMMY short
next x
get NAME string
xmath OFFSET "HEADER_OFF HEADER_SIZE"
if FLAGS & 1
clog NAME OFFSET ZSIZE SIZE
else
log NAME OFFSET ZSIZE
endif
###

Basically you can just decompress the data with offzip -a but no idea how the decompressed data should be interpreted since it's not compatible with the format of the older version.
  • Author
  • Localization

reeshmd23, posted Sun Sep 20, 2020 7:55 pm (58790)


Bummer I'm getting frustrated trying to figure it out!
  • Author
  • Localization

lorak, posted Tue Sep 22, 2020 2:49 pm (58818)


Here is an update from September 7 2020 about these files.
It seems that the first step to work with Madden 21 roster files is to figure out its format as it seems to be a new one relative to previous years. As aluigi said, you can decompress this Madden 21 file using offzip tool.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.