GtX-Andy / easyDevelopmentControls

Mod Testing and Content Creator tools for Farming Simulator 22
50 stars 23 forks source link

Super strength doesn't work anymore with patch 1.8.1.0 #38

Closed aurelien2023 closed 1 year ago

aurelien2023 commented 1 year ago

Super strength doesn't work anymore with patch 1.8.1.0 "LumberJack" from loki_79 doesn't work either...

Marthyn commented 1 year ago

I believe this comes from FS22_source\dataS\scripts\player\statemachine\PlayerStatePickup.lua, they check against self.player.maxPickableMass. Lumberjack changed the value of self.player.maxPickableObjectMass. When that is changed to self.player.maxPickableMass it works. But easyDevelopmentControls seems to have a different approach. Though the fix is probably in the same direction.

https://github.com/loki79uk/FS22_LumberJack/pull/7 this is how i fixed lumberjack for myself locally in single player.

GtX-Andy commented 1 year ago

I have released a Hot Fix available HERE 👈 for the super strength issue..

I will be uploading a new feature update soon that fixes some other small bugs introduced by the latest game update along with a couple previous bug fixes and some new features.

Cheers 🍻