Skip to content

Commit

Permalink
Added more MtArc extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
kapdap committed Mar 13, 2024
1 parent 602f81c commit 4fa3a67
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion plugins/Capcom/plugin_mt_framework/Archives/MtArcSupport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,39 @@ private static uint GetHash(string input)
[0x342366F0] = ".atk",
[0x76042FD2] = ".eco",
[0x052CCE4E] = ".mef",
[0x55E21D03] = ".emp"
[0x55E21D03] = ".emp",
[0x51BE0EC] = "rut",
[0x70078B5] = "mnt",
[0x949A1DA] = "adl",
[0x9C48A11] = "unk",
[0xA736313] = "mdl",
[0x108F442E] = "mdl",
[0x130124FA] = "rmh",
[0x18FF29AB] = "cut",
[0x1BE1DBEB] = "dom",
[0x24339E8C] = "evl",
[0x28D65BFA] = "pos",
[0x2ADFA358] = "pvl",
[0x348C831D] = "evc",
[0x375F06DA] = "evt",
[0x40171000] = "dat",
[0x42940D09] = "fmt",
[0x4356673E] = "man",
[0x46C78353] = "mes",
[0x5DF3D947] = "mry",
[0x5FF4BE71] = "ene",
[0x6505B384] = "ddsp",
[0x681835FC] = "itm",
[0x6A76E771] = "mes",
[0x6B0369B1] = "atr",
[0x6B571E45] = "lgt",
[0x6E69693A] = "obj",
[0x7050198A] = "pmb",
[0x74AFE18C] = "mdl",
[0x7618CC9A] = "mtn",
[0x7D9D148B] = "eft",
[0x7DB518E8] = "mdl",
[0x7F68C6AF] = "mpac"
};
}
}

0 comments on commit 4fa3a67

Please sign in to comment.