RivalAUT/FS19_SprayerSectionControl

No hud showing

Iab72 opened this issue · 2 comments

Iab72 commented

Hi after I updated the mod I can't see the hud when I want to spray the fields . I pres the keys to show me it , but nothing happened I just returned to v 0.3.1.0

did u have the sprayer selected, like did u cycle thru equip (G) ? also was it a sprayer with SSC implemented?
coz latest version just works...
also your report carries no hint to any possible conflicts or anything... you could at least attach a log

Iab72 commented

fsScreen_2021_05_04_00_36_54
this one V 0.3.1.0
fsScreen_2021_05_05_02_06_20
this is the last update

log.txt
and this is the log txt

Hi.
The same problem. But if you use the mod
https://www.farming-simulator.com/mod.php?lang=en&country=no&mod_id=129744&title=fs2019
Its task is to hide all HUDs. if you activate it, then all HUDs are hidden, and the HUD of the sprayer appears.
Even when the HUD is not displayed, if you know where to click, you can switch to manual mode, and control the sections.
https://youtu.be/E3uE_--16n8

I don't know, I solved the problem correctly, but replacing onUpdate with onDraw, as it was in older versions, everything worked

SpecializationUtil.registerEventListener(vehicleType, "onDraw", SprayerSectionControl) -- onUpdate

function SprayerSectionControl:onDraw() -- onUpdate