Skip to content

Commit 4300eb5

Browse files
committed
FateTrigger and BlackStigma support
1 parent 4e76469 commit 4300eb5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

FModel/ViewModels/CUE4ParseViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ public CUE4ParseViewModel()
167167
new(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData) + "\\KONAMI\\eFootball\\ST\\Download")
168168
], SearchOption.AllDirectories, versionContainer, pathComparer),
169169
_ when versionContainer.Game is EGame.GAME_AshEchoes => new AEDefaultFileProvider(gameDirectory, SearchOption.AllDirectories, versionContainer, pathComparer),
170+
_ when versionContainer.Game is EGame.GAME_BlackStigma => new DefaultFileProvider(gameDirectory, SearchOption.AllDirectories, versionContainer, StringComparer.Ordinal),
170171
_ => new DefaultFileProvider(gameDirectory, SearchOption.AllDirectories, versionContainer, pathComparer)
171172
};
172173

FModel/Views/Snooper/Shading/Material.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void Setup(Options options, int uvCount)
131131
"Emissive Texture UVs RG_TopLeft BA_BottomRight",
132132
"Emissive 2 UV Positioning (RG)UpperLeft (BA)LowerRight",
133133
"EmissiveUVPositioning (RG)UpperLeft (BA)LowerRight",
134-
"Emissive_CH"))
134+
"Emissive_CH", "EmissiveColor4LM"))
135135
EmissiveRegion = new Vector4(EmissiveUVs.R, EmissiveUVs.G, EmissiveUVs.B, EmissiveUVs.A);
136136

137137
if ((Parameters.TryGetSwitch(out var swizzleRoughnessToGreen, "SwizzleRoughnessToGreen") && swizzleRoughnessToGreen) ||

0 commit comments

Comments
 (0)