mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 16:03:52 +00:00
Add expansion DBC CSVs, Turtle support, and server-specific login
This commit is contained in:
parent
90a1aa8a92
commit
203664af43
139 changed files with 676758 additions and 91 deletions
|
|
@ -179,6 +179,9 @@ bool Application::initialize() {
|
|||
if (expansionRegistry_) {
|
||||
auto* profile = expansionRegistry_->getActive();
|
||||
if (profile && !profile->dataPath.empty()) {
|
||||
// Enable expansion-specific CSV DBC lookup (Data/expansions/<id>/db/*.csv).
|
||||
assetManager->setExpansionDataPath(profile->dataPath);
|
||||
|
||||
std::string expansionManifest = profile->dataPath + "/manifest.json";
|
||||
if (std::filesystem::exists(expansionManifest)) {
|
||||
assetPath = profile->dataPath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue