-
Notifications
You must be signed in to change notification settings - Fork 225
Tracks – RainFX
adamcyan1624 edited this page Aug 23, 2020
·
13 revisions
- PUDDLES_MATERIALS are the key part for physics for generating puddles.
- By default, all materials will get 35% darker when wet, but SOAKING_MATERIALS will get 70% darker (it adds 35% of darkening).
- SMOOTH_MATERIALS are the ones which wouldn’t get darker at all and would get rain drops on top of them, such as bits of glass, cars, smooth clean metals and so on. If something is mentioned in both SMOOTH_… and SOAKING_…, it’d get rain drops, but would still get 35% darker.
- ROUGH_MATERIALS won’t get any reflections and wouldn’t even get noticeably shinier, just darker as they get wet. Pretty much a requirement for any grass surfaces, because otherwise procedural grass wouldn’t be able to get nice reflections to match and with Extra FX especially whole thing looks pretty broken.
- LINES_MATERIALS allow to mark paint lines on track surface. It wouldn’t have any visual effect, but it would affect physics a bit later (if I understood Jackson Papageorge correctly, that paint gets much slippier when wet).
- LINES_FILTER_MATERIALS similar, but instead of just using whole thing as a surface paint mask, it would filter out only brighter areas, for tracks like Silverstone where track lines are not overlaying meshes, but instead a part of texture.
- RELIEF_MATERIALS are broken at the moment, and I’m not sure if there would ever be a need to actually change it… The idea was to have more puddles in lower areas, for that, CSP uses track height map. That parameter specifies what goes into it, and by default it just uses everything. That means that around high buildings there could be more puddles, as area around would be percieved as a local minimum. I don’t know if that is similar to how it works IRL or not, but if not, well, parameter allows to exclude buildings quickly.
- Just in case, for each of those, you can also use _MESHES version too.
If you have any question or suggestions, please feel free to add a new issue.
- Enabling Extended Physics
- Aerodynamics
- Body Flex
- Custom Suspension Joints
- Driver Weight Shift for Karts
- Extra Turbo Options
- More Clutch Damage
- New Inputs for Dynamic Controllers
- Physics Scripts
- Setup Items Driven By Controllers
- Suspension
- Cosmic Suspension
- Tyre Types
- Enabling Extended Physics
- General Options
- Custom Raycasting
- Collision Parameters
- Dynamic Physics Objects
- Geometric colliders
- Surface Tweaks
- Extra FX Flags
- Extra FX Emissive
- Mesh Adjustments
- Model Replacements
- Shader Replacements
- Scene Queries
- UV2
- General Options
- Analog Instruments
- Animations
- Digital Instruments
- Emissive Objects
- Extra Switches
- Inputs
- LED panels
- Multichannel Emissives
- Vintage Tachometers
- Audio
- Brake Disc FX
- Deforming Bonnets
- Driver Model
- Exhaust Smoke
- Exhaust Flames
- Extra Lights
- Fake Shadows FX
- Local Cubemaps
- Mesh Splitting
- Miscellaneous Options
- Neck FX
- Node Adjustments
- Smart Mirror
- Sparks
- Tyres FX
- Visually Adjustable Wings
- Wheels
- Wobbly Bits
- Wobbly Wipers