mpheist4: load mph4_gtxd.ymt

This commit is contained in:
carmineos 2020-12-29 13:08:21 +01:00
parent 6f1d148875
commit 2a2375de85

View File

@ -1114,7 +1114,7 @@ namespace CodeWalker.GameFiles
{ {
try try
{ {
if ((entry.NameLower == "gtxd.ymt") || (entry.NameLower == "gtxd.meta")) if ((entry.NameLower == "gtxd.ymt") || (entry.NameLower == "gtxd.meta") || (entry.NameLower == "mph4_gtxd.ymt"))
{ {
GtxdFile ymt = RpfMan.GetFile<GtxdFile>(entry); GtxdFile ymt = RpfMan.GetFile<GtxdFile>(entry);
if (ymt.TxdRelationships != null) if (ymt.TxdRelationships != null)