Jump to content

Mud

Members
  • Posts

    827
  • Joined

  • Last visited

Everything posted by Mud

  1. I thought boost was not used generally for take-offs.
  2. +1 Normandy map when flak starts firing Nvidia drivers version 457.09. Spec in signature.
  3. Mud

    Razorback

    +1 here on that one. They look great!
  4. The old forum was indeed pretty much perfect and felt like a home after all these years. I've barely read a post or searched for content here since the change. Mud
  5. Here you go: Mud F-16C Toggle Switches.zip
  6. :thumbup:
  7. You won't see center position, but it will still work if you bind your switches to the commands you'll find when you search for AMS.
  8. No, just the default lua. But you have to bind your keys/buttons/switches also then in the controls setup. I see you added a section at the bottom though of your lua file called -------------------------------------------------------------------------------------- -- Special input for 3-pos 2-signals switches on joystick ---------------------------- -------------------------------------------------------------------------------------- That section already exists in the file. So you should not create it again. Just search for it.
  9. Correct! You'd wanna add this in the following section of that lua. -------------------------------------------------------------------------------------- -- Special input for 3-pos 2-signals switches on joystick ---------------------------- -------------------------------------------------------------------------------------- {down = control_commands.ApPitchAlt_EXT, up = control_commands.ApPitchAlt_EXT, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 1.0, value_up = -1.0, name = _('Autopilot PITCH Switch - ALT HOLD/AP OFF AMS'), category = {_('Special For Joystick'), _('Instrument Panel'), _('FLCS')}}, {down = control_commands.ApPitchAtt_EXT, up = control_commands.ApPitchAtt_EXT, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = -1.0, value_up = 1.0, name = _('Autopilot PITCH Switch - ATT HOLD/AP OFF AMS'), category = {_('Special For Joystick'), _('Instrument Panel'), _('FLCS')}}, It will indeed get overwritten. But you can make it into a mod and then use OVGME for ease of enabling / disabling.
  10. Yeah, with a TARGET profile it's done easily, but one of the things I like about DCS is that I don't need to run TARGET. Then I might as well start editing the DCS lua's myself.
  11. Come to think of it. I stand corrected. My appologies! The OFF position does indeed not work. So what I do is map the AP on/off on the left throttle to turn it off, and then move the AP switch to the center position. So indeed, it would be great if ED could make this work!
  12. That is working for me with the 3-way ALT / PATH switch on my Warthog throttle already. Unfortunately I cannot check at the moment how I set it up since I'm not home. I can check tonight if nobody else has chimed in by then.
  13. Just my two cents: - It should not allow them to get a lock on you from as far as when you have it off. - Some missiles have the capability to home in on jammer (HoJ) however, so it can be dangerous as well. I am not sure if this is modeled in DCS. I think in real it's pretty complex stuff and probably quite classified.
  14. Try this: Right CRTL+SHIT and NUMPAD * to go forward Right CRTL+SHIT and NUMPAD / to go back Right CRTL+SHIT and NUMPAD 8 to go up Right CRTL+SHIT and NUMPAD 2 to go down Set it to where you want it, and then do: Right ALT+NUMPAD 0 To save the setting.
  15. They stop spinning for me after I've had enough drinks, but then everything else starts spinning. Oh the choices I have to make!
  16. I would answer the poll, but I don't really understand the question. Will I buy it, or will I pretend to buy it?
  17. Yeah, I am just doubting which controls it is because it's muscle memory for me :) Might be right CTRL+SHIFT + Num * and / And to save it, it's right ALT + Num 0
  18. Right CTRL + NUM PAD / Right CTRL + NUM PAD *
  19. Actually I don't know because I've never flown any of these aircraft in real, nor do I know the innards of ED's code. But some things are well documented and known. It's not that hard to stick to them.
  20. Because it is a big deal. Once you don't stick to one aspect of realism, what stops you from breaking/bending a few more rules?
  21. Just did a quick hot start and it was fine there. Then did a cold start (without VR, but I doubt that matters) and I noticed my own mistake. User error this one! Thanks for pointing me in the right direction, Frederf!
  22. lol What was the original title?
  23. Would be great if we could get an official response on this. My left leg starts hurting after flying for an hour trying to keep the ball centered. :) I guess I will just ignore it for now then and keep the pedals centered. Mud
  24. Apart from this issue here: https://forums.eagle.ru/showthread.php?t=286755 I also noticed that my Radio Compass is not working properly. When I rotate it, the ball and plus sign don't move. It appears to be locked on the ball sign. Anyone else have this? Edit: running the latest open beta
×
×
  • Create New...