An open API service indexing awesome lists of open source software.

https://github.com/AsteriskAmpersand/Mod3-MHW-Importer

Blender Mod3 Import-Exporter for Monster Hunter World
https://github.com/AsteriskAmpersand/Mod3-MHW-Importer

blender exporter importer mod3 monster-hunter-world mtframework plugin

Last synced: about 2 months ago
JSON representation

Blender Mod3 Import-Exporter for Monster Hunter World

Awesome Lists containing this project

README

          

# 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](https://lukascone.wordpress.com/2017/06/18/mt-framework-tools/)
* **CrazyT** - For his work on the original blender importer plugin and his help during the coding of this version. - [CrazyT's Github User Page](https://github.com/TheCrazyT)
* **Jodo** - For his tex to dds converter and compiling a custom version for this project. - [Jodo's MHW Modding Site](http://www.mhwmod.com/)
* **Cristian Năvălici** - For his crc32/crcjam code for python. - [PyCRC Project Page](https://pypi.org/project/PyCRC/#description)
* **Chuck Walbourn** - For the DirectXTex library for dds to png convertor. - [DirectXTex Github Repo](https://github.com/Microsoft/DirectXTex/wiki)