Can there be support for when an airstrike is inbound? Right now it thinks the airstrike is an airdrop..
Support for airstrike announcementsSolved
There's air strikes in game??? Since when was that added?
Not in game, it's a mod by killyou. https://umod.org/plugins/airstrike
Would be awesome if you could!
Would be awesome if you could!
This API provided by k1lly0u seems easy enough to use!
bool isStrikePlane(CargoPlane plane) // returns true if plane is a strike plane
I just gotta add this at the start of the method:
if (isStrikePlane(CargoPlane plane))
return; Awesome! Thank you for trying to put it in. Much appreciated!!
Merged post
Has the plug-in been updated or do I have to add that? Lol
Merged post
Has the plug-in been updated or do I have to add that? Lol
Working on this now.
Awesome!
Looks like the API provided for Airstrike doesn't work the way it is meant to, so I can't use it. I've asked the dev about this but awaiting a response. Until they respond I won't be able to implement this.
Okay, thanks for trying! Really appreciate it
imkat98
Okay, thanks for trying! Really appreciate it
After reading through the Airstrike plugin to understand how it stops the planes from dropping anything, I have now put a check in my plugin for that same property. This check is completely independant of the AirStrike plugin as well.
The next update I put out will not announce an airdrop if it is a strike plane. This update should be out very soon, I've nearly finished adding in all the missing event announcements.
Wow thanks for still working on this! Much obliged
Locked automatically