stijnwop / guidanceSteering

Guidance Steering (AutoTrack) for Farming Simulator 22.
381 stars 94 forks source link

FS22: Disabling SNAP in Enhanced Vehicle mod #303

Closed Petje81 closed 2 years ago

Petje81 commented 2 years ago

Is your feature request related to a problem? Please describe. Not related to an actual problem, more a nice to have. It is possible for other mods to disable certain functions in the Enhanced Vehicle mod https://github.com/ZhooL/FS22_EnhancedVehicle

Describe the solution you'd like Having guidanceSteering disable the SNAP function in the Enhanced Vehicle mod

Describe alternatives you've considered I tried to wrap my head around the code in the Enhanced Vehicle mod to get that function disabled from another mod or an edit of your guidanceSteering but i am not getting anywhere atm.

Additional context In the FS22_EnhancedVehicle.lua of that mod from line #325 downwards there is code that seems to read other mods or can be accessed from other mods to disable certain functions of said mod. It would be an awesome asset to the guidanceSteering mod if it disables the SNAP function of the EV mod.

stijnwop commented 2 years ago

Possible; sure.

But, I am not planning to add dependencies on other mods (makes dealing with future updates very hard) and tangle my stuff together with others work.