Jump to content

Delta99

Members
  • Posts

    457
  • Joined

  • Last visited

Everything posted by Delta99

  1. Unfortunately there is no way to get proper names in the mission debrief as far as I remember. Only static crap defined in the mission editor will come out with names in the debrief. Probably a feature the scripting folks have asked for a decade or more I would guess!!
  2. This isn't always true especially in this case. We've had entirely written from scratch escort processes that use other commands in the API. Granted they may not work well or be janky but sometimes they are actually way better than built in DCS API stuff. So it really depends.
  3. I don't believe you'll find any way to do this with Moose or any other scripting method. Just not possible.
  4. Moose is alive and well and the Discord is very active: https://discord.gg/AeYAkHP
  5. You’ve said it all Pikes. Wow!!! It’s really an amazing achievement especially by Apple and Funky that have really kept the boat afloat in the past years. Not to mention the hundreds of Discord users that constantly keep the discussions going.
  6. Static is loaded directly into the .miz. Typically for when you are distributing your mission or want to keep Moose totally contained in the mission. This is the typical for most users. If you are developing Moose code then Dynamic allows you to reference the Moose files from your mission but they are not contained in the mission file per say. This is mostly for advanced users or if you are development for the Moose framework.
  7. This is a known DCS bug. Hopefully they do something about it soonish but I wouldn't hold your breath.
  8. Thanks for your contributions @CARTOK- they are greatly appreciated. @GlideWe can use any contributors we can get. Just hit us up on the Discord server. As with any open source project its difficult to get folks to contribute. If it wasn't for people primarily like Frank and Apple and countless others that help out here and there, the Moose project would likely be dead.
  9. Yes, a lot of API requests like this one do not return anything for players. Would be nice if they did. + 1 from me in general for these additional scripting API calls.
  10. Build errors are not a problem. Just ignore and start using Eclipse.
  11. Has anyone poured over the SET documentation. I wouldn't doubt if such a thing exists although I don't think I've used it or looked for it before.
  12. This thread was about scripting not about flying. Your response was about scripting not flying. I responded about scripting not flying. You're telling someone else that this game isn't for them because of the complexities of scripting yet your analogy was completely wrong. And that is all I was pointing out.
  13. Yeah, bad analogy. If you want something way more complex, way more involved scripting wise, way more modable, way more involved then its Arma. DCS is nowhere even remotely close to Arma in this manner. I'm talking in mission design, scripting, modding. Having said that you can also do things a lot simpler in Arma scripting as well because it was made for that and has about 1000x more available to it than DCS scripting engine does.
  14. RAT wasn't really meant for combat I don't think. Purely for background traffic but if you have something that works then its all good.
  15. Ok good, so you were able to verify it was something else and not Moose right?
  16. Yeah, unfortunately this answer is correct. In fact, this is one of the only ways I've been able to get DCS to crash reliably via scripting by trying to do such a thing!!
  17. Not 100% sure but A2A Dispatcher is specific for airbases as a base of operations sort of speak. I don't know if there is an option to spawn elsewhere as it is hinged on an airbase. You can look into AI_CAP or others which is a bit different but you'd be able to spawn from wherever you want.
  18. We have hundreds of people using Moose daily and haven't heard from anyone else having issues like this. It could be something specific you are using in your mission. Try slimming down various parts of what you are using to see if you can pinpoint the issue.
  19. As BigNewy stated this is a known issue. Has been for probably a year or more. It is intermittent however. In other words it doesn't always happen. You can run the mission 10 times and a good number of times re-arming will just be broken whereas other times it will actually work. Just wanted to state that fact for the ED team because it may not be apparent if they try this ONCE and things work for them. For me it was mortars which take only a few mins to reload. Also, once you notice it broken with one unit, none of your units in the mission will get rearmed.
  20. I don't think IsPartlyOrCompletelInZone works on a GROUP SET. You'll have to iterate through the SET and check each group in the SET. There is a ForEachGroup or something like that in the SET_GROUP class you can use. You might need additional logic if for example you need to have it so that ALL groups are in zone for instance.
×
×
  • Create New...