[Assets]: Save dump of clip map correctly
This commit is contained in:
parent
eccdf2e25e
commit
08c1862887
@ -2180,7 +2180,9 @@ namespace Assets
|
|||||||
// Write to disk
|
// Write to disk
|
||||||
constexpr auto* prefix = "maps/mp/";
|
constexpr auto* prefix = "maps/mp/";
|
||||||
constexpr auto* suffix = ".d3dbsp";
|
constexpr auto* suffix = ".d3dbsp";
|
||||||
Utils::IO::WriteFile(std::format("raw/clipmap/{}{}{}.iw4x.json", prefix, header.clipMap->name, suffix), output.dump(4));
|
|
||||||
|
|
||||||
|
std::string basename(header.clipMap->name);
|
||||||
|
basename = basename.substr(std::strlen(prefix), basename.size() - std::strlen(suffix) - std::strlen(prefix));
|
||||||
|
Utils::IO::WriteFile(std::format("raw/clipmap/{}.iw4x.json", basename), output.dump(4));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user