Add missing No Chat Reports configs

- removes mod requirement on client lan host
- shows message verification status and system type on servers
This commit is contained in:
Wroclaw 2022-10-01 22:42:31 +02:00
parent 35824730aa
commit 96b7b969a0
4 changed files with 33 additions and 1 deletions

View file

@ -0,0 +1,17 @@
{
"demandOnServer": false,
"showServerSafety": true,
"hideRedChatIndicators": false,
"hideYellowChatIndicators": false,
"hideGrayChatIndicators": false,
"hideWarningToast": true,
"alwaysHideReportButton": false,
"disableTelemetry": true,
"showReloadButton": false,
"whitelistAllServers": false,
"verifiedIconEnabled": true,
"showNCRButton": true,
"enableMod": true,
"verifiedIconOffsetX": 0,
"verifiedIconOffsetY": 0
}

View file

@ -0,0 +1,7 @@
{
"demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!",
"demandOnClient": false,
"enableDebugLog": false,
"convertToGameMessage": true,
"addQueryData": true
}