You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Resources/Luka_Backlace/Languages/English.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1038,7 +1038,7 @@
1038
1038
},
1039
1039
{
1040
1040
"key": "prop_HairFlowMap",
1041
-
"value": "Hair Flow/Tangent Map (RG)"
1041
+
"value": "Hair Flow(RG) Shift (B)"
1042
1042
},
1043
1043
{
1044
1044
"key": "prop_PrimarySpecularShift",
@@ -2755,6 +2755,10 @@
2755
2755
{
2756
2756
"key": "legacy_mode",
2757
2757
"value": "Legacy Hardware Support\n\nIf you experience compilation errors or need to use this shader on older hardware that doesn't support Shader Model 5.0, you can enable Legacy Mode.\n\nHow to Enable:\n1. Navigate to Resources/Luka_Backlace/Includes/\n2. Open these three files in a text editor:\n • Backlace_Forward.cginc\n • Backlace_Shadow.cginc\n • Backlace_Outline.cginc\n3. In each file, find line 6: // #define BACKLACE_LEGACY_MODE\n4. Remove the // to uncomment it (so it reads: #define BACKLACE_LEGACY_MODE)\n\nWhat This Does:\n• Compiles the shader for Shader Model 3.0 (compatible with older GPUs)\n• Automatically disables AudioLink and LTCGI integration to stay within hardware limits\n• All other features remain functional\n\nNote: You must edit all three files for the shader to compile correctly."
0 commit comments