Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in description.ext #544

Closed
morgoth0 opened this issue Jun 4, 2016 · 1 comment
Closed

Change in description.ext #544

morgoth0 opened this issue Jun 4, 2016 · 1 comment

Comments

@morgoth0
Copy link
Contributor

morgoth0 commented Jun 4, 2016

Not sure whether you saw the post on EpochMod.com but, BIS changed the format for defining which channels are active and with which (chat/voice) that they're allowed:

disableChannels[] = {channelID<number>, channelID<number>...}; // old syntax Example: disableChannels[] = {0,1,2}; disableChannels[] = {{channelID<number>, disableChat<bool>, disableVoice<bool>},{channelID<number>, disableChat<bool>, disableVoice<bool>},...}; // new syntax Example: disableChannels[]={{0,true,true},{1,true,false}...};

As always, hope this helps, and thank you for all your hard work

@vbawol
Copy link
Member

vbawol commented Jun 6, 2016

Thanks, I think we will go with these settings as default:

disableChannels[]={{0,true,true},{1,false,true},{2,true,true},{6,true,true}}; // allow text only on side chat

@vbawol vbawol added this to the 0.4 milestone Jun 6, 2016
@vbawol vbawol closed this as completed Jun 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants