Thats great thanks, that makes things simpler, its not hard, I just don't have full information yet.
If I download an extention ini file that just has little bits in, how do I handle them? for example (this is silverstone). I already have a file with model replacements in my current ext_config.ini.
However, I've just downloaded a new ext_config.ini file with only this in:
[SOL]
FOG_LEVEL=1.3
FOG_BLEND=1.1
FOG_DISTANCE=0.85
SMOG_MORNING=0.20
SMOG_NOON=0.35
SMOG_EVENING=0.45
SUN_DAWN=2
SUN_DUSK=3.5
[VAO]
; OPACITY = 0.5 ; override opacity of VAO patch if set
; MULTIPLIER = 1.0 ; override brightness multiplier of VAO patch if set
[LIGHT_POLLUTION]
ACTIVE = 1
DENSITY=.5
RADIUS_KM=1
COLOR=1,1,0.9
CONDITION=NIGHT_SMOOTH
I presume I can just paste the above at the bottom of the current config file? or is your suggested way to somehow link them with similar to:
[INCLUDE: ext_config-xxxx.ini]
ACTIVE = 1
In the current config file