[DiscordArchive] Is your WoW version 901 by any chance?
[DiscordArchive] Is your WoW version 901 by any chance?
Archived author: MaxtorCoder • Posted: 2020-10-29T11:55:55.105000+00:00
Original source
Is your WoW version 901 by any chance?
Archived author: MaxtorCoder • Posted: 2020-10-29T11:56:12.914000+00:00
Original source
If so, you'll have to wait
Archived author: MaxtorCoder • Posted: 2020-10-29T11:56:19.184000+00:00
Original source
Since TrinityCore does not support 901 yet
Archived author: Kamian • Posted: 2020-10-29T11:57:50.677000+00:00
Original source
Ay, yeah. That explains alot
Archived author: MaxtorCoder • Posted: 2020-10-29T11:58:10.304000+00:00
Original source
I could also go into detail why the map extraction failed, but idk if you care <:lul:451485508380655616>
Archived author: Kamian • Posted: 2020-10-29T11:58:57.344000+00:00
Original source
yeah, would be a pleasure to know why
Archived author: MaxtorCoder • Posted: 2020-10-29T11:59:47.033000+00:00
Original source
Well, the map extractor extracts the DB2 files first, as shown here: https://github.com/TrinityCore/TrinityCo....cpp#L1302
[Embed: TrinityCore/TrinityCore]
TrinityCore Open Source MMO Framework (master = 8.3.7.35662, 3.3.5 = 3.3.5a.12340) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...System.cpp
Archived author: MaxtorCoder • Posted: 2020-10-29T12:00:05.717000+00:00
Original source
New DB2s need to be added to the list (that's the 1st thing)
Archived author: MaxtorCoder • Posted: 2020-10-29T12:00:21.258000+00:00
Original source
Then it extracts the map files (here: https://github.com/TrinityCore/TrinityCo...m.cpp#L243)
[Embed: TrinityCore/TrinityCore]
TrinityCore Open Source MMO Framework (master = 8.3.7.35662, 3.3.5 = 3.3.5a.12340) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...System.cpp
Archived author: MaxtorCoder • Posted: 2020-10-29T12:00:45.354000+00:00
Original source
7 lines down you can see the line `TryLoadDB2("Map.db2", &source, &db2, MapLoadInfo::Instance());`, right?