Jump to content

Ryback1973

Members
  • Posts

    4
  • Joined

  • Last visited

  1. Could have thought of that simple solution :-) I actually edited the default.lua in the keyboard and/or joystick directory from these: {down = iCommandPlane_AAP_SteerSw_Up, name = _('TPOD Video Zoom In'), category = _('Keyboard Macros')}, {down = iCommandPlane_AAP_SteerSw_Down, name = _('TPOD Video Zoom Out'), category = _('Keyboard Macros')}, to these entries accordingly: {pressed = iCommandPlane_AAP_SteerSw_Up, name = _('TPOD Video Zoom In'), category = _('Keyboard Macros')}, {pressed = iCommandPlane_AAP_SteerSw_Down, name = _('TPOD Video Zoom Out'), category = _('Keyboard Macros')}, And, as always.....backup files BEFORE opening/editing.
  2. Yeah! The documentation thing. I have the impression that razbam is making themselves lif a bit too easy! - Their pocket guide isn't even close to beeing up to date. No matter what's the reason for that...it sucks. - One of the instant missions (freeflight) for the AV-8 was a copy of an FA-18 mission. They didn't even bother to change the text message at start. - There is this download: https://www.razbamsimulations.com/files/DCS-AV-8B-Harrier-Guide.pdf , which is of course Chuck's Guide, but they again didn't even make the effort to update that file after he recently put some work into it. "Stealing" content from others and then getting caught with fails like those is kinda silly IMO.
  3. Hovering with a harrier is a massive matter of practicing. Same with Helis as the Huey. My friend flies in VR and he says that it is much easier as you can sense much earlier that the airframe tends in a certain direction, of course giving you faster reaction to counter that movement. I personally fly with trackIR. Without it I would probably never get a hover done. Joystick sensitivity is a big thing. Giving too much curvature/deadzone results in far too much movement of Stick and Rudder for relative small corrections, while too small values result in almost instant Oszillation and loss of control. I have a Thrustmaster Warthog combined with a T16000 Rudder, my curvature of the pitch and roll axis is at 20 and a deadzone of 3. The curvature of my rudder is at 35 and 5!!!. Sounds much but this relatively shitty pedals combined with my absolute lack of sensitivity in my feet/legs make everything below that hard to controll the turns. After about 30 to 40 landings on the Tarawa I am able to bring her down quite on point on a good day. I built a mission with some airshow cones as a slalom course on a runway to practice traversing from hover to controlled forward/backwards flight and strafing with helis and the AV-8. You can of course also use landmarks as a reference. Works pretty good.
  4. Hi guys, as I am not a friend of external tools, I tried based on Bbows solution and came up with this, so you don't need RS Mapper or a seperate Center command: {down = inst_commands.Knob_Course, up = inst_commands.Knob_Course, cockpit_device_id = devices.NAV_INS, value_down = -0.5, value_up = 0, name = _('COURSE SELECTOR CCW'), category = _('Navigation Control')}, {down = inst_commands.Knob_Course, up = inst_commands.Knob_Course, cockpit_device_id = devices.NAV_INS, value_down = 0.5, value_up = 0, name = _('COURSE SELECTOR CW'), category = _('Navigation Control')}, You can replace the iCommandHSI_CourseRotary-commands in both default.lua-files (joystick and keyboard) and bind as you whish.
×
×
  • Create New...