Skip to content

General – CSP features

Ilja Jusupov edited this page Jun 11, 2022 · 2 revisions

Custom Shaders Patch is split in modules which could be disabled. There are a few options which aren’t a part of any module though, and some features can’t be disabled.

Modules

Lighting FX

Adds dynamic lighting for track and car lights, like headlights. Track lights are set by track config, car lights can be either defined in config or, if not, guessed automatically based on model, textures and various parameters such as manufacturing year. Uses BVH accelerated shading to speed up rendering and allow for hundreds of lights to be rendered at once.

Types of lights:

  • Point light;
  • Spot light;
  • Double trimmed spot light for car headlights;
  • Line light, although not very accurate one, for things like neon lights under the car.

Planned:

  • Try Forward+?
  • IES maps;
  • Dynamic shadows.

Extra FX

Adds additional render pass to get more information about the scene, such as scene normals maps, depth or motion buffer. With that information, new effects are possible:

  • Local reflections (SSLR);
  • Ambient occlusion (SSAO or, thanks to NVIDIA, HBAO+);
  • New motion blur;
  • Temporal anti-aliasing;
  • Simple local light bounce (SSGI);
  • Scene light bounce (not screen-space);
  • Volumetric lights;
  • Fog blur.

Miscellaneous tweaks

Hmm, it seems writing this post will take longer than developing the thing in the first place…

General Information

Car Physics

Track Physics

Car & Track Configs

Car Configs

Instruments
Miscellaneous

Track Configs

Post-processing Filters

Python Apps

Lua Apps

Server Configs

Other Things

Unrelated to Custom Shaders Patch

Clone this wiki locally