Skip to content

Commit 4b1daa9

Browse files
authored
Update README.md
1 parent 243d05b commit 4b1daa9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@ If you’re using old ksEditor (before AC’s 1.2.2 update, with white backgroun
2020

2121
- [ksPerPixelMultiMap_emissive](https://gitlab.com/ac-custom-shaders-patch/public/acc-shaders/blob/master/docs/ksPerPixelMultiMap_emissive.md): alternative to “ksPerPixelMultiMap” with extra txEmissive map working as colored mask for emissiveness;
2222
- [ksPerPixelMultiMap_NMDetail_emissive](https://gitlab.com/ac-custom-shaders-patch/public/acc-shaders/blob/master/docs/ksPerPixelMultiMap_NMDetail_emissive.md): alternative to “ksPerPixelMultiMap_NMDetail” with extra txEmissive map working as colored mask for emissiveness;
23-
- [smDigitalScreen](https://gitlab.com/ac-custom-shaders-patch/public/acc-shaders/blob/master/docs/smDigitalScreen.md)¹: shader for digital screens emulating either TNT or IPS matrix;
24-
- [smWaterSurface](https://gitlab.com/ac-custom-shaders-patch/public/acc-shaders/blob/master/docs/smWaterSurface.md)¹: shader for animated water surface of specified type.
25-
26-
> ¹ *If you only target CSP, or could use some fallback shader for vanilla AC, please consider using extension config with “material_….ini” thing instead. In general, it’s easier to set, and, for example, if in future some improved “smWaterSurface2” would appear, those material configs would be able to switch to it without any compatibility issues by readjusting the way parameters are applied in material template (without any need to update actual car or track config).*
23+
- [ksMultilayer_fresnel_nm4](https://gitlab.com/ac-custom-shaders-patch/public/acc-shaders/blob/master/docs/ksMultilayer_fresnel_nm4.md)¹: alternative to “ksMultilayer_fresnel” with four normal maps aligned with detail maps instead of one texture mapped to main UV. Has four separate options for fixed tiling, instead of ksEmissive trick.
2724

2825
## Compilation
2926

3027
You can find source code for all the shaders [here](https://gitlab.com/ac-custom-shaders-patch/public/acc-shaders). Repo has a build script for Visual Code written with Node.js, which also rebuilds those packages (make sure to uncomment “Skip: basic” in “params.txt” before building).
3128

3229
## Distribution
3330

34-
If you’re working on a mod, please feel free to include compiled shaders in published build. All those shaders are included in CSP, so if your project doesn’t target vanilla AC, doesn’t worry about it.
31+
If you’re working on a mod, please feel free to include compiled shaders in published build. All those shaders are included in CSP, so if your project doesn’t target vanilla AC, doesn’t worry about it.

0 commit comments

Comments
 (0)