Madden21 roster only has 3 tables, DCHT, PLAY,TEAM
[edit] after fixing some things, that seems to be the only differences between the db file that was uploaded and the M21 roster file.
M21 Roster also has what I believe to be a checksum in the header (I could be wrong, I'm no expert). Assuming that is the case, unless that can be figured out, an external editor would not be able to produce a file that would be valid in game.
This works flawlessly with PS3 files, FYI. -AaronS
DB12 This sets the path to the DB_TEMPLATES #12 file. (zero based unchecked) SDTA This sets the path to the StreamedData.db file. ALDB This Auto Loads a preferred DB. TIEP This sets the export filename. 0 = [DB Name] - [Table Name], 1 = [Table Name] FDPx This sets the column order. 0 = Default, 1 = Ascending, 2 = Descending TGCF This sets the Table Grid Color Foreground in hex format. TGCB This sets the Table Grid Color Background in hex format. TGCD This sets the Table Grid Color Definitions in hex format. CGCF This sets the Column Grid Color Foreground in hex format. CGCB This sets the Column Grid Color Background in hex format. CGCA This sets the Column Grid Color Alt in hex format. CGCD This sets the Column Grid Color Definitions in hex format. DEFF This sets the path to the definitions.csv file. It must be the last entry.
Team Editor
Spoiler:
This is still a work in progress but most of everything in here is functional except create a team.
Created uniforms are a work in progress.
Set the default uniforms in the Home/Away boxes.
Add a uniform to a team by selecting the ID first. This is the location in the UNIFORMS.dat file. If the ID box is white a uniform setting must be created. Click the add (+) button to create it. Set the settings for the uniform and then click the add (+) button on the uniform list to add it.
Player Editor
Spoiler:
The Player editor is mostly non-functional. The only things that can be done is delete a player, cut down roster size and import/export MDC files. (Draft Classes) I will work on the Player editor in the off season.
draftclass.jpg (402.2 KiB) Viewed 213 times
Previous Version Madden Xtreme DB Editor (back) reverting to a previous version because some console files were not being saved corretly.
Ooh. Gonna have to try this out soon. Hopefully it loads the PLAY table faster than the old DB Editor. Even with an overclocked 8700K, freaking table takes forever.
RevanFan wrote:Ooh. Gonna have to try this out soon. Hopefully it loads the PLAY table faster than the old DB Editor. Even with an overclocked 8700K, freaking table takes forever.
Let us know your findings.
Edit: If any issues please include the OS it is being run under. Thanks
RevanFan wrote:Ooh. Gonna have to try this out soon. Hopefully it loads the PLAY table faster than the old DB Editor. Even with an overclocked 8700K, freaking table takes forever.
Let us know your findings.
Edit: If any issues please include the OS it is being run under. Thanks
Will do. Currently can't remember if I'm running 1803 or 1809 of Windows 10, haha. I'll look it up beforehand if I notice any issues. I think I'm on 1803. I have Windows 10 Education, so I'm allowed to defer feature updates for a full calendar year.
Is this strictly for 2019 rosters? I see there's an 08 roster loaded in the screenshot, but anything 08 I try to load brings up the dreaded Unhandled Exception. Running Windows 10 Home, 1803. Original DB editor runs fine.
joegreenlight10 wrote:Is this strictly for 2019 rosters? I see there's an 08 roster loaded in the screenshot, but anything 08 I try to load brings up the dreaded Unhandled Exception. Running Windows 10 Home, 1803. Original DB editor runs fine.
The DB editor works with all Madden 08 db files. It can also load some Madden 19 files like the roster (with the FBChunks stripped out adding the ROS extension. See image in first post).
Make sure the file you're trying to load is not corrupted.
So exporting tables with unsupported field types will print crazy characters which affects the spreadsheet so I made a change to print "usft" (unsupported field type) instead. You will still be able to preview what is on those unsupported field types on the screen.
Also working on a feature to make franchise to roster and an "Addendum" feature that will add partial fields to a table.