add transparent column fixer code and finish bmap load/save

This commit is contained in:
2023-10-29 10:27:35 +08:00
parent c7af11702f
commit b402e8db8e
5 changed files with 111 additions and 5 deletions

View File

@ -122,7 +122,7 @@ namespace Unvirt::StructFormatter {
LibCmo::CKDWORD count = obj->GetObjectCount();
fprintf(stdout, "Group Object Count: %" PRIuCKDWORD "\n", count);
fputs("Id\tType\tObject Pointer\tName\n", stdout);
fputs("CKID\tType\tObject\tName\n", stdout);
for (LibCmo::CKDWORD i = 0; i < count; ++i) {
LibCmo::CK2::ObjImpls::CKBeObject* beobj = obj->GetObject(i);