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.
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.
You seem to have CSS turned off. Please don't fill out this field.
Originally posted by: tapcio
(No comment was entered for this change.)
Status: Fixed
Status: Verified
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
re-closed by [r707]
Commit: [r707]
Log in to post a comment.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
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.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tapcio
(No comment was entered for this change.)
Status: Fixed
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: danialho...@gmail.com
(No comment was entered for this change.)
Status: Verified
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
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
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: danialho...@gmail.com
re-closed by [r707]
Status: Verified
Related
Commit: [r707]