MGMetroDave
Active Member
Just wondering if anyone's managed to get this new CSP feature to work? I've downloaded and tested the Feldbergring example files and can confirm it's working perfectly on that, but despite doing everything correctly (I think), it's not working on my own track. Has anyone else experimented with it? Are there any tracks using the feature?
https://github.com/ac-custom-shaders-patch/acc-extension-config/blob/master/config/tracks/feldberg.ini#L1605
For the record, I even tried swapping out my own DDS files with the ones from the feldbergring csp test version, but that didn't work either, so it's probably not a texture file issue. Am I going crazy?
- Must use ksPerPixelMultiMap shader
- The txNormal texture file must have an alpha channel, which is then used by CSP to control parallax displacement (lighter values = positive displacement/outwards)
- Add the following to the extension track config ini (example from Feldberg)
- [Material_DisplacementMap]
Meshes = texture:cobbles1_NM.dds, texture:cobbles2_NM.dds, texture:terrain_NM.dds, texture:walls2_NM.dds, texture:walls3_NM.dds
DisplacementScale = 1
UseParallaxShadows = 1
- [Material_DisplacementMap]
https://github.com/ac-custom-shaders-patch/acc-extension-config/blob/master/config/tracks/feldberg.ini#L1605
For the record, I even tried swapping out my own DDS files with the ones from the feldbergring csp test version, but that didn't work either, so it's probably not a texture file issue. Am I going crazy?
Last edited: