Using Tile Databases created with MOBAC

I’ve used Mobile Atlas Creator many times with other apps to create an SQLite DB containing tile data. All the formats it supports are a little different from the .DB3 format that MapWinGIS is creating when caching tiles. Has anyone here tried doing this? I could probably convert one of them myself (e.g. OSMDroid SQLIte) to the current database format, but I wasn’t sure how Tiles.Type (integer) in the cache .db3 file is assigned (for a section I’m looking at in the US it’s value is either 0, 1025, or 1026). I’m not seeing that data column saved in any of the formats that MOBAC produces. I could fake it, but would prefer to know what MapWinGIS is expecting in that data column. Thanks!