Skip to content

Pandaria Core for World of Warcraft Mists of Pandaria client 5.4.8

License

Notifications You must be signed in to change notification settings

Err0r1/pandaria_5.4.8

This branch is 7 commits behind alexkulya/pandaria_5.4.8:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b9cfb3 · Aug 9, 2024
May 9, 2022
Aug 5, 2024
Dec 28, 2021
Dec 17, 2023
Dec 28, 2021
Aug 9, 2024
Aug 5, 2024
Feb 18, 2023
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021
Feb 5, 2022
Jan 15, 2022
Dec 28, 2021
Dec 28, 2021
Aug 8, 2024
Feb 26, 2022
Dec 28, 2021

Repository files navigation

Mists of Pandaria 5.4.8 Build 18414

Discord link: https://discord.gg/y3zspxan7k

Client exe files" https://drive.google.com/file/d/1OCrtyvRXSvxnR9EoHWYfc-2Tbm5hX3ca

Compiled exe files: https://drive.google.com/file/d/1UxdZ51hR-nqC3HAvE8_0GkP_JnFiexrE

Geodata (RU dbc): https://drive.google.com/file/d/103QiAyR5lJsfFPaEAkWqWV2HkqrV8PzN

Pandaria 5.4.8 docker (Thanks diff3): https://github.com/diff3/pandaria_5.4.8_docker

Requirements

  • Platform: Linux, Windows or Mac
  • Processor with SSE2 support
  • ACE = 7.0.0 (included for Windows)
  • MySQL = 5.7
  • CMake ≥ 3.14 (latest stable recommended)
  • OpenSSL = 3.x.x
  • Boost ≥ 1.70 (latest stable recommended)
  • Windows SDK version 10
  • MS Visual Studio (Community) ≥ 16.4 (2019) (Desktop) (Not previews)
  • Linux

  • GCC ≥ 9 (Linux only)
  • Clang ≥ 11 (Linux only)
  • Build :

  •   $ git clone https://github.com/alexkulya/pandaria_5.4.8.git
      $ cd pandaria_5.4.8 mkdir build && cd build
  • command cmake (replace XX by your clang version) :
  • $ cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/yourUser/folder -DCMAKE_C_COMPILER=/usr/bin/clang-XX -DCMAKE_CXX_COMPILER=/usr/bin/clang++-XX -DSCRIPTS=static
    
    $ make -j $(nproc)
    $ make install
    (if permission denied, use sudo make install)
  • if you want to build the tools to extracting data from MoP client, you need to add a compiler flag to cmake.

    cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/yourUser/folder -DCMAKE_C_COMPILER=/usr/bin/clang-XX -DCMAKE_CXX_COMPILER=/usr/bin/clang++-XX -DCMAKE_CXX_FLAGS=-pthread -DSCRIPTS=static

Enjoy

Copyright

License: GPL 2.0

Read file COPYING

Authors & Contributors

Read file THANKS

About

Pandaria Core for World of Warcraft Mists of Pandaria client 5.4.8

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 81.4%
  • C 16.9%
  • Assembly 0.7%
  • CMake 0.5%
  • HTML 0.2%
  • Makefile 0.2%
  • Other 0.1%