-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Custom HTML graphics in H2R Graphics are a really powerful tool to create advanced overlays. The drawback with the current solution is that any fields in the graphics have to be filled through the use of H2R Graphics text variables. This causes two significant problems: (1) There are a very limited amount of text variables and (2) using text variables leads to double work. The limited amount of variables prevents use of more advanced custom HTML graphics (e.g. result boards, start lists). The double work consists of setting the actual value you want to the variable in Companion, and then mapping the variables to fields in H2R Graphics.
It would be a significant improvement if a value could be pushed from Companion directly through the H2R Graphics API to the custom HTML graphics' fields as defined in the GDD for the graphics.
(Btw. John Barker is informed of the issue as well, and he sent me here to add the issue for the Companion module.)