Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: [WIP] Mod for Mumble's link plugin

  1. #11

  2. #12
    Quote Originally Posted by PvPscene View Post
    a) post your addon/config
    All the files can be downloaded from the repository (https://dev-heaven.net/projects/mumb...aster/show/sqf)

    Quote Originally Posted by PvPscene View Post
    b) you need CBA/XEH for auto init
    Well I am not trying to initialize on any specific item/unit. I just want to initialize on load of the addon. I am aiming at having as few dependencies as possible so I am attempting to avoid CBA and XEH.

    Thanks for looking into this, I appreciate it.

  3. #13
    Quote Originally Posted by zsawyer View Post
    All the files can be downloaded from the repository (https://dev-heaven.net/projects/mumb...aster/show/sqf)


    Well I am not trying to initialize on any specific item/unit. I just want to initialize on load of the addon. I am aiming at having as few dependencies as possible so I am attempting to avoid CBA and XEH.

    Thanks for looking into this, I appreciate it.
    There is nothing like that in A2 by default. CBA's XEH gets around this by basically overwriting the init event handler for every unit in the game and plugging into their defined events. Until BIS provides us with this feature on our own you need to use CBA or write your own (which would then not be compat with any addon that uses CBA, which is a lot of them).

  4. #14
    Quote Originally Posted by NouberNou View Post
    There is nothing like that in A2 by default. CBA's XEH gets around this by basically overwriting the init event handler for every unit in the game and plugging into their defined events. Until BIS provides us with this feature on our own you need to use CBA or write your own (which would then not be compat with any addon that uses CBA, which is a lot of them).
    Alright I have seen Deadfast's FPS counter uses a toggle button - I guess that could be an alternative. Maybe I can check if CBA/XEH is available and if not provide a button that the user can/has to press to activate it. But that's for later at first I'll go with XEH.
    Thank you for that thorough explanation.

  5. #15
    You can also auto init from the onLoad handler of the main display. However this can be only done by one addon.
    So you easily run into compatibility conflicts there.

    You may want to try DevCon for coding, testing and debugging.

  6. #16
    Sergeant
    Join Date
    Jun 12 2012
    Location
    Glasgow, United Kingdom, United Kingdom
    Posts
    119
    I think using CBA would be the best option, as it is well supported and provides compatibility with other mods. If you ever need some people to test this out I would be glad to help. My group uses mumble for voip, we are a bit scared of acre and teamspeak and chose to go with mumble as it seemed the simpler option at the time.

  7. #17
    Sergeant Major
    Join Date
    Sep 21 2006
    Location
    In ze mountains
    Posts
    1,445
    I too am very interested in helping as our clan has been using TS for years but are increasingly dismayed by crashes and difficulty in getting ACRE to work.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 131
    Last Post: Jun 14 2013, 13:45
  2. Is it possible to call C++/Network from Arma mod (for Logitech G13, LCD plugin)?
    By PavelKrupets in forum ARMA 2 & OA : ADDONS - Configs & Scripting
    Replies: 2
    Last Post: Dec 24 2011, 17:54
  3. Link to FFSX mod?
    By orwell84 in forum ADDONS & MODS: DISCUSSION
    Replies: 1
    Last Post: May 28 2007, 22:57
  4. N.I Mod Link
    By downesy22 in forum ADDONS & MODS: DISCUSSION
    Replies: 3
    Last Post: Feb 19 2006, 16:07
  5. How to link eventhandlers to a mod
    By gunterlund in forum ADDONS & MODS: DISCUSSION
    Replies: 5
    Last Post: Oct 16 2004, 18:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •