Jump to content

spinCycle

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by spinCycle

  1. Since the 2.9 Beta, DCS seems to ignore trim sensitivity edits to: C:\Program Files\Eagle Dynamics\DCS World\Mods\aircraft\P-47D-30\Input\P-47D-30\joystick\default.lua. Prior to 2.9 I could modify the trim sensitivity by editing: -- Port Wall - Trim Control Box ------------------------------------------------------------ -- Aileron Trim Wheel { pressed = device_commands.Button_2, cockpit_device_id = devices.CONTROLS, value_pressed = -1.0, name = _('Trim Aileron Right'), category = _('Flight Control')}, { pressed = device_commands.Button_2, cockpit_device_id = devices.CONTROLS, value_pressed = 1.0, name = _('Trim Aileron Left'), category = _('Flight Control')}, -- Elevator Trim Wheel { pressed = device_commands.Button_5, cockpit_device_id = devices.CONTROLS, value_pressed = -1.0, name = _('Trim Elevator Up'), category = _('Flight Control')}, { pressed = device_commands.Button_5, cockpit_device_id = devices.CONTROLS, value_pressed = 1.0, name = _('Trim Elevator Down'), category = _('Flight Control')}, -- Rudder Trim Wheel { pressed = device_commands.Button_8, cockpit_device_id = devices.CONTROLS, value_pressed = -1.0, name = _('Trim Rudder Left'), category = _('Flight Control')}, { pressed = device_commands.Button_8, cockpit_device_id = devices.CONTROLS, value_pressed = 1.0, name = _('Trim Rudder Right'), category = _('Flight Control')}, Editing the "value_pressed" value no longer has any effect. Should I file a bug report for this or is there a better way to change the trim sensitivity? Thanks.
  2. Again, thanks for the help guys. Do any of you use the TFRP. If so, where do you place your feet: full foot on pedals, half foot on pedals, toe on pedals? For me the problem is fine rudder inputs where stiction causes overshoot.
  3. I just bought TFRP pedals. The sticktion is a challenge. I'm finding it difficult to make fine movements. At this point, I have all aids off. Is it better to use a curve or saturation to make the pedals less sensitive? In combat, do you watch the slip instrument to co-ordinate turns or do you just have some sort of feel? Thanks for the help.
  4. Thanks for the drop Game Flight Mode advice. I do not yet have rudder pedals and am using T.1600 paddles on the throttle. This is proving a challenge. However, I am getting better.
  5. I entered a bug report about this in DCS World. I apologize if that was the wrong location.
  6. Both the coolant and oil temperatures peg shortly after takeoff in P-51 Challenge Campaign. Repeatable every time Issue does not occur in training takeoff mission Boost = 50psi, Ram Air = open (via clickabledata.lua per Dawgerks) Game Flight Mode = checked Game Avionics Mode = unChecked Auto Rudder = checked Take-Off Assistance = 0 Issue does not occur when Game Flight Mode and Auto Rudder are unChecked. This may be because airspeed stays low (below 150mph) with Game Flight and Auto Rudder checked. This is still an issue as new users (such as myself) would likely have these checked. p51takeoffOverheatLogs.zip P51takeoffOverheat.trk
×
×
  • Create New...