2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-25 09:23:03 +00:00

feat: dump iw3 xbox unsigned fastfile data

This commit is contained in:
Michael Oliver
2025-12-14 00:56:08 +00:00
parent 53c6724043
commit cc7a68de56
3 changed files with 61 additions and 29 deletions

View File

@@ -13,7 +13,8 @@ namespace IW3
public:
static constexpr const char* MAGIC_UNSIGNED = "IWffu100";
static constexpr int ZONE_VERSION = 5;
static constexpr int ZONE_VERSION_PC = 5;
static constexpr int ZONE_VERSION_XENON = 1;
static_assert(std::char_traits<char>::length(MAGIC_UNSIGNED) == sizeof(ZoneHeader::m_magic));