Page MenuHomeFeedback Tracker

Can't use chat in lobby with disableChannels present
New, NormalPublic

Description

In the previous version of arma it was possible to use chat in the lobby with disableChannels[]={0,1,2,3,4,5}; in the description.EXT
This seems to have gone with the last update. (1.60)

With this issue you cant login as admin on the server which is annoying, when you go in game you still cant use it, when you go back to the lobby from game it works.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Server
Steps To Reproduce

Make a simple multiplayer mission with a unit and save it, then create a description.ext file in the mission folder with disableChannels[]={0,1,2,3,4,5}; in it. Export it as a PBO.
Get a dedicated server up playing the mission, then you see you cant use the chat in the lobby. When you recreate the mission pbo without the discription.ext it works.

Event Timeline

JasperRab created this task.Jun 2 2016, 4:28 PM
JasperRab edited Steps To Reproduce. (Show Details)
AgentRev added a subscriber: AgentRev.EditedJun 3 2016, 11:42 PM

If needed, workaround:

  • Allow text on group channel with disableChannels[] = {0,1,2,{3,false,true},4,5};
  • Put 3 enableChannel false; in init.sqf or a preInit function