m2jean / mhfu-ios-pmo-plugin

A plugin to display Monster Hunter Freedom United models in Noesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MHFU iOS Plugin for Noesis (Alpha)

A plugin to display Monster Hunter Freedom United iOS(モンスターハンターP2G iOS) pmo models in Noesis. Not compatible with the PSP version.

Instruction

First, mhtools should be used to extract .pac file in emmodel folder in the ipa package of MHFU/MHP2G.

Usally, a .pac file is consist of a binary section (the skeleton), a .pmo file (the model), a .tmh file (textures), and another binary section (the animation). The .tmh file can be further extracted to get one or more .pvr texture files, which is a format already supported by Noesis. The format of .tmh file is fairly easy so you should try to extract it by yourself. Name the extrected .pvr files the same as the .tmh file but followed by numbers.

Put fmt_mhskeleton_bin.py and fmt_mnstrhntr_pmo.py in the plugin/python folder in Noesis. Done.

The enable the wireframe mode and disable face culling to view the skeleton.

Skeleton

The rules of texture mapping is still unclear, so wrong texture mapping is sometimes expected.

Simple Model

Notice that the texture for the wings of Yian Kut-Ku is wrong.

Complex Wyvern Model

About

A plugin to display Monster Hunter Freedom United models in Noesis


Languages

Language:Python 100.0%