djlastnight / KeyboardSplitterXbox

Creates up to 4 virtual xbox 360 controllers and feeds them via one or more keyboards.
508 stars 45 forks source link

proplem with using mouse #196

Open hussinali087 opened 10 months ago

hussinali087 commented 10 months ago

hello again I communicated before

123

============================================================================

hello i didn't fix the problem, i do like what u tell me i want the red direction like direction in the pic so i do some Mathematical equations and i'm very bad in ^_^

dirction

after that i put it in preset folder but didn't work bc i don't know how to plural MouseMoveUp+MouseMoveRight...etc

+

7

i hope u help me and thank u again to reply

djlastnight commented 10 months ago

Hi. You can't change the control names like this. "MouseMoveUp+Whatever" is invalid keyboard key, that's why you can see that presets parse fails. Probably the app made a preset backup file for you, so better rollback everything.

You must manually change only the numbers under the value attribute. By default the xbox axes goes from -32768 to +32767 - this is their full range. If we are talking about the X axis in example -32768 means fully left, +32767 means fully right. The diagonal is actually a combination between X and Y values. If you wish 45 degree diagonal, you should use the same range both for X and Y. Probably I need to play a game, where non 45 degree diagonal is needed, so let me know which game has issues.

hussinali087 commented 10 months ago

game name is call of duty black ops 3

djlastnight commented 10 months ago

ok, I have the game, where the problem exactly is?

hussinali087 commented 10 months ago

Directional control is bad and not smooth, so that if I want to go north-east (the sub-directions are 45 degrees, etc.), it is very delayed. I tried reducing the dead zone, but it became worse and faster.

djlastnight commented 10 months ago

ok, got it, I will try to fix this

hussinali087 commented 10 months ago

I am grateful for that

hussinali087 commented 9 months ago

how long it will take ?

Thomasthn commented 9 months ago

I have the same problem too with the directional controller which is bad, is it solvable?

hussinali087 commented 7 months ago

ok, got it, I will try to fix this

.

Shenanigamii commented 6 months ago

Im having a similar problem with a different game. Fallout76. The only way i can play with my friend on his XBOX is by playing cloud gaming on the PC with the xbox GP ultimate. Controllers are not my thing, and when I map the controlls to have WASD for movement on the axis min and max, its VERY chopy because it's not holding down the key, it constantly presses it over and over again. same thing with mouse movements for looking around and aiming. its SUPER choppy because its constantly pressing keys. how do i make it smoother? Thanks in advanced for your help, and thank you for making this, I am amazed that it works as well as it does.

KompMajster commented 3 months ago

Hey, I made small research and I noticed that there is nos Z and RZ axis, so that's why the sensitvity of mouse is weird. I made changes in source code but after it I have a problem with the application because it no longer recognizes mouse clicks and it looks as if the mouse is not working at all.

Shenanigamii commented 3 months ago

Oof. Thank you for figuring this out. I don't know how to code very well and I wish I could help. Is there anything I can maybe help with?

Sent from Proton Mail Android

-------- Original Message -------- On 8/3/24 7:52 PM, KompMajster wrote:

Hey, I made small research and I noticed that there is nos Z and RZ axis, so that's why the sensitvity of mouse is weird. I made changes in source code but after it I have a problem with the application because it no longer recognizes mouse clicks and it looks as if the mouse is not working at all.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>