Jump to content

Lupus4

Members
  • Posts

    43
  • Joined

  • Last visited

Personal Information

  • Flight Simulators
    IL-2 1946
    IL-2 Great Battles
    IL-2 CloD

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. My game is currently detecting the release as a key press, so that "Modifier + L" is doing Modifier +L and L. Any ideas on how to fix this?
  2. Is development on this software still active?
  3. I wanted to ask if you could add an option to utilize the right and left windows buttons as a modifier button, like the right and left control or alt buttons. IL-2 Great Battles, uses them by default. Thanks. I appreciate your time.
  4. There is a setting that will automatically load the last used profile.
  5. Thanks. I'll try that.
  6. Is there a way to set a keypress to be held down the entire time you hold down a button?
  7. @Avantar Thank you, Thank you, Thank you! A thousand times Thank you for writing this! Ever since I upgraded from my CH Products HOTAS to a set of VIRPILs. I've been looking for a quality Key Mapper program to use in place of the CH Control Panel. I've been trying to use Joystick Gremlin but couldn't get it to behave the way I wanted it to. Your program has proven to work wonderfully. Your newly added profile feature allows me to setup one file for each game with multiple profiles for the different aircraft. The new import feature even means that, with some fiddling, I can build a base profile and duplicate it by renaming the file and importing the base profile multiple times. Thank you. I'd buy you a beer if there was a way to make a donation.
  8. No, to both. I don't use a VPN nor do I use Avast. *edit* Thanks for mentioning the Virus Scanner. Disabling that during the install did it.
  9. Ok, I'm trying to Re-Install DCS. I keep getting installation errors. This time I got one that says "Failed to wait for parent process to exit" Any idea's or fixes for this? *Edit* Re-booted the PC, restarted the install update and got the following error: "Curl error (6): Couldn't resolve host name Ideas or fixes?
  10. Thanks. I thought about that when I requested it and the axis not matching the position of the axis in game. If someone were building a pit, a readout of the Emergency Wing-sweep handle that we could translate to a motor position would replicate the spider movement I think. However, even with out that a bind-able button press to toggle the pull on the Emergency Wing Sweep Axis and a bind-able button press to put the wings in and out of over-sweep would serve the purpose that is needed by those of us that don't want to use the clickable cockpit for landing and take-off.
  11. Well, I've got 3 27" monitors. I don't think the Obutto would hold 3 55" TV's. Lol.
  12. Thank you. I'll look at Helios. It looks like a great option to try.
  13. Ok, so I came across code that is supposed to be able to add bindings for the F-14 B's emergency wing sweep handle. -- 1) a button to open the cover and extend the handle, for which the code looks like this: { up=device_commands.WINGSWEEP_EmergencyLeverExtended, down=device_commands.WINGSWEEP_EmergencySweepCover, cockpit_device_id=devices.WINGSWEEP, value_up=1.0, value_down=1.0, name=_('Emergency Wing Sweep Open & Extend'), category=_('Throttle')}, -- 2) a button to bring the wings to 68 degrees sweep, lock the handle and close the cover: { up=device_commands.WINGSWEEP_EmergencySweepCover, down=device_commands.WINGSWEEP_EmergencySweepLever, pressed=device_commands.WINGSWEEP_EmergencyLeverExtended, cockpit_device_id=devices.WINGSWEEP, value_down=0.30, value_pressed=0.0, value_up=0.0, name=_('Emergency Wing Sweep to 68°, Lock & Close'), category=_('Throttle')}, -- 3) a button to do the same as 2, except closing the cover: { up=device_commands.WINGSWEEP_EmergencyLeverExtended, down=device_commands.WINGSWEEP_EmergencySweepLever, cockpit_device_id=devices.WINGSWEEP, value_up=0.0, value_down=0.30, name=_('Emergency Wing Sweep to 68° & Lock'), category=_('Throttle')}, -- 4) a button to bring the handle to oversweep and extend the handle: { up=device_commands.WINGSWEEP_EmergencyLeverExtended, down=device_commands.WINGSWEEP_EmergencySweepLever, cockpit_device_id=devices.WINGSWEEP, value_up=1.0, value_down=0.0, name=_('Emergency Wing Sweep to Oversweep & Extend'), category=_('Throttle')}, -- Wingsweep lever {down = device_commands.WINGSWEEP_EmergencyLeverExtended, up=device_commands.WINGSWEEP_EmergencyLeverExtended, cockpit_device_id=devices.WINGSWEEP, value_down = 0.3, value_up = 1.0, name=_('Emergency Wing Sweep Lever Toggle'), category=_('Throttle')}, {action = device_commands.WINGSWEEP_EmergencySweepLever, cockpit_device_id=devices.WINGSWEEP, name=_('Emergency Wing Sweep')}, The problem for me is, I'm not sure where I"m supposed to put this or which file I need to modify in order to add this binding to my list of controls. Anyone that can help provide me with some direction? Thank you in advance for any help you can provide. I really appreciate it.
  14. What did you do to be able to bind the Wing Sweep lever?
  15. I didn't see it on the updated list on the OP so I'm mentioning it specifically here. Especially since it is required for a cold start. I'd like to see the following please: Button Bind: Emergency Wing Sweep Handle (Move Forward) Emergency Wing Sweep Handle (Move Back) Axis Bind: Emergency Wing Sweep Handle
×
×
  • Create New...