Skip to content

Commit 2fdcdd8

Browse files
committed
2 parents f8f062e + 2536df9 commit 2fdcdd8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@ If you’re using old ksEditor (before AC’s 1.2.2 update, with white backgroun
1818

1919
## Shaders
2020

21-
- [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;
22-
- [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).*
21+
- [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.
22+
- [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+
- [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.
24+
- stPerPixelMultiMap_specular: more advanced version of “ksPerPixelMultiMap” made by Stereo, with separate txSpecular texture for the color of specular, specular ambient, optionally colored reflections and better behaving txMaps allowing for wider variery of effects. Also, you can keep ambient occlusion in txMaps’ alpha channel instead.
25+
- stPerPixelMultiMap_specular_damage_dirt: same as previous shader, but with damages, for car paint.
2726

2827
## Compilation
2928

3029
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).
3130

3231
## Distribution
3332

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.
33+
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)