DMB DAT File Explanation
From Dmbwiki
Each database in Diamond Mind Baseball has several associated data files. These files have the extension of *.dat. Each *.dat file has a corresponding *.idx file. The *.dat files contain all of the data pertaining to that database. The *.idx files contain an index lookup for the corresponding *.dat file. The *.idx file contains a primary key and a byte address of where that object is located within the corresponding *.dat file. The data files are listed below along with an explanation of the believed data contained within. The column labeled "decoded" determines whether this data file has been byte mapped by the DMB community. DMB also comes with three master data files that are stored in the root. They are also listed in the table below.
| DMB *.dat File | Purpose | Decoded |
| dmbdraft | Contains draft information | NO |
| dmbera | Contains information regarding eras | YES |
| dmbgbg | Contains game-by-game stats information | NO |
| dmbgs | Contains simulated stats information | YES |
| dmbgtlog | Contains simulated transaction log information | NO |
| dmbinj | Contains injury information | YES |
| dmbleag | Contains league information | NO |
| dmbmp | Contains manager profile information | NO |
| dmbnote | Contains user note information | NO |
| dmborg | Contains organization information | NO |
| dmbpark | Contains park information | NO |
| dmbplyr | Contains player information | YES |
| dmbrtlog | Contains real-life transaction log information | NO |
| dmbsched | Conatins schedule information | THINK SO |
| dmbgs# | Contains real-life schedule and lineup information (replay info) | PARTIAL |
| dmbteam | Contains team information (rosters included) | YES |
| dmbusage | Contains usage information (??) | NO |
| mastera | Contains all era information | YES |
| mastpark | Contains all park information | NO |
| mastplyr | Contains master player information (names, IDs...) | YES |

