galmaroth Posted December 28, 2017 Report Share Posted December 28, 2017 (edited) When trying to extract the maps with mapextractor, got this error MPQ files found in Data directory! This tool works only with World of Warcraft: Legion To extract maps for Wrath of the Lich King, rebuild tools using 3.3.5 branch! where i can set an option to compile an 3.3.x extractor? was trying to get my copy from here : curl -o ~/.gitcompletion "https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash" Greetings Edited December 28, 2017 by galmaroth Link to comment Share on other sites More sharing options...
Aokromes Posted December 28, 2017 Report Share Posted December 28, 2017 1 hour ago, galmaroth said: When trying to extract the maps with mapextractor, got this error MPQ files found in Data directory! This tool works only with World of Warcraft: Legion To extract maps for Wrath of the Lich King, rebuild tools using 3.3.5 branch! where i can set an option to compile an 3.3.x extractor? was trying to get my copy from here : curl -o ~/.gitcompletion "https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash" Greetings You need to compile 3.3.5a branch not master branch, it's that hard to read the error message? Link to comment Share on other sites More sharing options...
Aokromes Posted December 28, 2017 Report Share Posted December 28, 2017 + use git clone not some fancy commands. Link to comment Share on other sites More sharing options...
galmaroth Posted December 30, 2017 Author Report Share Posted December 30, 2017 no, its not too hard to read the message, but.. when I follow the tutorial for Mac osx here: https://trinitycore.atlassian.net/wiki/spaces/tc/pages/10977313/OS+X+Core+Installation there is a step to clone from git git clone https://github.com/TrinityCore/TrinityCore.git repo this command clones the legion core, so I thought, there is an option to switch between the cores in the next step when configuring cmake. btw this core runs trough cmake without problems now there is no command line to copy the wotlk core. So I looked at the linux section and tadaa: git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git repo ok nice I´ll take this one. now when I start configuring cmake he is missing the boost_regex lib. After install - compile fail. ok, go on step by step. "-b 3.3.5" is that the correct attribute to copy the 3.3.x for Mac OSX? Greetings Link to comment Share on other sites More sharing options...
Aokromes Posted December 30, 2017 Report Share Posted December 30, 2017 macos is a pain to run 3.3.5a client. Link to comment Share on other sites More sharing options...
CDawg Posted December 30, 2017 Report Share Posted December 30, 2017 8 hours ago, galmaroth said: ok, go on step by step. "-b 3.3.5" is that the correct attribute to copy the 3.3.x for Mac OSX? Greetings That's common git knowledge for switching branches. yes. And, yes you need to install boost. Link to comment Share on other sites More sharing options...
Recommended Posts