As you may know, the me7.1 and me7.3 uses rl and nmot ( 8 bit) instead of rl_w and nmot_w(16 bit) for KFZW/2 axis, this in turn caps the max load at 191.25, the me7.5 solves this problem.
To solve this, a patch needs to be aplied in the ecu code, keep in mind i dont have this issue, my max load is below this limit, so i havent tested this.
First, you need to find ZWGRU function in your ecu using IDA and see wich axis it uses, 8 bit (snm16zuub and srl12zuub) or 16 bit(snm16zuuw and srl12zuuw).
My ecu uses 8 bit, as seen in the screenshot.
me7.5 uses 16bit, as seen in the screenshot.
The function call, as the rest of the code is the same so no need to modify that, just patch the code so that it uses the 16 bit axis.
It should look something like this
my axis in ram are like this
After that is done, you need to modify your map pack(or whatever you wanna call it).
For 8 bit axis , KFZW looks something like this.
For 16 bit axis, it should look like this.
Again, keep in mind this is just theory, i havent tested this, nor do i need this, its just for educational purposes.
Happy tunning.
EDIT: if someone know how to make the screenshots appear in the text, let me know