beno_83au 1369 Posted April 28, 2018 @loopdk Sorry mate, but your mission includes ACE mod stuff and I don't have ACE (and I don't have the time now before work to download ACE) and your mission file is binarized, so I can't check it out that way. But, as a flat out guess, I'd say that you don't have a player named p1, or that you didn't test it as the unit p1. I can grab ACE this arvo and have a look though if it's still a problem. Share this post Link to post Share on other sites
loopdk 92 Posted April 28, 2018 I will make New version Share this post Link to post Share on other sites
loopdk 92 Posted April 29, 2018 Got it working... almost now.... https://www.dropbox.com/s/dpxiceybavunieq/Airbursttest.Stratis.pbo?dl=0 Now i am missing the add action thingy.... 1 1 Share this post Link to post Share on other sites
beno_83au 1369 Posted April 29, 2018 @loopdk You need to put the stringtable.xml into your mission's root directory. Having never used stringtables before, this is something I hadn't anticipated failing, but I guess it's obvious looking back on it now. I'll work on fixing that for the next release. Thanks. 1 Share this post Link to post Share on other sites
beno_83au 1369 Posted May 1, 2018 Updated. v1.7: Added - Created two versions: - English only. - Multi-language (stringtable.xml). Fixed - Corrected readMe instructions for using stringtable.xml. Fixed - Some minor translation fixes. Changed - Some dialog controls were adjusted to allow for different length text (depending on language). Changed - Fuse set below 40m will now return "Impact" instead of the range entered into the text box. Changed - Hint displaying the fuse setting will disappear after round detonates. I'm in the mood for making a new video on this now that there is an M3 Carl Gustaf look-alike with the Tanks DLC. So I might look at doing that with a bit of a talk through on how to engage an area target using airburst. 2 1 Share this post Link to post Share on other sites
Guest Posted May 1, 2018 The Armaholic mirror has been updated with the new version:Airburst HE v1.7 Share this post Link to post Share on other sites
loopdk 92 Posted May 15, 2018 i lose the option after dead...... Share this post Link to post Share on other sites
beno_83au 1369 Posted May 15, 2018 @loopdk You mean when you respawn? Share this post Link to post Share on other sites
beno_83au 1369 Posted May 15, 2018 You need to re-add it to the player on respawn. edit: onPlayerRespawn.sqf i think it is. Share this post Link to post Share on other sites
loopdk 92 Posted May 15, 2018 So add this to onplayerrespwn _ammo = ["MRAWS_HE_F"]; nul = _ammo execVM "MIL_airburst\initAirburst.sqf"; Share this post Link to post Share on other sites
beno_83au 1369 Posted May 15, 2018 @loopdk I haven't actually used onPlayerRespawn, mainly because the missions I make are no-respawn coops. But I believe that should do it. Event Scripts 1 Share this post Link to post Share on other sites
loopdk 92 Posted May 17, 2018 Just testet. Dont work Share this post Link to post Share on other sites
kremator 1065 Posted May 17, 2018 Is that the right ammo you are using in your code ? Share this post Link to post Share on other sites
loopdk 92 Posted May 17, 2018 Yep it works when i spawn in but when i respawn i dont het the fuse setting in my schgroll menu Share this post Link to post Share on other sites
beno_83au 1369 Posted May 17, 2018 @loopdk Can you please post your initPlayerLocal.sqf and onPlayerRespawn.sqf. I got it working just then without any problems. What I did to run a quick test was: - In Eden editor, place a Light AT soldier. - Set respawn to "Respawn on position of death" - Then in onPlayerRespawn.sqf I placed: nul = ["MRAWS_HE_F"] execVM "MIL_airburst\initAirburst.sqf"; Ran an editor hosted mission and it worked. One thing to note, is that it seems that Eden by default forces respawn at the beginning of the mission (I was unaware it did that by default). So I didn't need to put anything in initPlayerLocal.sqf. Edit: I'll ask the obvious question though. Did you reload with a HE round after respawn? 1 Share this post Link to post Share on other sites
loopdk 92 Posted May 17, 2018 Will test to night mate. Great with fast repsons!! 1 Share this post Link to post Share on other sites
loopdk 92 Posted May 17, 2018 Works perfect mate. tnx one more time :D Share this post Link to post Share on other sites
beno_83au 1369 Posted May 17, 2018 Happy to help mate :) 1 Share this post Link to post Share on other sites
beno_83au 1369 Posted May 18, 2018 Updated. v1.8: Fixed - "Fuse: Impact" wasn't showing on English only version when "Confirm" button was clicked with the mouse. Changed - Removed "0" from the text box. Text box now starts empty to be more user friendly when entering ranges. Changed - Action menu action now coloured instead of being plain white. New video on how to employ an airbursting round against targets using the Tanks DLC MAAWS Mk4 Mod 0 (8:42): 3 Share this post Link to post Share on other sites
Guest Posted May 18, 2018 The Armaholic mirror has been updated with the new version:Airburst HE v1.8 Share this post Link to post Share on other sites
JD Wang 352 Posted June 3, 2018 Thanks Beno, this is awesome. Don't suppose you could modify it so if we're running ACE it becomes an ACE self interaction? I'm on this quest to get as much off the horrific scroll wheel menu system as possible. Thanks again for the great script. 1 Share this post Link to post Share on other sites
beno_83au 1369 Posted June 3, 2018 @JD Wang I could have a look at it. Although I used ACE in just about everything I did in ArmA 2, I've only barely touched it this time around so it might take a little head work to sort out, but I'll see what I can do. 1 Share this post Link to post Share on other sites
JD Wang 352 Posted June 3, 2018 Thanks dude, you're a legend Share this post Link to post Share on other sites
beno_83au 1369 Posted June 4, 2018 Adding compatability with ACE3: Tomorrow night I'll make sure it's all good to go and release it. 2 Share this post Link to post Share on other sites