Jump to content

royphsle

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by royphsle

  1. Ok I see but it don't work with 0 ft AGL, its stops at 98 ft AGL, why? Are there other methods to make target point on ground level in ME which I can use in the Hornet, Harrier etc?
  2. Hi, Is it possible to make a waypoint as a target point and have the point on ground level and not in the air in ME?
  3. royphsle

    DCS: F-5E!

    It has not always been there, just watch DCS F-5 videoes on youtube :) I hope they will remove it soon, it's annoying.
  4. royphsle

    DCS: F-5E!

    Hi! In the cockpit of F-5 I have noticed marks each side of the windshield, at the corner! I don't think it's supposed to be there, but the marks are still there after many updates..strange?? It's easy to spot.
  5. Thanks for the help, now it works as a ON/OFF button:thumbup:
  6. Thanks it worked, you are smart!:)
  7. Hi, is it possible to make this AV-8B toggle command to a ON/OFF command?:) {down = iCommandPlane_ABRIS_BT_4, up = iCommandPlane_ABRIS_BT_4, value_down = 0.0, value_up = 1.0, name = _('HUD Altimeter-Selector'), category = _('HUD Control')},
  8. I have tried to fix the default view in cockpit using your method, but I don't understand this: ''Now set user curve and slider and then move the slider a tiny bit, so the mark jumps to the current position. Remember the marks position on the vertical axis and adjust the axis, so that at 50% (the slider notch) the mark is in the position you memorized''
  9. Thanks for the quick reply, I will try that :)
  10. Hi!, is it possible to change the default view in cockpit? The default view in A-10C and Spitfire are too close the instrument panel. The other planes I have are ok :) I use the slider to zoome in and out, but I want to zoome the cockpit a little bit out when the slider is in the center position. I have seen a view lua file both in the saved games folder and the dcs folder, but which shall I use and how do I do it?
  11. Yes I know. I read in a earlier post that you have the command at the end of the block and I have it at the topp. I dont want to scroll down all the time, so I just wondered. Sorry, I missed that you also wrote that it must be somewhere in the block! :)
  12. Ok, I see but strange that it can't be fixed. How important is it to have the commands at the bottom of the lua file, or is it not that important?
  13. I have a question about a thing which has annoyed me for a long time now. Is it possible to make a command or something so that the TDC in MiG-21 works as a slider, like the throttle rotator, when you slew it up and down, and not hold the button up continuously? I know it will work with a button, but I want to use the slew control on the throttle. It works with other aircraft. I have tried to fix it with the axis tune, but that wouldn't help.
  14. Its just strange that the code works both like a on/off and a toggle button, nothing else!
  15. Me too, I use the boat switch for radar azimuth so that is not a option. Thanks for the code but it doesn't work perfectly. It works when you move the throttle back to off, but when you move it to idle by using both the mouse and the throttle, it will toggle! Sorry hehe
  16. Thanks for the quick reply :) Yes I ment the radar power switch, strange they didn't make or make a button like you mentioned. The P-51D battery switch command worked perfectly as a on/off button but your AJS-37 radar altimeter command didn't changed a thing for me, its still a toggle button. When I use the default High-pressure fuel valve (For HOTAS, Off if pressed) command, (I use the throttle grip and not a button), the throttle only goes back to off position and not to idle. I only hear a click when I move the grip to idle. My command works but only as a toggle and that is not what I want. I use the stable dcs version, maybe there is a update for that in the open beta, if it works for you!? Again thanks for the help!
  17. Ok I shall do that. Yes I discovered that I missed the = right after I post it :) Do you know if it's possible to make a command for m2000c radar so that the knop will go CW/CCW, and not just on/off? And it is possible to make a mig-21 throttle start/stop possition command that works? The default command will not work perfectly. The last question is hehe why does some buttons toggles/moves opposite when you use both the mouse and the TM Hotas Throttle on the same button? Can it be fixed if you understand what I mean? It happens on this commands: MIG-21 {down = device_commands.Zazig, up = device_commands.Zazig, cockpit_device_id = devices.ENGINE_START_DEVICE, value_down = 1.0, value_up = 0.0, name = ('Alternate APU On'), category = ('Engine')}, AJS-37 {down = 3005, up = 3005, cockpit_device_id = devices.ENGINEPANEL, value_down = 1.0, value_up = 1.0, name = ('High-pressure Fuel Valve On/Off (toggle)'), category = ('Motor')}, {down = 3002, up = 3002, cockpit_device_id = devices.RADARALT, value_down = 1.0, value_up = 0.0, name = ('Radar Altimeter Power On/Off (toggle)'), category = ('Flight Data')}, P-51D {down = device_commands.Button_2, up = device_commands.Button_2, cockpit_device_id = devices.RIGHT_SWITCH_PANEL, value_down = 1.0, value_up = 0.0, name = _('Battery ON/OFF'), category = _('Right Switch Panel')},
  18. Yes it worked, I used default and not throttle.lua. I have tried to figure it out for a long time now, so thanks! Now it works on other aircraft :) This command for the Fw-190 doesn't work, the throttle will not move back. Do you now why? Is it because the command has not a button number? {down = iCommandLeftEngineStop, up = iCommandLeftEngineStart, cockpit_device_id = devices.ENGINE_SYSTEM, value_down = 1.0, value_up = 0.0, name = _('Throttle to STOP/START'), category = _('Engine Control')},
  19. Position and Fuselage Lights F-86: {down = nav_lights_commands.F86_CockpitDeviceCommand_PosAndFusLts, up = nav_lights_commands.F86_CockpitDeviceCommand_PosAndFusLts, cockpit_device_id = devices.NAV_LIGHTS_INTERFACE, value_down = 1, value_up = 0, name = 'Pos & Fus Lights - Steady middle', category = 'Right Forward Console'}, {down = nav_lights_commands.F86_CockpitDeviceCommand_PosAndFusLts, up = nav_lights_commands.F86_CockpitDeviceCommand_PosAndFusLts, cockpit_device_id = devices.NAV_LIGHTS_INTERFACE, value_down = -1, value_up = 0, name = 'Pos & Fus Lights - Flash middle', category = 'Right Forward Console'}, Hi, those two controls are greyed out and don't work in the control menu, why? It looks logical and I found the controls in the forum. I have used lua before and with some aircraft like F-86 and MIG-15 its greyed out. I have tried to clear/reset category but nothing happened. I use TM Hotas Warthog. Does anyone have the same problem?
×
×
  • Create New...