Skip to content

AsteriskAmpersand/Mod3-MHW-Importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mod3-MHW-Importer

Blender Mod3 Import-Exporter for Monster Hunter World. Written for Blender 2.79, no update for further Blender versions is planned (feel free to fork if you are interested in doing it yourself).

Documentation

Documentation on functionality can be found on https://github.com/Ezekial711/MonsterHunterWorldModding/wiki/Asterisk's-Plugin-Features.

Additionaly under Asterisk's Plugin Notes are notes on the format that are not explained on the research template and cover advanced functionality.

Installation

As any other blender plugin. Download the zip of the project. Create a folder in your blender addon folder and drag the files in the zip there.

Author

  • AsteriskAmpersand/*&

Acknowledgements

  • Lukas Scone/Predator - For the initial reverse engineering of the MT Framework Model Format. - Predator's Dev Blog
  • CrazyT - For his work on the original blender importer plugin and his help during the coding of this version. - CrazyT's Github User Page
  • Jodo - For his tex to dds converter and compiling a custom version for this project. - Jodo's MHW Modding Site
  • Cristian Năvălici - For his crc32/crcjam code for python. - PyCRC Project Page
  • Chuck Walbourn - For the DirectXTex library for dds to png convertor. - DirectXTex Github Repo