mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 23:12:59 +08:00
Merge pull request #99 from carmineos/mpheist4/gtxd
Cayo Perico: Load mph4_gtxd.ymt
This commit is contained in:
commit
8b5d4bcedb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user