RivalAUT / FS19_SprayerSectionControl

Section control for sprayers in FS19
31 stars 7 forks source link

HUD modifications #17

Closed delawarehunter closed 3 years ago

delawarehunter commented 3 years ago

I'd like to make the HUD smaller and move it to a different location on the screen. How would I go about doing that?

RivalAUT commented 3 years ago

SprayerSectionControl.lua, line 173, reduce hudScale to make the HUD smaller. Lines 193 and 194 are for X and Y coordinates on the screen.

delawarehunter commented 3 years ago

Awesome! Thanks for the quick reply. Here is where I moved mine: SSCHud

My changes: (line 173) hudScale = 0.20 (line 194) BaseY = 0.85