MHW Costume Armor is a Monster Hunter World MOD which includes graphic user interface to customize the layered armor equipped.
It is a C++ implementaion of the original MHW Transmog.
Available also at Nexus Mods
Checkout the compiled binaries on the latest Release !
- CMake # Download Link!
- QT5 (Select MinGW 7.30)# Download Link!
- MinGW 7.30 # When installing QT5 pick the actual MinGW compiler from the "tools" section
- Python 3 (to transform csv file to json)
Add the following folders to Path C:\Qt\Tools\mingw730_64\bin
and C:\Qt\{VERSION}\mingw73_64\bin
(Guide Info).
Logging powered by EasyLogging++ Available here Sorry I'm to lazy to do the git submodule sutff.
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=[Debug | Release] -G "MinGW Makefiles"
$ mingw32-make
- Visual Studio 2017
- Have MSVC x64 in your Qt install
Build either with CMake directly, or use File > Open > CMake in Visual Studio, then select Debug or Release, and press build.
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=[Debug | Release] -G "Visual Studio 15 2017 Win64"
cmake --build . --config [Debug | Release]