This will be the must have when done!
Maybe try to do a kind of hue editor?
with it it may be easier to change details, why not with an html/css interface, and adjust each element this way?
you could get this kind of design:
View attachment 235261
NB:before I forget, could you add red/orange color to heat signature on next build?
Maybe try to do a kind of hue editor?
Yeah that would be ideal, but there's an issue that makes this not feasible. The colour channels within each element don't follow a linear relationship between between input value and colour output value. Instead they are exponential relationships with most of the activity occurring at the low end of the inputs (for example, 0.05 input = red 128, 0.2 input = red 150, 0.8 input = 175 red)
And that would be fine if the parameters of the exponential relationships were constant, we could apply some sort of log transform to make them linear .. but unfortunately the parameters, floor levels, and ceiling levels differ for every colour channel in every element .. no two are the same. So we can't create a hue selection tool with any degree of accuracy. I tried mapping out a calibration table for a few elements so we might be able to estimate the exponential relationships, but it takes a very long time just to create one table (about 3 hours), and then multiply that by about 50 elements.
As an added layer of complexity, many elements have interlinked colour channels .. especially with the green channel. So as we bring green up the red and blue will also increase, but bringing up red and blue doesn't affect green. So even making an accurate calibration table is pretty much impossible.
So we'll need to look at other solutions, and please let me know if you have any ideas!
NB:before I forget, could you add red/orange color to heat signature on next build?
I'm not adding anything new to the Odyssey mod restoration as configuring colours takes a long time for the reasons outlined above, but you'll be able to do that yourself in the Advanced version. I'll be happy to help you with all of that once it gets going