2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-07 17:22:34 +00:00

feat: dump t5 techsets and techniques

This commit is contained in:
Jan Laupetin
2026-01-12 23:25:48 +01:00
parent 3fb4dc452e
commit 0a06a01e67
5 changed files with 2623 additions and 5 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
#include "Game/T5/GameAssetPoolT5.h"
#include "Game/T5/Material/MaterialJsonDumperT5.h"
#include "Game/T5/Techset/TechsetDumperT5.h"
#include "Game/T5/XModel/XModelDumperT5.h"
#include "Image/ImageDumperT5.h"
#include "Localize/LocalizeDumperT5.h"
@@ -28,7 +29,7 @@ bool ObjWriter::DumpZone(AssetDumpingContext& context) const
// REGISTER_DUMPER(AssetDumperXAnimParts, m_xanim_parts)
REGISTER_DUMPER(xmodel::DumperT5, m_xmodel)
REGISTER_DUMPER(material::JsonDumperT5, m_material)
// REGISTER_DUMPER(AssetDumperTechniqueSet, m_technique_set)
REGISTER_DUMPER(techset::DumperT5, m_technique_set)
REGISTER_DUMPER(image::DumperT5, m_image)
// REGISTER_DUMPER(AssetDumperSndBank, m_sound_bank)
// REGISTER_DUMPER(AssetDumperSndPatch, m_sound_patch)