2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-25 02:51:43 +00:00

feat: properly parse data from xenon ipaks

This commit is contained in:
Jan Laupetin
2026-05-12 22:02:52 +02:00
parent e1bb8ae4d2
commit 71ca182524
12 changed files with 261 additions and 129 deletions
+2 -2
View File
@@ -6,6 +6,7 @@ function ZoneCommon:include(includes)
path.join(ProjectFolder(), "ZoneCommon")
}
Utils:include(includes)
XMemCompress:include(includes)
Common:include(includes)
ObjCommon:include(includes)
Parser:include(includes)
@@ -22,7 +23,7 @@ function ZoneCommon:link(links)
links:linkto(ObjCommon)
links:linkto(Parser)
links:linkto(Utils)
links:linkto(lzx)
links:linkto(XMemCompress)
ZoneCode:use()
end
@@ -58,7 +59,6 @@ function ZoneCommon:project()
}
self:include(includes)
lzx:include(includes)
ZoneCode:include(includes)
ZoneCode:use()