https://github.com/zhouhang95/neox_tools
https://github.com/zhouhang95/neox_tools
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhouhang95/neox_tools
- Owner: zhouhang95
- License: gpl-3.0
- Created: 2019-07-04T09:14:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T08:02:01.000Z (4 months ago)
- Last Synced: 2025-03-29T16:04:30.659Z (3 months ago)
- Language: Python
- Size: 3.34 MB
- Stars: 117
- Watchers: 7
- Forks: 33
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Neox Model Converter & EXPK/NXPK Extractor

python version is 3!
Step 0
```
pip install numpy transformations pymeshio tqdm pyqt5 moderngl pyrr
```
If you are in China, please use ...
```
pip install numpy transformations pymeshio tqdm pyqt5 moderngl pyrr -i https://pypi.tuna.tsinghua.edu.cn/simple
```
Step 1
```
python extractor.py expk_file_path
```
example:
```
python extractor.py hero1.npk
```
if you'll unpack Onmyoji game.
you should use onmyoji_extractor.py rather than extractor.py```
python onmyoji_extractor.py res.npk
```Step 2
```
python converter.py mesh_file_path
```
example:
```
python converter.py hero1/00390823.mesh
```
if you want obj format:
```
python converter.py mesh_file_path --mode obj
```
if you want iqe format:
```
python converter.py mesh_file_path --mode iqe
```You can check this page for update:
https://github.com/zhouhang95/neox_toolsStep 3
```
python main.py
```
File -> Load Unpack Folderthen select the generated folder after unpacking
if you search more neox game unpack, may be this work:
https://blog.sina.com.cn/s/blog_b4721dbb0102yqoj.html