diff --git a/File_Format_Library/FileFormats/BFRES/BfresSwitch.cs b/File_Format_Library/FileFormats/BFRES/BfresSwitch.cs index 45a1038a..039e93b5 100644 --- a/File_Format_Library/FileFormats/BFRES/BfresSwitch.cs +++ b/File_Format_Library/FileFormats/BFRES/BfresSwitch.cs @@ -827,7 +827,8 @@ namespace FirstPlugin } } - else if (mat.ShaderAssign.ShaderArchiveName == "ssg") + else if (mat.ShaderAssign.ShaderArchiveName == "ssg" || + mat.ShaderAssign.ShaderArchiveName == "rf4cmv") { bool IsAlbedo0 = texture.SamplerName == "_a0"; bool IsNormal = texture.SamplerName == "_n0";