Skip to content

Commit

Permalink
Removed deprecated config properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachar543 authored Oct 26, 2018
1 parent 2115dd8 commit da17db7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ Allows changing player chat icons by group or steam id
"SteamIds": {
"1234567890": "/Game/Aberration/Icons/Resources/Gem3_Icon.Gem3_Icon"
},
"InterceptGlobalChat": true, // Setting to false will use default ARK Global Chat behavior
"InterceptTribeChat": true, // Setting to false will use default ARK Tribe Chat behavior
"InterceptAllianceChat": true, // Setting to false will use default ARK Alliance Chat behavior
"InterceptLocalChat": true, // Setting to false will use default ARK Local Chat behavior
"LogGlobalChat": true, // Setting to true will log Global Chat to both RCON (getgamelog) and Console
"LogTribeChat": true, // Setting to true will log Tribe Chat to both RCON (getgamelog) and Console
"LogAllianceChat": true, // Setting to true will log Alliance Chat to both RCON (getgamelog) and Console
"LogLocalChat": true, // Setting to true will log Local Chat to both RCON (getgamelog) and Console
"LocalChatDistance": 4000, // Max distance to show local chat between players. 4000 appears to be close to Vanilla.
"Debug": false // Settting to true will print debug messages. You probably don't need or care about this.
}
```
Expand Down

0 comments on commit da17db7

Please sign in to comment.