Skip to content

Commit

Permalink
blocklist Bootstrap.wad.client
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshadow565 committed May 2, 2024
1 parent 48a63e1 commit 2288f27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cslol-tools/src/main_mod_tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ static auto mod_mkoverlay(fs::path src, fs::path dst, fs::path game, fs::names m
for (auto const& [_, mounted] : game_index.mounts) {
auto subchunk_name = fs::path(mounted.relpath).replace_extension(".SubChunkTOC").generic_string();
blocked.insert(hash::Xxh64(subchunk_name));
if (mounted.name() == "bootstrap") {
for (auto const& [name, _] : mounted.archive.entries) {
blocked.insert(name);
}
}
}
auto mod_queue = std::vector<wad::Index>{};

Expand Down

0 comments on commit 2288f27

Please sign in to comment.