2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-19 00:47:48 +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

@@ -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;