1. Search "Run" in Windows
2. Type in %Appdata%
3. Press Enter
4. Go to its parent folder
5. Go in "Local"
6. Go in \Roblox\Versions\version-7bba248538754234\shaders
7. Open "default" with notepad
8. Go at the very end and find this bit:
#ifdef PIN_HQ
float outlineFade = saturate1(IN.View_DepthMulFadeout.w * OutlineBrightness.x + OutlineBrightness.y);
float2 minIntermediate = min(IN.Uv_EdgeDistance1.wz, IN.UvStuds_EdgeDistance2.wz);
float minEdgesPlus = min(minIntermediate.x, minIntermediate.y) / IN.View_DepthMulFadeout.w;
oColor0.rgb *= saturate1(outlineFade *(1.5 - minEdgesPlus) + minEdgesPlus);
#endif
9. Remove this bit
10. Save
11. Close notepad
12. You're done, disgusting outline is gone! |