add as many custom scenarios as possible

This commit is contained in:
2025-08-01 10:51:19 -05:00
parent 849aa019bb
commit 7d2f491b20
6 changed files with 10 additions and 0 deletions

View File

@@ -79,6 +79,9 @@ std::vector<fs::path> all_scen_dirs() {
scen_dirs.push_back(scen_dir);
}
// Experimental: ship with the full scenario archive
scen_dirs.push_back(progDir/"Blades of Exile Scenarios/custom");
#ifdef DEBUG
fs::path replay_scenarios_dir = boost::filesystem::current_path();
replay_scenarios_dir = replay_scenarios_dir/".."/".."/"test"/"replays"/"scenarios";