• Dear visitors,

    The email issue has been finally solved.
    Thank you for your patience and happy browsing.

    Team ACM.

SOLVED Parallax displacement mapping

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?
  • 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
The above was outlined by Ilja in an email to me. Is there anything else obvious that I've missed? I'm probably missing something stupid. It doesn't seem to do anything in game?

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? :lol:
 
Last edited:
Top