[Server Hosting] ChatSettings - CommanderBeelo/DayZ-Expansion-Scripts GitHub Wiki

Contains the current setting version number, never change this value unless you really know what you are doing as it's used internally for automatic conversion of old settings whenever we change something.

"EnableGlobalChat"

Bool.

  • 0 = The global chat (blue chat) will be disabled.
  • 1 = It will enable the global chat. The global chat allow players to talk to anyone from anywhere on the map.

"EnablePartyChat" (requires DayZ-Expansion-Groups or Bundle)

Bool.

  • 0 = The party chat (green chat) will be disabled.
  • 1 = It will enable the party chat. The party chat allow players to talk to anyone in their group from anyone on the map.

"EnableTransportChat"

Bool.

  • 0 = The transport chat (yellow chat) will be disabled.
  • 1 = It will enable the transport chat. The transport chat allow players to talk to anyone inside the same vehicle than you.

"ChatColors"

Key-Value pairs for chat colors.

"SystemChatColor"

String. Chat color of the System side chat

"AdminChatColor"

String. Chat color of the System admin chat

"GlobalChatColor"

String. Chat color of the System global chat

"DirectChatColor"

String. Chat color of the System direct (local) chat

"PartyChatColor"

String. Chat color of the System party chat

"TransmitterChatColor"

String. Chat color of the System Transmitter (PE announcer) chat

The format for all chat colors is hexadecimal RRGGBBAA, hexadecimal RGBA, or decimal R G B A with range 0-255 (alpha is optional in all cases).

You can use this site to generate the hex color values for these settings: https://color.adobe.com/de/create/color-wheel (if you want alpha transparency, you have to add it manually after the first six digits)