ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/config
Revision: 1.2
Committed: Thu Jan 4 00:53:54 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.1: +14 -1 lines
Log Message:
- implement mlockall option
- expanded config file documentation
- make perl-weapon boni mandatory

File Contents

# User Rev Content
1 root 1.2 # cf+ configuration
2 pippijn 1.1
3     # client editor support
4     #editor_servertype: test
5     #editor_gameserver: my.host.com
6     #editor_testserver: my.testhost.com:13324
7     #editor_cvs_root: http://cvs.schmorp.de/cf.schmorp.de/maps/
8     #editor_lib_root: http://cf.schmorp.de/lib/
9     #editor_upload: http://cf.schmorp.de/upload
10    
11     # irc bot support
12     #irc_server: localhost
13     #irc_port: 6667
14     #irc_nick: cfbot
15     #irc_chan: "#cf"
16    
17     # metaserver values.
18     # metaserver is the metaserver host:port to connect to.
19     # comment is sent to the metaserver. It can be specific settings to on
20     # the server, play behaviour, etc.
21     # servername is the name of this server as we should report it to the metaserver
22     #metaserver_metaserver: 65.193.17.203:13326
23     #metaserver_servername: my.host.com
24     #metaserver_serveraddr: my.host.com
25     #metaserver_comment: Enter a comment here.
26    
27     # perl-shell
28     #perl_shell: 127.0.0.1:13325
29    
30 root 1.2 # mlockall
31     # if true, call mlockall(MCL_CURRENT|MCL_FUTURE)
32     # if false, call munlockall
33     # if not specified, do neither
34     #mlockall: 1
35    
36     # command privileges: schmorp may do teleport
37     # everybody can do summon and goto
38     #may_command_teleport: ["schmorp"]
39     #may_command_summon: 1
40     #may_command_goto: 1
41    
42