mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 17:02:53 +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
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user