Basics of Using Custom Files Using the nativePC folder - Ezekial711/MonsterHunterWorldModding GitHub Wiki
- For this all you need to do is understand the file structure from above. Inside each chunk folder there will be a myriad of directories. Common holds a lot of data files, em holds monster files, npc holds npc files, pl holds player files, wp holds weapon files, etc.
- If you have a file you want to replace, for example the nergigante great sword, you will take your custom files, and put them where they would be in the chunk folder, using the nativePC directory. This may sound confusing, but it’s simple, I will illustrate this:
[]
When I extracted the chunk0 folder using the steps from Chapter 1, I am able to find the two004 folder using the directory shown.
- To replace the model for the great sword, which is in the mod3 file, I will need to take my custom model and place it in the following directory:
[]
-
As you can see, it follows the exact same path as the chunk folder, but replaces the “Chunk#” with “nativePC”. This allows the game to overwrite whatever the base game file was, with your custom file.
-
A lot of the identities for what files are, are listed at this page.