Add optional mapping file for tuning light conditions for each map #94
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Korangar uses a very dynamic ligthing system but the maps are obviously not designed with that in mind. It would be nice if it was possible to disable the directional lighting (for example in caves / closed rooms) and apply some adjustments.
My current idea is to have a sigle file in the
client
directory, something likelighting.ron
, that contains this information:Any missing fields should use a default value. The default values should be
directional_light
:true
directional_light_intensity
:1.0
ambient_light_intensity
:1.0
The text was updated successfully, but these errors were encountered: