From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../x-cvsweb-markup/index.html | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/snowballs2/config/login_service.cfg?rev=1.1&content-type=text/x-cvsweb-markup/index.html (limited to 'cvs/cvsweb.cgi/code/snowballs2/config/login_service.cfg?rev=1.1&content-type=text/x-cvsweb-markup/index.html') diff --git a/cvs/cvsweb.cgi/code/snowballs2/config/login_service.cfg?rev=1.1&content-type=text/x-cvsweb-markup/index.html b/cvs/cvsweb.cgi/code/snowballs2/config/login_service.cfg?rev=1.1&content-type=text/x-cvsweb-markup/index.html new file mode 100644 index 00000000..e2b9ca83 --- /dev/null +++ b/cvs/cvsweb.cgi/code/snowballs2/config/login_service.cfg?rev=1.1&content-type=text/x-cvsweb-markup/index.html @@ -0,0 +1,30 @@ + + + +code/snowballs2/config/login_service.cfg - view - 1.1 + +
[BACK] Return to login_service.cfg + CVS log [TXT][DIR] Up to Nevrax / code / snowballs2 / config

File: Nevrax / code / snowballs2 / config / login_service.cfg (download)
+Revision 1.1, Mon Feb 11 10:25:20 2002 UTC (4 months, 2 weeks ago) by lecroart +
Branch: MAIN +
CVS Tags: HEAD
+ADDED: config
+
+

+WindowStyle = "WIN";
+
+Port = 49999;   // port for the client connection (default is 49999)
+
+WSPort = 49998; // port for the welcome connection (default is 49998)
+
+ServerVersion = 1;      // version of shard (must match with the client version)
+
+AcceptNewUser = 1;      // 1 if you want to add new player, 0 if you want to eject new player
+
+AcceptExternalShard = 1;        // 1 is you accept external shard (not referenced in the config file), 0 if you want to eject unknown shards
+
+CryptPassword = 0;      // 1 is you want to store password in crypted format, 0 for plain text
+
+Beep = 1;               // 1 if you want to beep when a new client comes
+
+
\ No newline at end of file -- cgit v1.2.1