Mod file overlay system

Mods can now replace DVD files with contents of their "overlay" folder

(I'll update the docs later when I do a full pass and make non-code mods
more of a first-class citizen)

Fixes https://github.com/TwilitRealm/dusklight/issues/1306
This commit is contained in:
PJB3005
2026-05-15 21:04:42 +02:00
parent 37e5b7409d
commit 42d412a06e
7 changed files with 138 additions and 3 deletions
+1
View File
@@ -67,6 +67,7 @@ private:
void tryLoadDusk(const std::filesystem::path& modPath, bool fromDir);
void buildAPI(LoadedMod& mod);
void initOverlayFiles();
};
} // namespace dusk