Editing Database - xAranaktu/FC-25-Live-Editor GitHub Wiki
Database Editor
The Live Editor tool allows you to edit the game's database tables.
As it's a Relational Database make sure all primary keys are unique in the table. Overall, I think it should be only used by advanced users who know what they are doing because it's very easy to brick your career save with changes made here.
Unfortunately, not all database tables can be permanently edited. Only some tables are stored inside the career file, so others will reset every time you restart the game. The easiest way to check which tables are stored inside your career file is to open the career file in RDBM25. The tables you see there can also be edited with Live Editor.
Creating New Rows
- Open Table in the editor
- Click on
Table
in top left corner ->Insert Row (CTRL+N)
- Fill fields and press
Confirm
Cloning Rows
Press Copy
button in row you can to clone
Deleting Rows
Press Trash Can
button in row you can to clone
Editing Rows
Press Edit
button in row you can to clone
You can also edit single field in row by left clicking the value
Saving Changes
Live Editor automatically save all changes here. There is no need to confirm anything.