Skip to content

Instantly share code, notes, and snippets.

@Fusion86
Last active September 5, 2018 09:24
Show Gist options
  • Save Fusion86/4d95dd88da7e47bf598de24d0aad97da to your computer and use it in GitHub Desktop.
Save Fusion86/4d95dd88da7e47bf598de24d0aad97da to your computer and use it in GitHub Desktop.
Monster Hunter World

GMD Layout

0x0     Header
0x??    Entry table
0x??    Unk1 (0x800 size)
0x??    Tags
0x??    Strings

GMD Header

# https://zenhax.com/viewtopic.php?f=9&t=8308
Offset: 0x00000013 -> Up to this point is just a header for the .gmd file
Offset: 0x00000014 -> The number of string IDs in the file
Offset: 0x00000018 -> The number of strings in the file (these two should match of course)
Offset: 0x0000001C -> The length of the string IDs names
Offset: 0x00000020 -> The length of the strings
Offset: 0x00000024 -> The length of the current file's name inside the .gmd file
Offset: 0x00000028 -> This is where the current file's name is stored

GMD Strings

0D0A = newline (ingame)

@Fusion86
Copy link
Author

Fusion86 commented Sep 1, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment