mirror of
https://github.com/4sval/FModel.git
synced 2026-08-06 03:03:04 -05:00
FateTrigger and BlackStigma support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Some checks failed
FModel QA Builder / build (push) Has been cancelled
This commit is contained in:
parent
4e76469169
commit
4300eb58a3
|
|
@ -1 +1 @@
|
|||
Subproject commit b5a3fd7fc4463740e885ea1d17dc9a1697b3b9b9
|
||||
Subproject commit 48c7cbbfe032ba1a2745d81c96d578718348a775
|
||||
|
|
@ -167,6 +167,7 @@ public class CUE4ParseViewModel : ViewModel
|
|||
new(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData) + "\\KONAMI\\eFootball\\ST\\Download")
|
||||
], SearchOption.AllDirectories, versionContainer, pathComparer),
|
||||
_ when versionContainer.Game is EGame.GAME_AshEchoes => new AEDefaultFileProvider(gameDirectory, SearchOption.AllDirectories, versionContainer, pathComparer),
|
||||
_ when versionContainer.Game is EGame.GAME_BlackStigma => new DefaultFileProvider(gameDirectory, SearchOption.AllDirectories, versionContainer, StringComparer.Ordinal),
|
||||
_ => new DefaultFileProvider(gameDirectory, SearchOption.AllDirectories, versionContainer, pathComparer)
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ public class Material : IDisposable
|
|||
"Emissive Texture UVs RG_TopLeft BA_BottomRight",
|
||||
"Emissive 2 UV Positioning (RG)UpperLeft (BA)LowerRight",
|
||||
"EmissiveUVPositioning (RG)UpperLeft (BA)LowerRight",
|
||||
"Emissive_CH"))
|
||||
"Emissive_CH", "EmissiveColor4LM"))
|
||||
EmissiveRegion = new Vector4(EmissiveUVs.R, EmissiveUVs.G, EmissiveUVs.B, EmissiveUVs.A);
|
||||
|
||||
if ((Parameters.TryGetSwitch(out var swizzleRoughnessToGreen, "SwizzleRoughnessToGreen") && swizzleRoughnessToGreen) ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user