2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

ANCS cook fixes; initial Tweak DNA pipeline

This commit is contained in:
Jack Andersen
2016-08-31 09:58:21 -10:00
parent 405a344fdf
commit 4a7d3e8b40
14 changed files with 96 additions and 20 deletions

View File

@@ -138,9 +138,9 @@ SObjectTag ProjectResourceFactoryMP1::TagFromPath(const hecl::ProjectPath& path,
resTag.type = SBIG('STRG');
return true;
}
else if (!strcmp(className, "FONT"))
else if (!strcmp(className, "DataSpec::DNAMP1::CTweakPlayerRes"))
{
resTag.type = SBIG('FONT');
resTag.type = SBIG('CTWK');
return true;
}
return false;