Skip to content

Commit

Permalink
Add direct options for Face B and ETC B for face modifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebane1 committed Mar 7, 2023
1 parent eb05918 commit 0a7c78b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
Binary file modified .vs/FFXIVLooseTextureCompiler/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified .vs/FFXIVLooseTextureCompiler/v17/.suo
Binary file not shown.
4 changes: 3 additions & 1 deletion FFXIVLooseTextureCompiler/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions FFXIVLooseTextureCompiler/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,10 @@ public string GetFacePart(int material) {
return "_iri";
case 3:
return "_etc";
case 6:
return "_fac_b";
case 7:
return "_etc_b";
}
return null;
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0a7c78b

Please sign in to comment.