feat: dump iw3 xbox unsigned fastfile data

This commit is contained in:
Michael Oliver
2025-12-14 01:27:24 +00:00
parent 53c6724043
commit cc7a68de56
3 changed files with 61 additions and 29 deletions
+2 -1
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));