Jump to content

dark_wood

Members
  • Posts

    442
  • Joined

  • Last visited

Everything posted by dark_wood

  1. Post the mission here
  2. Make sure that you don't have Late Activation checked, or that your plane isn't set to spawn later. Choose Player or Client and it should be ok.
  3. I think the problem is from your first trigger (StratFlags), ONCE type should have a condition. Use MISSION START instead, cause this trigger doesn't need condition. In your case, first trigger is invalid (condition never true), so FLAG 1 and FLAG 2 will never be ON, so Mission END triggers.
  4. you can add smoke as static object: select static, then effects - place the smoke as desired
  5. https://forums.eagle.ru/showthread.php?t=202214
  6. See here: http://kuknamys.cz/ProjectXX/21_Mig21PFM/DCS%20MiG-21bis%20EN.pdf page 150
  7. See attached mission - you can temporary change time since flag to smaller values (15 seconds) if you want to test it faster. loop.miz
  8. Is not very clear what happens with those two units after 60 seconds, they remain inside trigger zone or they respawn outside? For repetitive actions, you should use SWITCHED CONDITION trigger, and make sure you reset used flags. You can try something like this: Trigger 1 SWITCHED CONDITION > Unit 1 AND Unit 2 inside trigger zone > MESSAGE TO GROUP - flag 1 ON Trigger 2 SWITCHED CONDITION > TIME SINCE FLAG 1 60 seconds > flag 1 OFF (reset flag) - flag 2 set random value 1-10 Trigger 3 SWITCHED CONDITION > flag 2 value greater than 5> RESPAWN Groups (?) - flag 2 false (reset flag) Trigger 4 SWITCHED CONDITION > flag 2 value smaller than 5> Message to both groups - flag 2 false (reset flag)
  9. Check your antivirus/firewall - maybe is blocked
  10. For point 1 - https://forums.eagle.ru/showpost.php?p=3994749&postcount=2
  11. Any trigger created in ME can be edited and adjusted. We need more details to understand what you want to achieve.
  12. I think you missed to add some units - Hawk SR and Hawk TR - try to add all units that start with SAM HAWK and place them in same group
  13. Oh and: Ok, then correct the circle radius of unit in ME, from 450km to 300km. Thanks.
  14. I don't get this: Maybe i wasn't clear, my apologies: in Mission Editor, select SCUD group, Advanced Waypoint Actions, Perform Task, Attack Group - choose an enemy group, start mission - nothing happens
  15. some observations i got here: the range in ME is 450 km, but: if you set the target over 350~355km - it will not shoot, only rise the missile if you set the target over ~295km, at this distance the missile explode in the air fire at group is not working, only fire at point so set "fire at point" and target range under 295km and they will go in space and fall near target - not so precise :)
  16. Not possible without scripting, once deactivated, the group will be removed from game. See here a solution with MIST: https://forums.eagle.ru/showthread.php?t=203230 MIST documentation here: https://wiki.hoggitworld.com/view/Mission_Scripting_Tools_Documentation
  17. Happy hunting :)
  18. try to press C - it will toggle between cannon and missile or RAlt + Space - which is Weapon Release You can check by yourself in: settings, control tab, select desired plane (F-15C for example), then in next drop-down choose "Weapons" category.
  19. With pleasure :)
  20. Hmm, well, then set them as "client" instead of "player" - then, during mission press esc, then "Choose Slot" - choose desired unit, and voila
  21. And if you want to take control over an AI, in the middle of the game, i think you will need Combined Arms module: https://www.digitalcombatsimulator.com/en/shop/modules/dcs_combined_arms/
  22. I'm not sure i understand this: "being able to play this AI aircraft ​​on a mission". When a condition is true, the trigger should execute START command, and AI will come to life and execute the task, like you said: "it should be able to make it wait for an order from the player" For example: MISSION START >no condition > RADIO ITEM ADD (START My Ai / Flag 1/ Value 1) ONCE > FLAG EQUALS 1 > AI TASK SET (choose your START command here) About this issue: "or the detection of an enemy nearby initiate takeoff" - this was present in earlier versions (called GAI task), it was removed, i'm not sure if it will be added again. To simulate it, add a zone in ME, and set the radius to cover the radar detection zone. then: ONCE > part of coallition in zone > AI TASK SET (choose your START command here) Hope it helps you :)
  23. https://forums.eagle.ru/showthread.php?t=190880#5
  24. It seems that this tool uses the installed voices from your PC. If you enter PC settings, search "voices", choose "Add speech voices", scroll down to "Add voices" and click it - with this method i have succeeded to add one more voice (installing English UK package). Other packages haven't worked for me, but who knows, maybe you are lucky.
×
×
  • Create New...