mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Add expansion DBC CSVs, Turtle support, and server-specific login
This commit is contained in:
parent
7092844b5e
commit
f247d53309
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