Merge pull request #99 from carmineos/mpheist4/gtxd

Cayo Perico: Load mph4_gtxd.ymt
This commit is contained in:
dexyfex
2021-04-14 14:52:23 +10:00
committed by GitHub
Unverified
+1 -1
View File
@@ -1115,7 +1115,7 @@ namespace CodeWalker.GameFiles
{
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);
if (ymt.TxdRelationships != null)