Jump to content

Delta99

Members
  • Posts

    457
  • Joined

  • Last visited

Everything posted by Delta99

  1. Sometimes its also a matter of joining a spectator slot then a real slot or changing slots.
  2. FC will have to fix the original post as those links are ages old as I suspected.
  3. You probably found a link to the OLD documentation which likely doesn't exist anymore!!
  4. Yeah the AI_A2A_Dispatcher is overkill for something like this. All you need is some fairly basic spawn scripts using Moose.
  5. In OBS set the recording to record the Oculus Mirror Window and not your entire desktop or something. Oculus Mirror window does not need to be the primary window or in front of anything else. That way you have the DCS window in front.
  6. F15C against 2 random enemies in the mountains.
  7. Looks like you are mixing Moose and DCS API group objects which you cannot do. You can retrieve the DCS Group reference from the Moose Group object. I don't have the docs in front of me right now but they would likely be in the GROUP or CONTROLLABLE class. Or there is probably a much easier Moose function to call directly to stop the group from moving.
  8. I thought ED released this ages ago but it was NOT fully complete and buggy (ie. didn't really work). Haven't heard since that they actually fixed it!!!!
  9. Looks awesome. Looking forward to checking this out
  10. Yeah, nice work @ReflexArc I saw your issue entered and hopefully someone will incorporate into Moose soon.
  11. LOL, I think if I remember correctly, Grimes was told this is how ED prefers it to work (or not work for that matter)!!! So it likely will never be touched by them.
  12. Because "Folder Browser" really means "remember last folder"?? :cry:
  13. It actually depends on how you are loading Moose. There are two ways typically. Dynamic which means that Moose is referenced rather than loaded into the .MIZ. This is typically used during development or if you are actually developing and changing Moose. It should be used when distributing a mission. If you are distributing your mission it is advisable to use the Static Moose version. Which you would load via a trigger and would be contained in the .MIZ file.
  14. Those errors MIGHT mean you are not loading Moose properly. Near the start of the dcs.log file when the mission starts you should see Moose messages indicating it is loaded etc. If you don't see those, Moose isn't being loaded.
  15. I wrote a prototype using the Moose Warehouse to do this so yes it is possible. Once the right airplane templates are setup I let the Moose Warehouse handle moving AI airframes between airbases and supplying them. It is not what the Moose Warehouse was intended to do but it will work for the most part.
  16. MP sucks for such things. Try creating a spectator slot and join that first and then join your actual client aircraft slot. That seems to fix a lot of things like this in MP.
  17. Changelog v2: - Menu's are now built via player group so that each player can spawn enemies based on their own location rather than the first player in the mission - Added some additional Mig airframes and F14 - Remove the ground EWR stations cause I can't get them to report in imperial (just confusing when they report in metric and AWACs reports in imperial) - Changed AWACs to invisible so AI will not target it - Changed enemy waypoint generation so they are not always flying absolutely directly to the player that spawned the enemy. They will move in the general direction though.
  18. If its not exposed through EVENTS you won't be able to discover it. Lots of stuff like this is internal to the DCS engine only.
  19. 2v2 Guns only With AI Lead in VR with external replay footage as well:
  20. If you want to get into scripting Moose has functionality for this called AI_BALANCER
  21. I looked it up and TaskFollow is at the UNIT level. Its probably something FlightControl cooked up for the formation stuff mainly for WW2. But just a guess. I've never required anything other than Escort and neither have others and seems to work fine. I still think you will likely see odd behaviour like the following units won't engage (just the lead will engage). But if not and it all works then excellent. It would be great if these two things can mix therefore you can create some interesting escorting formations.
  22. I don't think anything works on the UNIT level. At least not typically and I would doubt this is an exception except if you are mixing the FORMATION CLASS stuff with ESCORT class stuff. I don't think they are made to work together and might be why you are seeing odd stuff. FORMATION I believe was mainly for WW2 formations and is completely separate to ESCORT as far as I understand it. I haven't touched the FORMATION class so not 100% sure though. I suggest you just get rid of any of the UNIT stuff here as it likely isn't doing anything or its applying it at the group level anyway or its just going to cause some sort of very odd behaviour.
×
×
  • Create New...