Makeshift Posted November 2, 2017 Share Posted November 2, 2017 Hi guys,So we have a large mumble server and regularly have 200+ people working together in fleets. In other parts of our mumble server we have this set up but I can't find anybody who can tell me how to replicate the behaviour.Say we have this setup: - Command Channels -- Command - Fleet -- No Chatter I would like:* No Chatter & Fleet to be able to hear Command* Command A to be able to hear Fleet (& optionally No Chatter, but that can be muted easily)* No Chatter to NOT be able to hear Fleet (Seems to be super hard)I'm having a lot of trouble setting this up so all three channels work like this when linked.My first step was to link all the channels together, and they can all hear each other fine, but making it so No Chatter can't hear Fleet without also muting Command seems really difficult. I tried experimenting with ~out but it ended up muting all linked channels and I couldn't get Command to override it.Does anybody know how to do this? Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted November 10, 2017 Administrators Share Posted November 10, 2017 > No Chatter to NOT be able to hear FleetIs that a double negation? I guess that's not what you wanted?* A** B* C** DLink all of them.In D:@sub,2 no hearing [so D can not hear C, A, B]@sub,1 allow hearing [so D can hear C]Lower will overwrite the one above, so allow should override deny.See https://wiki.mumble.info/wiki/ACL_and_Groups/English#The_.40sub_groupLooking at the ACL, I'm not actually sure what to use for hearing, but you will probably know. Quote Link to comment Share on other sites More sharing options...
Makeshift Posted November 10, 2017 Author Share Posted November 10, 2017 I figured this one out eventually and I'd actually like to ask if the below is intentional behaviour in Mumble 1.3.On all the documentation and tutorials, to use sub, you need to type various extra parameters into group. However in mumble 1.3 it isn't possible to do this under the ACL's menu. See here: https://s.makeshift.ninja/xWvV4jaf.gifTo add it, you need to go to the groups menu and add that as a group: https://s.makeshift.ninja/nMOTNov_.gifIs that intentional? As far as I could tell, the fact I had to do that isn't anywhere in any docs and I basically just had to mess around for hours till I accidentally came across it. I can't even find any screenshots online about it.But to achieve my goal, I: Linked the command, fleet and nochatter channels https://s.makeshift.ninja/kLdLkqEE.png Set out to +speak (For No-Chatter) Under out, set ~sub,-1,0 -speak Under sub, set @in to -speak This meant that: Nochatter could hear Command A, but not Fleet A Fleet A could hear Command A Command A could hear Fleet A Which was what I wanted :)Thank you for your help though. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.