Page 1 of 1

Left handed player

Posted: Wed Aug 01, 2012 11:14 am
by tydan
Hi,
I'm left-handed, my W7 is configured for that (I mean the mouse configuration), but it seems that the game doesn't take this into account. Very disturbing. I don't see anything in the options panel. Any ideas ?

RE: Left handed player

Posted: Wed Aug 01, 2012 11:27 am
by junk2drive
I have my mouse on the left of my keyboard with the right button as left click and have not had a problem. Is it a mouse click problem or a keyboard hotkey issue?

RE: Left handed player

Posted: Wed Aug 01, 2012 5:16 pm
by ericbabe
I don't know much about customization and mouse-driver / Win7-setting issues. It seems that some people are able to use their custom settings with "Conflict of Heroes." That others may not be able to do may simply be a matter of the particular driver involved.

RE: Left handed player

Posted: Fri Sep 14, 2012 7:37 pm
by tydan
Going back ... I've read your advices, and then installed/updated my mice drivers both on my PC/laptop. On my PC, I use a Razor Krait; on the laptop, an old logitech V500.
Same results [&:]. BTW, only in-game buttons and menu are inverted, the included manual from the menu is ok.

So I've looked at the XNA framework. It seems that a implementation needs to be done to take into account left-handed player
ref : xboxforums.create.msdn.com/forums/t/77445.aspx

I am convinced it has to do with XNA, because I bought a few years ago another game (War Plan Pacific -oups, not a matrix game [:-]) also implemented with xna, and I had the same problem (with other pcs, other mice).

Please, the Dev, could you have a look at this ;)

RE: Left handed player

Posted: Sun Sep 16, 2012 4:55 pm
by ericbabe
Thanks for looking into this. I'll take a look and see whether I can check for that registry value. The mouse polling is a bit distributed throughout the program, so before reviewing the code I'm not confident of opining on whether changing all mouse behavior is a reasonable task for me to undertake or not, but it may be possible.

RE: Left handed player

Posted: Mon Sep 17, 2012 8:00 am
by tydan
Thanks for your reply.
Hope it will be possible ...
Last night I play another game with right controls in my left hand.
Very frustating when I want to click on the map to deselect a unit, and it turns wrong changing the facing of the unit.
My brain is upside down [:'(]

RE: Left handed player

Posted: Thu Nov 01, 2012 1:19 am
by junk2drive
I upgraded to Win8 and now have this problem too.

RE: Left handed player

Posted: Fri Dec 21, 2012 10:30 pm
by tydan
Thanks for the lastest update. Seems great ... but so bad you couldn't take into account the left handed players problem.
Do you think it could be possible ... one day [8|]

RE: Left handed player

Posted: Fri Dec 21, 2012 11:18 pm
by junk2drive
For years I shared a computer and had to use the right hand. When I got my own I eventually moved the mouse to the left but was afraid to switch the buttons. I used the middle finger to left click and index finger to right click. One day I took the plunge and switched keys. Now with CoH I sometimes move the mouse and sometimes just try to remember what is what. Stranger than that is the settings and MP windows are for left handed mouse and my brain has to go back and forth. At almost 60 this is getting tough.

RE: Left handed player

Posted: Sat Dec 22, 2012 12:30 pm
by tydan
Yes it is, even in the forties [:'(]. But right hand players can't understand [:D].

RE: Left handed player

Posted: Sun Dec 23, 2012 11:21 pm
by ericbabe
It's possible one day that we might find a way to change this behavior.

RE: Left handed player

Posted: Mon Dec 24, 2012 3:15 pm
by junk2drive
That would be nice but I understand that it is not a simple fix.

Meanwhile I just went nuts going back and forth with my login and administrator login that is right handed and the game that is right handed but the in game popups are not and... [:D]

RE: Left handed player

Posted: Tue Dec 25, 2012 11:48 am
by junk2drive
My mouse is an older MS comfort optical 3000. It is USB with a PS2 adapter. When I got it, my USB was 1.1 and PS2 was preferred. For W8 the PS2 is not supported and I had to use the old driver. This morning I decided to switch to USB and use the new driver. Guess what, my game is normal now.

RE: Left handed player

Posted: Thu Dec 27, 2012 8:28 pm
by tydan
I succeded to solve my problem with Autokey program (do a google search)
Configure your mouse as a right-handed user -important-, then install Autokey, and use this script to switch from right to left handed player -with Ctrl+Alt+L- :

Code: Select all

 #NoEnv
 #KeyHistory 0
 #SingleInstance force
 
 SetBatchLines, -1
 ListLines, Off
 SetMouseDelay, -1
 
 Suspend, On
 LButton::RButton
 RButton::LButton
 
 ^!l::
 Suspend, Toggle
 return
 
I can now play with all my XNA games (CoH, terraria, War plan Pacific) as a "REAL" left handed player [:'(]

RE: Left handed player

Posted: Thu Dec 27, 2012 10:38 pm
by junk2drive
I think you mean AutoHotKey. I have used it with a few games. Good for WASD on the number pad keys.

You can add a line to exit with the Esc key.

RE: Left handed player

Posted: Sat Dec 29, 2012 5:13 am
by tydan
Yes, AutoHotKey I meant [8|]

RE: Left handed player

Posted: Sun May 11, 2014 8:17 am
by stolypin
ORIGINAL: tydan

I succeded to solve my problem with Autokey program (do a google search)
Configure your mouse as a right-handed user -important-, then install Autokey, and use this script to switch from right to left handed player -with Ctrl+Alt+L- :

Code: Select all

 #NoEnv
 #KeyHistory 0
 #SingleInstance force
 
 SetBatchLines, -1
 ListLines, Off
 SetMouseDelay, -1
 
 Suspend, On
 LButton::RButton
 RButton::LButton
 
 ^!l::
 Suspend, Toggle
 return
 
I can now play with all my XNA games (CoH, terraria, War plan Pacific) as a "REAL" left handed player [:'(]

I have severe Carpal Tunnel's in my right elbow so that even though I am right-handed, I have had to learn to use a mouse with my left hand. The above works to switch the buttons but in Windows 7, there is a specific setting under Control Panel which allows you to do the same thing.

However, NEITHER work with COH. Even if the mouse buttons are switched using the above or using Windows control panel, COH will not recognize the switch.

That's a shame because COH is the ONLY game in which with which I have this problem.

So for me, if there is no fix, my options are: 1) learn to use the mouse with my left hand but with buttons configured for a right-hand player (certain to be cumbersome, since no other game makes me do that); 2) play the game with my right hand and suffer pain; or 3) move on to something else.

RE: Left handed player

Posted: Sun Apr 16, 2017 1:51 pm
by Crossroads
Just bought the game from Easter Sale, and ran to this issue as well. Since there's this old thread I thought to ask any news on this?

I've got a desktop with 64bit W10. TIA!