good evening. question for ext_config.ini experts
I want to add lighting masks to the glowing instrument dials.
so.
[CustomEmissive]
Meshes = MISC_1.014
Resolution = 2048, 1024
AreasSubtractive = 1
@ = CustomEmissive_AreaMask, Channel = 1, Start = "1550, 0", Size = "498, 487", CornerRadius = "1.0", Exponent = "0.1"
@ = CustomEmissive_AreaMask, Channel = 2, Start = "1784, 752", Size = "264, 272", CornerRadius = "1.0", Exponent = "0.1"
@ = CustomEmissive_AreaMask, Channel = 3, Start = "1517, 752", Size = "268, 272", CornerRadius = "1.0", Exponent = "0.1"
@ = CustomEmissive_AreaMask, Channel = 4, Start = "1520, 492", Size = "260, 261", CornerRadius = "1.0", Exponent = "0.1"
@ = CustomEmissive_AreaMask, Channel = 5, Start = "1779, 492", Size = "269, 261", CornerRadius = "1.0", Exponent = "0.1"
The first 4 masks work, the last (fifth) one always doesn't work. Even if you swap the lines up and down, it's the last one that doesn't work.
The question is, is there a limit on the number of valid CustomEmissive_AreaMask (4 pcs) or did I write something wrong, which is why the last (5th) line doesn't work?