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
- Host: GitHub
- URL: https://github.com/AsteriskAmpersand/Mod3-MHW-Importer
- Owner: AsteriskAmpersand
- Created: 2019-04-01T05:16:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T02:53:10.000Z (almost 2 years ago)
- Last Synced: 2024-07-07T02:23:47.487Z (almost 2 years ago)
- Topics: blender, exporter, importer, mod3, monster-hunter-world, mtframework, plugin
- Language: Python
- Size: 409 KB
- Stars: 84
- Watchers: 10
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-game-file-format-reversing - Mod3-MHW-Importer - Blender Import-Exporter for Monster Hunter World Mod3 model format. (Game & Studio Tools / Capcom)
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)