From ebff7968504ee090961390820ce74458d7b0f956 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 29 Oct 2017 00:16:03 +0300 Subject: Add configurable way to show char servers with color in list in client. Options configurable in login-server.conf in users_count section. --- conf/login/login-server.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'conf/login') diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf index 71928e3d0..4ad02deb2 100644 --- a/conf/login/login-server.conf +++ b/conf/login/login-server.conf @@ -54,6 +54,22 @@ login_configuration: { date_format: "%Y-%m-%d %H:%M:%S" } + // for packet version >= 20170726 + users_count: { + // if false, dont show any colored strings. + // if true, show special users count numbers for coloring char servers. + send_user_count_description: true + + // users counts for use different colors. + // below 'low' show green text + // below 'medium' show oragne text + // below 'high' show red text + // higher 'high' show purple text + low: 200 + medium: 500 + high: 1000 + } + // Account engine configuration account: { // Can you use _M/_F to make new accounts on the server? -- cgit v1.2.3-60-g2f50