Mercurial > hg > rlgallery-misc
comparison dgl/dgamelaunch.conf @ 48:955c2fd68dcf
dgl: allow names up to 20 characters long.
It may actually be able to handle 30.
author | John "Elwin" Edwards |
---|---|
date | Mon, 24 Mar 2014 09:43:28 -0700 |
parents | 46158c89c659 |
children | 566e37477b91 |
comparison
equal
deleted
inserted
replaced
47:1951f59156e4 | 48:955c2fd68dcf |
---|---|
15 allow_new_nicks = yes | 15 allow_new_nicks = yes |
16 | 16 |
17 # Max length for newly registered nicks. Must be less than 20. | 17 # Max length for newly registered nicks. Must be less than 20. |
18 # By default, NetHack only stores the first 10 chars of a name into | 18 # By default, NetHack only stores the first 10 chars of a name into |
19 # the record/logfile. | 19 # the record/logfile. |
20 maxnicklen = 10 | 20 maxnicklen = 20 |
21 | 21 |
22 # Set the default watching-screen sorting mode. Can be one of | 22 # Set the default watching-screen sorting mode. Can be one of |
23 # "username", "game", "windowsize", "starttime" or "idletime". | 23 # "username", "game", "windowsize", "starttime" or "idletime". |
24 # "username" is the default. | 24 # "username" is the default. |
25 sortmode = "username" | 25 sortmode = "username" |