bep713 / madden-franchise-editor

An app for editing franchise data in Madden 19 and beyond!
MIT License
22 stars 3 forks source link

Loaded schema not matching expected schema #54

Open TheXenochrist69 opened 6 months ago

TheXenochrist69 commented 6 months ago

It seems I can't properly edit my Madden 19 franchise file because the expected schema is M19 95.5, but the default loaded schema is M19 95.7. Any help on how to obtain the correct schema would be appreciated.

bep713 commented 1 month ago

@TheXenochrist69 you should be able to edit the file anyway as the difference in schema versions probably isn't that big of a deal. You can just ignore the red popup about the schema mismatch and continue editing with the table or schedule editor.

If you'd like to get the correct schema version, you can use a tool like Frosty to export it or you can try to use the built-in schema search in the editor by going to the Schema Management tab -> Change on the top right -> Quick scan for schema -> Select M19.exe on the file picker -> Open. Though I can't guarantee it will work for M19 since I haven't tested it with that version :)

TheXenochrist69 commented 1 month ago

Thank you, it worked just fine!