Currently, In-game overlay does not work. I have trouble understanding why the in game overlay is not displaying. Maybe someone can take a look, maybe I must have overlooked something.
Some things to note when observing the in game overlay modules:
src\controller\IngameHUD.js is where the in game overlay gets initialized(?)
There are two modes/versions of the in game overlay, 'hudv1' and 'hudv2', V1 is supposedly deprecated but is still there.
Switching from V1 and V2 shows no difference in displaying the overlay.
src\service\IngameService.js Is hudv1 (deprecated)
src\service\IngameOverlay\IngameHUDService.js is hudv2 (currently used)
Additional information will be added/edited to this thread when found.
Currently, In-game overlay does not work. I have trouble understanding why the in game overlay is not displaying. Maybe someone can take a look, maybe I must have overlooked something.
Some things to note when observing the in game overlay modules:
src\controller\IngameHUD.js
is where the in game overlay gets initialized(?)src\service\IngameService.js
Is hudv1 (deprecated)src\service\IngameOverlay\IngameHUDService.js
is hudv2 (currently used)Additional information will be added/edited to this thread when found.