Menu

#348 Swap Motor ForceFeedback Setting

Verified
nobody
None
Medium
Defect
2013-05-06
2012-09-01
Anonymous
No

Originally created by: KrossX3

It seems this setting is loaded but not used. Patch makes it do something. =D

Disclaimer: Blame Squall.

PS: I'm so professional at this Issue posting thing.

1 Attachments

Discussion

  • Anonymous

    Anonymous - 2012-11-07

    Originally posted by: danialho...@gmail.com

    just a bump to get this implemented

    the motors are also inverted on most drivers for some reason in all games.

     
  • Anonymous

    Anonymous - 2013-01-15

    Originally posted by: tapcio

    (No comment was entered for this change.)

    Status: Fixed

     
  • Anonymous

    Anonymous - 2013-02-16

    Originally posted by: danialho...@gmail.com

    (No comment was entered for this change.)

    Status: Verified

     
  • Anonymous

    Anonymous - 2013-05-06

    Originally posted by: danialho...@gmail.com

    it looks like we also need to add something for the left and right period settings

    currently "direction" period effects the opposite motor when swapped

    problematic code snippet follows

        if(motor == FFB_LEFTMOTOR)
        {
            device.ff.eff[motor].dwDuration = device.ff.leftPeriod*1000;
            device.ff.pf.dwMagnitude = (DWORD) nForce;
            device.ff.pf.dwPeriod = device.ff.leftPeriod*1000;
        }

        if(motor == FFB_RIGHTMOTOR)
        {
            device.ff.eff[motor].dwDuration = device.ff.rightPeriod*1000;
            device.ff.pf.dwMagnitude = (DWORD) nForce;
            device.ff.pf.dwPeriod = device.ff.rightPeriod*1000;
        }

    Status: Query

     

Log in to post a comment.