Giter Site home page Giter Site logo

alanjsil / mhw-costume-armor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alcros33/mhw-costume-armor

0.0 0.0 0.0 2.53 MB

GUI Program to customize layered Armor in the game Monster Hunter World.

License: MIT License

CMake 1.49% C++ 97.74% Python 0.38% Batchfile 0.18% Shell 0.22%

mhw-costume-armor's Introduction

license

MHW Costume Armor

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

Release!

Checkout the compiled binaries on the latest Release !

GUI Preview

Dependencies To Build

  • 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).

Extra Libraries that I include

Logging powered by EasyLogging++ Available here Sorry I'm to lazy to do the git submodule sutff.

Building Using MinGW

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=[Debug | Release] -G "MinGW Makefiles"
$ mingw32-make

Building Using Visual Studio

  • 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.

Directly with CMake

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=[Debug | Release] -G "Visual Studio 15 2017 Win64"
cmake --build . --config [Debug | Release]

mhw-costume-armor's People

Contributors

alcros33 avatar jmctune avatar lilaobao2 avatar lithiumfluorine avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.