terox 316 Posted March 15, 2013 The most popular of all addons EVER is CBA One of its greatest functionalities is Extended eventhandlers, Pre_Init to be more specific This system this is used for the most is the automatic launching of addon scripts without having to create entries into cfgvehicles man class init's This or something similar to this should almost defintely be implemented into the VR Engine. Kudos to the devs of CBA and Extended EH, lets have their work implemented into the hard code please. There is no feature request in the bug tracker yet,or I would have added it Share this post Link to post Share on other sites
Dwarden 1125 Posted March 15, 2013 erm , ask CBA authors Share this post Link to post Share on other sites
tet5uo 4 Posted March 15, 2013 What does that even mean? Why are your answers always 1 line and cryptic. Share this post Link to post Share on other sites
mr_centipede 31 Posted March 15, 2013 It means ask the guys that create CBA (the authors) Share this post Link to post Share on other sites
Brainbug 10 Posted March 15, 2013 (edited) his answers are short because we all want him to work on the game rather than write long texts in the forums ;) what he means: On the one hand CBA authors would have to give their consent to their work being copied by BIS. That would be the least problem surely, but despite that it won't happen because the following pattern turned out to be the best way: BIS will make a basic engine that has basic functions, and the community will build on that foundation everything that they need or want. If your addon needs some extra function, you can use CBA, or ask the CBA guys to implement a new function, or write your own addon. Mind that for everything that is additionally put into the basic game, BIS will have more debugging work to do, and the bigger the game code grows, the longer it takes to work with it (i.e. longer time for a new patch, longer time for a new game function etc.), so it must kept lean. Same reason btw why the Alpha has so little content: They certainly have a lot more stuff ready, but they don't put it in game yet because it makes finding and squishing bugs harder for now. Edited March 15, 2013 by Brainbug Share this post Link to post Share on other sites
sickboy 13 Posted March 15, 2013 BI has the ability to freely include and use CBA in their games since about 6 months ago. It would make us very proud and happy if they will. For some reason the necessity and impact of XEH never seemed to be fully understood or appreciated, but I hope that will change :) Native multiplexing of eventhandlers in the game would be a god-send too, certainly would deal with several issues at their root :) (personally I feel that is even more important than pre-init) Share this post Link to post Share on other sites
headswe 17 Posted March 15, 2013 This would be a godsend for modders. Share this post Link to post Share on other sites
terox 316 Posted March 15, 2013 (edited) BI has the ability to freely include and use CBA in their games since about 6 months ago. It would make us very proud and happy if they will.For some reason the necessity and impact of XEH never seemed to be fully understood or appreciated, but I hope that will change :) Native multiplexing of eventhandlers in the game would be a god-send too, certainly would deal with several issues at their root :) (personally I feel that is even more important than pre-init) I agree with you Sickboy, because this is more to do with core addon functionality, no fancy models or textures, it is overlooked by many but is probably, infact no, it is the most important addon we have by a long way. Might allow the cba, xeh devs to concentrate on another project and bring us something even better in the future ---------- Post added at 14:29 ---------- Previous post was at 14:20 ---------- BIS will make a basic engine that has basic functions, and the community will build on that foundation everything that they need or want. I would regard this as core functionality. This is a system addon not a content addon as such Edited March 15, 2013 by Terox Share this post Link to post Share on other sites
Make Love Not War 10 Posted March 15, 2013 Just wanted to add my voice and say that CBA - XEH in particular - functionality within the native game code would be most welcome! Share this post Link to post Share on other sites
bad benson 1733 Posted April 30, 2013 yes please! the event handlers need an update. let's make a ticket and request this as a feature. Share this post Link to post Share on other sites
james2464 176 Posted April 30, 2013 Yes please! Of course this is very important for modding. PR would appreciate this very much, especially our coders ;) Share this post Link to post Share on other sites
lordprimate 159 Posted April 30, 2013 erm , ask CBA authors BI has the ability to freely include and use CBA in their games since about 6 months ago. It would make us very proud and happy if they will. So, any word if this is going to be a reality?? Would be nice! Share this post Link to post Share on other sites
kremator 1065 Posted May 1, 2013 Right ... lets get a ticket on the feedback tracker and MASSIVE UPVOTE IT! Share this post Link to post Share on other sites
bad benson 1733 Posted May 1, 2013 made a quick ticket for it using the original post by Terox. give some feedback so we can improve the ticket before we upvote it so it has everything that is needed. wasn't sure about the right category s oi chose modding, for example. http://feedback.arma3.com/view.php?id=7942 Share this post Link to post Share on other sites
mr burns 131 Posted May 1, 2013 Long overdue. Been awaiting official inclusion for like ... years? Share this post Link to post Share on other sites
Kushluk 21 Posted May 7, 2013 This would be excellent! Could it be integrated similarly to the CCP for ArmA2 through a SPOTREP update whereby it has its own little PBO directory. The total file size (even including the functions library) is still less than 2MB. Share this post Link to post Share on other sites
harold5187 10 Posted July 1, 2013 (edited) I give credit to the community; To those that have created CBA, to people like Mando, who have really given to gamers like myself, they and people like them, are the reason this game has been able to hang on for so long, and it surely has nothing to do with any effort being put out by BIS. BIS gives us the same things they've always given us... New graphics, with months and months of debugging to resolve some issues, while many others just get passed on to the sequel, and never fixed. BIS gives us the same disobedient AI's to work with; Lack of documentation on their part, when searching for Arma 3 help on a command, I get taken back to the Arma 1 or 2 wiki, because they just aren't much into documenting their scripting lanuage. That's all they've given us... Same buggy commands, and lots of them, such as move, domove, commandmove, and leaves it to us to figure out which commands work best for which situations. We have to deal with trial and errors in dealing with what needs to be broadcast across computers, and what needs to remain local; How to handle JIP issues, all of this just too complex to deal with to create a mission. BIS relies on the community to do the hard work, while the basic problems get passed on from sequel to sequel... I'm against anyone in the community giving BIS anything; Let them do their own work, because they're the ones getting paid, not the community. I've seen this trend since the days of Flashpoint; The community would create these great ideals, BIS would steal them, rewrite them to suit their own needs, then put it into the next game. The core components need to be fixed, and the community doesn't want to hear promises, they want results. We want the eventhandlers working as they should; We want the Garbage Collector doing its job, deleting bodies off the battlefield that were there at mission start as well as those spawned during gameplay... Why am I having to use Celery's delete body script? I shouldn't have to, because BIS should have done their jobs to ensure the community that the frame work is there working as it should, so people like CBA will not have to focus on workarounds to issues that should already be solved, passed on from previous games. Let BIS do their own work, let them be creative for change! We don't need more scripting commands, we need the old ones to work! Edited July 1, 2013 by harold5187 Share this post Link to post Share on other sites
Binkowski 26 Posted July 1, 2013 (edited) erm , ask CBA authors erm , ask BIS authors Edited July 3, 2013 by Binkowski Share this post Link to post Share on other sites
kremator 1065 Posted July 2, 2013 Well if Sickboy et al. have given BIS permission to use them, I can't see why they are NOT already put into the beta as default. Share this post Link to post Share on other sites
eggbeast 3673 Posted May 4, 2016 did this ever happen? when i use an extended EH now in A3 i get a warning in the log saying use BIS XEH, but i cannot find any wiki or documentation about it https://community.bistudio.com/wiki/Arma_3:_Event_Handlers or is it CBA_A3 giving me this log advice? Share this post Link to post Share on other sites
reyhard 2082 Posted May 4, 2016 https://community.bistudio.com/wiki/CfgVehicles_Config_Reference#EventHandlers..._Class Share this post Link to post Share on other sites
eggbeast 3673 Posted May 4, 2016 perfect thank you! Share this post Link to post Share on other sites