Page MenuHomeFeedback Tracker

RscChat*** classes are in ReadAndCreate access mode since 1.82
Closed, ResolvedPublic

Description

Seems like after 1.82 update all RscChat*** classes turned into ReadAndCreate state.
Is it possible to fix that?

In 1.80 I was able to change chat colors at mission list and slots stage. But after 1.82 all my tweaks not working anymore.
May be there is workaround for that?
Now Game Admin messages to global chat have same color as server messages like (player connected) so it is very confusing.

Also I was able to move chat away from screen during ingame view. Now it is not possible too. Spam that someone connected shows up even if all channels are disabled.

Details

Severity
Tweak
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Ingame UI
Steps To Reproduce

Create addon with config

class CfgPatches
{
    class armaTweaks
    {
        units[] = {};
        weapons[] = {};
        requiredVersion = 1.80;
        requiredAddons[] = {"a3_ui_f"};
        authors[] = {""};
        url = "";
    };
};

class RscChatListDefault
{
    //Global chat nickname color - Orange
    colorGlobalChannel[] = {1, 0.35, 0, 1};
};

And there is no effect.

Event Timeline

severgun edited Steps To Reproduce. (Show Details)
severgun updated the task description. (Show Details)Apr 17 2018, 11:28 PM
Wulf changed the task status from New to Reviewed.Apr 18 2018, 6:59 PM
Wulf added a subscriber: Wulf.

Hello.

Thank you for the report, we will have a look at it.

@Wulf this is false alarm.
"A3_Data_F_Tank_Loadorder" at requiredAddons fix my addon.
Before 1.82 "a3_ui_f" were enough.

You can close this issue.

Wulf closed this task as Resolved.Apr 19 2018, 10:39 AM
Wulf claimed this task.

Ok, thank you for letting us know.