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
commit 8b5d4bcedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)