View Single Post
      05-12-2019, 06:58 PM   #42
Poochie
Luxury at the redline :)
Poochie's Avatar
United_States
9105
Rep
7,563
Posts

Drives: 2016 M2
Join Date: Aug 2012
Location: NYC

iTrader: (3)

I've done this and It works great if you're a fatass and/or have a narrow garage and can't open your door all the way to exit.

The hex value 64 equals to a 100mm.

You can do your own math and reduce the hex parameter "64" to a lower value so the seat(s) doesn't retract as far back.


Driver seat module:
3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = Modus_FA_SLV
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00

Passenger seat module:
3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = UKNOWN, WERTE=03
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00
Appreciate 0