Skip to content

Editing LOD In a Mod3 File Through Hex Editing

Psymon edited this page Oct 16, 2023 · 3 revisions

1. Starting with downloading the templates, you can find them here: https://github.com/TheCrazyT/MHW-Research

2. You can hit the "clone or download" and download as a zip file. Unzip the files after downloading.

3. Open the mod3 template into 010 editor [Image 1]

4. Open a mod3 file using 010 editor.

5. Pres F5 to run the template.

You will now have a mod3 file that is sorted by function.

[Image 2]

6. To edit the LOD function we will need to go to the meshpart drop down, which in my case is the fourth item down.

[Image 3]

7. You can see that the template stores the LOD here and they are sorted by meshparts. LOD 0 means they won't show up, so if you want things hidden you can change everything to 0. If you want to guarantee that they're shown you can change everything to the same LOD. We traditionally set them to 65535 because that is guaranteed to show up at any distance. We recommend you do the same.

To edit the LOD you need to open the meshpart and just change the number as shown below.

[Image 4]

**8. ** After you are done, save the file and try it in game.

General Tutorials

General Tutorials

Animation Tutorials

Animation Tutorials

Audio Tutorials:

Audio Tutorials

IDs:

File & In Game IDs

Model Tutorials:

Model Tutorials

Effects Tutorials:

EFX Tutorials

FSM Tutorials

FSM Editing

MRL3 Tutorials:

MRL3 Tutorials

NPC Editing:

NPC Editing

Map Editing:

Map Editing

Plugins and Memory Editing:

Plugins and Memory Editing

Quest Editing:

Quest Editing

Monster AI Editing:

Monster AI Editing

Texture Tutorials:

General Texture Tutorials
Specific Texture Tutorials

TIML Editing

TIML Editing

Asterisk's Plugin Notes:

Asterisk's Plugin Notes

Miscellaneous Tutorials:

Miscellaneous Tutorials

Outdated Tutorials:

Outdated Tutorials
Clone this wiki locally