mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 12:33:12 +00:00
BFRES : Quick fix to support Rune Factory 4 samplers.
This commit is contained in:
parent
3192ee7d62
commit
4e23dcf91f
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue