mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 13:14:50 +08:00
mpheist4: load mph4_gtxd.ymt
This commit is contained in:
@@ -1114,7 +1114,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)
|
||||
|
||||
Reference in New Issue
Block a user