BarryCarlyon / FS22_ExtraGears

FS22_ExtraGears
7 stars 4 forks source link

Extended Game Infodisplay Conflict #17

Open Dwinesk opened 1 year ago

Dwinesk commented 1 year ago

If possible can you please fix the issue whereby if you have the above mentioned mod ( https://www.farming-simulator.com/mod.php?lang=en&country=gb&mod_id=267536&title=fs2022 ) activated at the same time, the gear selector ( +0, +8,+16, etc) move to the left. I have other mods in use such as Park Vehicle and this moves the +0 over it, obscuring the view of it.

BarryCarlyon commented 1 year ago

In modSettings/extraGears.xml you can modify the position yourself.

Very odd that if jiggles if other mods are installed since I should be drawing relative to the screen.

But you can modify/control the position yourself by modifying the xml.

So in Documents\My Games\FarmingSimulator2022\modSettings you'll find an extraGears.xml, in there you play around with the x/y to meet your needs.

iirc it's in %age of the screen. so x 0.96 is 96% from the left of the screen and y 0.01 is 1% from the bottom of the screen.

So modify the file and you can move it to where you found like. It can be a bit fiddly.

I was thinking of adding a control in game to control placement too.

I'll also do some testing to see why this mod causes my mod to reposition since it shouldn't

Dwinesk commented 1 year ago

Hi. Did you investigate this issue further?