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
@@ -38,7 +38,7 @@ namespace
ZoneHeader CreateHeaderForParams()
{
ZoneHeader header{};
header.m_version = ZoneConstants::ZONE_VERSION;
header.m_version = ZoneConstants::ZONE_VERSION_PC;
memcpy(header.m_magic, ZoneConstants::MAGIC_UNSIGNED, sizeof(ZoneHeader::m_magic));
return header;