ShackTac Interact mod

ShackTac Interact is a small addon I created awhile back for our in-house use, which has been asked for by other communities and is now being made public.

ShackTac Interact requires ACE2 and CBA. Note that a server (or mission) must allow this addon for it to function. ShackTac Interact introduces two new features, as follows:

Join Player Group


This option becomes available when you walk up to a player and press your interact key. You will see a ST-orange ‘ShackTac’ menu item – click on this, and you will have a ‘Join their group’ option. When you select this, you immediately join that player’s group. Note that this only works on players, not AI.

Take command of current group

Press your self interact key and you will see ‘ShackTac Self’ as an option – click it and you will have an option to take command of your current group. This can be used if you were wounded as an FTL or otherwise lost command for some reason. This can also be used in the event that the order of seniority gets out of whack and somebody out-of-order needs to assume group leadership.

I’ve put together a short video demonstrating how to use the features:

More, including download, after the jump.

You can download st_interact from:
https://dev-heaven.net/projects/shacktac/files

Server admins:

There are two ways you can set this up – either enabled or disabled by default for all missions on your server.

To have st_interact DISABLED unless a mission specifically initializes it, do not put the “st_interact_enabler.pbo” on your server. If you do this, a mission will need to run the following code to turn it on:

st_interact_group_enablerPBO = true; publicVariable “st_interact_group_enablerPBO”;

If you want to have st_interact enabled for all missions by default, simply include the st_interact_enabler.pbo in your server’s addons.

Mission Designer Notes

If you have a mission where you want to prevent a unit from being able to use this, simply do this command locally for that unit:

st_interact_allow_group_interactions = false

Final Notes

I have tested this briefly to ensure that the st_interact_enabler.pbo addon works as desired, and it seems to function fine. If you run into any issues, let me know here or on the tracker. Note that ST plays without respawn, so I can’t guarantee how this will work when respawn is being used. It handles our join-in-progress usage fine, though. We’ve been using this addon (minus the interact_enabler) for quite some time now successfully.

 

The BIS forum thread for this mod can be found here.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.