How can I change textures on a track-extension?

  • Thread starter Thread starter Akashic101
  • 1 comments
  • 135 views
Messages
1
Germany
Germany
Usually creating a skin is super easy, all I need is to just overwrite the dds-files and it works. But with a track-extention the textures are baked into the .kn5 file, meaning I cannot overwrite them.

Removing the file itself does not help as it just removes the complete element which doesn't really work if it is for example for the curbs as it just leaves a big hole in the ground. I also tried replacing the file with an empty .kn5 file but that sadly doesn't work. Is there another way to do this?
 
With ext config. You need to tell the Shader where to get the texture from with the command [Shader Replacement] you find this on the official CSP wiki on github
 
Back