Peter Boese
Premium
It would be better to use the configs in /extension/config/tracks/loaded. The rain config in the track folder (ext_config) blocks all other configs. CSP has a very nice config distribution system, but it is totally knocked out by those direct configs.You just have to use ext_config with RainFX
Code:[RAIN_FX] PUDDLES_MATERIALS= ; concrete, curb SOAKING_MATERIALS= ; road SMOOTH_MATERIALS= ; objects, logos, vehicles ROUGH_MATERIALS= ; grass, gravel, sand LINES_MATERIALS= ; track white line RELIEF_MATERIALS='{ dynamic:no & !Bx? }'
If a track modder who knows what he/she is doing, it is ok. But mostly those rain configs are very simple and do not use its full potencial. Also most people does not update from time to time and so there are many outdated configs which will block the advanced ones.
So its nice, that people doing such configs, but you have to download every single config bit for bit. Thats not what the idea behind csp configs is. The idea was to have a main server where all these configs are collected and distributed. If you start AC with a certain track, the newest version of the config is loaded automatically.
Maybe its time to add an option to override those ext_configs...