spdv123 / neox_tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neox Model Converter & EXPK Extractor

Step 0 pip install numpy transformations pymeshio tqdm

Step 1 python expk_extractor.py expk_file_path

example: python expk_extractor.py hero1.npk

if you'll unpack Onmyoji game. you should first rename these files like below:

res.npk.0 -> res.npk.00 res.npk.1 -> res.npk.01 ... res.npk.10 -> res.npk.10 ... res.npk.14 -> res.npk.14

then:

copy/b res.npk.* res.npk python nxpk_extractor.py res.npk

Step 2 python neox_model_converter.py nxm_file_path

example: python neox_model_converter.py hero1/00390823.nxm

if you want obj format: python neox_model_converter.py nxm_file_path --mode obj

if you want iqe format: python neox_model_converter.py nxm_file_path --mode iqe

You can check this page for update: https://github.com/zhouhang95/neox_tools

You can use this tool for view model: NeoX Model Viewer http://www.mediafire.com/file/m6d90s8j6wht2dd/RMA_Upd3.rar from this page Netease Games Tool + Research (Onmyoji, RoS, RMA etc.) - XeNTaX https://forum.xentax.com/viewtopic.php?f=16&t=17982

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%