#4481126 - 07/03/19 09:49 AM
Re: EECH Wishlist - Feature Requests and Bug fixes
[Re: messyhead]
|
**DONOTDELETE**
Unregistered
|
BANITA
Unregistered
|
Hi bunik.yes is pain. I think is not possible.best way use external program to remap keyboard.
|
|
#4481129 - 07/03/19 10:16 AM
Re: EECH Wishlist - Feature Requests and Bug fixes
[Re: ]
|
Joined: Apr 2015
Posts: 50
bunik
Junior Member
|
Junior Member
Joined: Apr 2015
Posts: 50
Belarus
|
Nooooo!)) best way use external program to remap keyboard. I do, but it's not the best decision. at the moment, the game is hardcoded a few buttons and they can not be reassigned!
Last edited by bunik; 07/03/19 10:16 AM.
|
|
#4481130 - 07/03/19 10:22 AM
Re: EECH Wishlist - Feature Requests and Bug fixes
[Re: messyhead]
|
**DONOTDELETE**
Unregistered
|
BANITA
Unregistered
|
You want change button keyboard ->joystick ,or keyboard->keyboard? First you can change everything.
|
|
#4481203 - 07/03/19 03:15 PM
Re: EECH Wishlist - Feature Requests and Bug fixes
[Re: messyhead]
|
Joined: Apr 2018
Posts: 295
Javelin
Member
|
Member

Joined: Apr 2018
Posts: 295
Idaho Falls, Idaho USA
|
A couple of comments. Customizable joystick response curves? Interesting idea, difficult to program. There are already apps out there to do that. Here's a free one: XEDOC Project I've also modded the automated controls in the sim so Altitude-Hold and Hover-Hold work now. I use Altitude-Hold all the time which takes over the collective making the helicopter very easy to fly, all you have to do is steer unless you go into radical moves to avoid weapons fire. I don't really notice the lack of an adjustable dead band in the joystick at all any more. You can download the mod here: Hover Controls Mod LinkFor remapping keyboard commands I have a copy of AutoHotKey, which is free, which remaps the keyboard and allows for remapping multiple key combinations and sequences to do anything you want. It does more than you want, though. There are simpler apps out there. I also have another app that maps joystick presses to keyboard combinations, JoyToKey. There are lots of ways to remap the game controls without resorting to reprogramming the sim. The in-game key commands are located in scattered sections of the code, they aren't all in one place. Joystick controls are also scattered around the code. With so many different controls possibilities, redoing that would take quite a bit of work. It can be done, but most avid players have already resorted to an external remapping app to get what they want. I've resorted to using a pair of Cougar MFD button frames (about $50). They easily remap any keyboard button command to a button on the MFD frame so I don't have to remember them. I've found that makes it infinitely easier for me to fly that way. I put all the important stuff on the Cougar MFD, I haven't even bothered to remap anything else with a keyboard app. AutoHotKey.com You said a couple of buttons are hard-coded that you can't reassign. What buttons are those? We might be able to fix those ones.
Last edited by Javelin; 07/03/19 03:22 PM.
|
|
#4481230 - 07/03/19 05:48 PM
Re: EECH Wishlist - Feature Requests and Bug fixes
[Re: Javelin]
|
Joined: Apr 2015
Posts: 50
bunik
Junior Member
|
Junior Member
Joined: Apr 2015
Posts: 50
Belarus
|
Customizable joystick response curves? Interesting idea, difficult to program. response curves are optional, I can do it in the joystick software, but the main thing for me is to remove the dead zones and make mapping, if possible. I've also modded the automated controls in the sim so Altitude-Hold and Hover-Hold work now. I use Altitude-Hold all the time which takes over the collective making the helicopter very easy to fly, all you have to do is steer unless you go into radical moves to avoid weapons fire. I don't really notice the lack of an adjustable dead band in the joystick at all any more. You can download the mod here I use it, thanks) For remapping keyboard commands I have a copy of AutoHotKey I don't like to use external mapping programs. You said a couple of buttons are hard-coded that you can't reassign. What buttons are those? We might be able to fix those ones. Button 1 - open fire Button 2 - select weapon Button 3 - select target Button 4 - target tracking/stop tracking
|
|
#4481264 - 07/03/19 08:24 PM
Re: EECH Wishlist - Feature Requests and Bug fixes
[Re: messyhead]
|
Joined: Apr 2018
Posts: 295
Javelin
Member
|
Member

Joined: Apr 2018
Posts: 295
Idaho Falls, Idaho USA
|
Ah. You want to re-map the Joystick buttons. That's different.
I went searching for the commands and found then in the code, at least the joystick part of it anyway. There are duplicate keyboard functions. co_avevn.c assigns joystick_button 1,2,3 hm_avevn.c (and all the other helicopter type files) assigns joystick_button 4
set_event ((JOYSTICK_BUTTON + 1), MODIFIER_NONE, KEY_STATE_EITHER, launch_weapon_event);
set_event ((JOYSTICK_BUTTON + 2), MODIFIER_NONE, KEY_STATE_DOWN, select_next_weapon_event);
set_event ((JOYSTICK_BUTTON + 3), MODIFIER_NONE, KEY_STATE_DOWN, select_next_target_event);
and set_event ((JOYSTICK_BUTTON + 4), MODIFIER_NONE, KEY_STATE_DOWN, virtual_cockpit_track_target_event);
|
|
#4482173 - 07/09/19 08:46 PM
Re: EECH Wishlist - Feature Requests and Bug fixes
[Re: messyhead]
|
Joined: Apr 2015
Posts: 50
bunik
Junior Member
|
Junior Member
Joined: Apr 2015
Posts: 50
Belarus
|
However, personally, I think there's things with the helo sim that need worked on and improved first. I agree! for example, for aircraft precise control is even more important.
|
|
#4482256 - 07/10/19 01:42 PM
Re: EECH Wishlist - Feature Requests and Bug fixes
[Re: Javelin]
|
Joined: Apr 2015
Posts: 50
bunik
Junior Member
|
Junior Member
Joined: Apr 2015
Posts: 50
Belarus
|
The key to precise control is a high quality Joystick, or do you have a more specific problem? my problem is large dead zones that can't be reduced to 0, and the lack of mapping buttons in the game, as third-party software does not always work with multiple devices. I have a VKB Gunfighter MCG + handmade throttle and KA-50 collective. This devises have a high quality, so I don't like that I can't realize their precision potential))
|
|
#4482260 - 07/10/19 02:01 PM
Re: EECH Wishlist - Feature Requests and Bug fixes
[Re: messyhead]
|
**DONOTDELETE**
Unregistered
|
BANITA
Unregistered
|
In all people steering work smooth,precisely and great. Never remember any complain about dead zone.Only you have problem. so,where is problem- in game, or with you hardware/software? The same about buttons. You not have good software for remapping, and you want change code in game.
|
|
|
|