Jump to content

Deadlift

Members
  • Posts

    39
  • Joined

  • Last visited

Recent Profile Visitors

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

  1. Thanks yeah I also just found that in the other thread!
  2. Tested this also after an internal dispute on discord. It seems all the payload restriction setting does atm is not allow you to put the harms on station 4 & 6 (if switched off). But if you do, they still dont register.
  3. I provided the solution to the problem, you debated if I was able to refuel properly, if that is your way of being helpful.... whatever I guess... If no one else has this issue, great.
  4. It was up to 100% before I started auto start. I'll stop posting now, the macro filechange fixed it, and I dont feel discussing if I am able to refuel properly
  5. As you may or may not see in the track file, I did refuel before doing this. It is not that, especially since I can clearly see the issue in the macro....
  6. here you go, sorry verify took a while longer autostart_failed.trk
  7. I can create one a sec, currently running a verify files if I have an outdated file.
  8. For me it didn't in any cold start mission because it was asking for the status of the engine way too quickly.
  9. To solve, in file: .Steam\SteamApps\common\DCSWorld\Mods\aircraft\Mi-24P\Cockpit\Scripts\Macro_sequencies.lua (no clue where it is in standalone, but should be easy to find) Find passage: push_start_command(0.1,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_Select, value = 1.0, check_condition = COLLECTIVE}) push_start_command(0.1,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_StartUp, value = 1.0, message = _("LEFT ENGINE START"), message_timeout = std_message_timeout}) push_start_command(1.0,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_StartUp, value = 0.0}) push_start_command(55.0,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_Select, value = 0.0, check_condition = LEFT_ENGINE_START_FAULT}) push_start_command(0.1,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_StartUp, value = 1.0, message = _("RIGHT ENGINE START"), message_timeout = std_message_timeout}) push_start_command(1.0,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_StartUp, value = 0.0}) Replace with: push_start_command(0.1,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_Select, value = 1.0, check_condition = COLLECTIVE}) push_start_command(0.1,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_StartUp, value = 1.0, message = _("LEFT ENGINE START"), message_timeout = std_message_timeout}) push_start_command(25.0,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_StartUp, value = 0.0}) push_start_command(55.0,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_Select, value = 0.0, check_condition = LEFT_ENGINE_START_FAULT}) push_start_command(0.1,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_StartUp, value = 1.0, message = _("RIGHT ENGINE START"), message_timeout = std_message_timeout}) push_start_command(25.0,{device = devices.ENGINE_INTERFACE,action = engine_commands.STARTUP_Engine_StartUp, value = 0.0}) Happy hunting lazy people (like me). Note this may not pass server checks until ED can fix it in the delivered file. Likely smaller values work too, but this was at least consistent with how I do it manually too. If we don't do this here, I'm sorry.
  10. Found your post already, thanks. Do you have any collective recos or do you fly warthog yourself?
  11. Stumbled over them aswell, and did shoot them a message... not for the end consumer market sadly... So... we stuck with komodo till virpil is done?
  12. Just to be sure, I know its currently not doable, but one can dream. ;) If it would be doable, I'd also be very happy if this is a separate model to the A/B and costs extra. The level of detail and overall quality we got from heatblur by now just would make me want that model even more.
  13. You seem to have an amazing team, and I couldn't think of someone more suited to bring this to DCS than yourself! I am so very much looking forward to this! Glück Ab, Kamerad. ;)
  14. You are so very welcome, glad that works. Might help more people then!
  15. Is it a new WarBRD base? I had to switch to the most recent test release(05.11.) to get it to properly update to the respective firmware and recognize the VFX grip properly.
×
×
  • Create New...