Edit MHW game data.
Note that this requires extracting the game chunk data using worldchunktool.
Due to overly simplistic anti-virus detection the releases might be detected as virus, trojans or similar. This is due to anti-virus software falsely flagging how pyinstaller bundles applications. See the pyinstaller github for more information.
Download the latest release,
extract and run MHW-Editor-Suite.exe
.
The game loads the chunks incremental, and each chunk overwrites files in
previous chunks.
Loosely speaking, the game loads files in chunk0
, then loads files in
chunk1
replacing all files it loaded from chunk1
, then it loads files
in chunk2
again replacing all files it loaded from chunk0
or chunk1
,
until it has loaded all chunks.
So to get the full database (so-to-speak), you should do the same:
<GAMEDIR>\chunk\chunk*.bin
using worldchunktool.merged
chunk0
, select all and copy.merged
directory, and paste. Wait for completion.chunk1
, select all and copy.merged
directory, and paste. In the popup
"Confirm Folder Replace" choose "Yes". In the popup "Replace or Skip Files"
choose "Replace the file in the destination". Make sure to replace all files. Wait for completion.chunk2
, chunk3
, chunk4
, chunk5
.my-first-mod
.MHW-Editor-Suite.exe
and open directory merged
using the menu File -> "Open chunk directory ...".my-first-mod
using the menu File -> "Open mod directory ...".Supported file formats:
*.am_dat
- updated for Iceborne*.bbtbl
- updated for Iceborne*.eq_crt
- updated for Iceborne*.eq_cus
- updated for Iceborne*.gmd
- read only*.itm
- updated for Iceborne*.kire
- updated for Iceborne*.mkit
- modify only*.mkex
- modify only*.shl_tbl
- updated for Iceborne*.skl_dat
- updated for Iceborne*.skl_pt_dat
- modify only*.wp_dat
- updated for Iceborne*.wp_dat_g
- updated for Iceborne*.wep_glan
- modify only*.wep_wsl
- updated for Iceborne*.sgpa
- modify only*.arm_up
- modify onlyThe following is only relevant if having this repository checked out for development.
test/data
pip install requirements.txt
src/mhw_armor_edit/suite.py
pip install requirements.txt
pyinstaller suite.spec
dist/MHW-Editor-Suite