ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/config
(Generate patch)

Comparing deliantra/server/lib/config (file contents):
Revision 1.3 by root, Fri Jan 5 19:12:03 2007 UTC vs.
Revision 1.4 by pippijn, Thu Mar 1 11:11:28 2007 UTC

1# cf+ configuration 1# Crossfire+ perl configuration
2 2
3# client editor support 3# client editor support
4#editor_servertype: test 4#editor_servertype: test
5#editor_gameserver: my.host.com 5#editor_gameserver: crossfire.schmorp.de
6#editor_testserver: my.testhost.com:13324 6#editor_testserver: cftest.schmorp.de:24
7#editor_cvs_root: http://cvs.schmorp.de/cf.schmorp.de/maps/ 7#editor_cvs_root: http://cvs.schmorp.de/cf.schmorp.de/maps/
8#editor_lib_root: http://cf.schmorp.de/lib/ 8#editor_lib_root: http://cf.schmorp.de/lib/
9#editor_upload: http://cf.schmorp.de/upload 9#editor_upload: http://cf.schmorp.de/upload
10 10
11# irc bot support 11# irc bot support
12#irc_server: localhost 12#irc_server: localhost
13#irc_port: 6667 13#irc_port: 6667
14#irc_nick: cfbot 14#irc_nick: cfbot
15#irc_chan: "#cf" 15#irc_chan: "#cf"
16 16
17# metaserver values. 17# restart when server uses 1g of ram
18#checkrusage: { vmsize: 1000000000 }
19
20# command privileges: schmorp and elmex may do teleport, reset and will see
21# ip addresses in the who command
22# everybody can do summon, goto, wizlook, wizpass and wizcast
23#may_command_teleport: ["schmorp"]
24#may_command_summon: 1
25#may_command_goto: 1
26#may_command_reset: ["schmorp", "elmex"]
27#may_command_wizlook: 1
28#may_command_wizpass: 1
29#may_command_wizcast: 1
30#may_extended_who: ["schmorp", "elmex"]
31
32# metaserver configuration
18# metaserver is the metaserver host:port to connect to. 33# metaserver is the metaserver host:port to connect to.
19# comment is sent to the metaserver. It can be specific settings to on 34# comment is sent to the metaserver. It can be specific settings to on
20# the server, play behaviour, etc. 35# the server, play behaviour, etc.
21# servername is the name of this server as we should report it to the metaserver 36# servername is the name of this server as we should report it to the metaserver
22#metaserver_metaserver: 65.193.17.203:13326 37#metaserver_metaserver: 65.193.17.203:13326
23#metaserver_servername: my.host.com 38#metaserver_servername: misconfigured.tld
24#metaserver_serveraddr: my.host.com 39#metaserver_serveraddr: misconfigured.tld
25#metaserver_comment: Enter a comment here. 40#metaserver_comment: Description of the server
26 41
27# perl-shell 42# perl-shell
28#perl_shell: 127.0.0.1:13325 43#perl_shell: 127.0.0.1:13322
44
45# perl-boni
46#ext_bonus: 1
47
48# TODO: Description ..zzZZ
49#zzwarp: 1
50#zzsmooth: 1.4
51#zzload: 1
52#zzmeta: 1
53#zzfreq: 1
29 54
30# mlockall 55# mlockall
31# if true, call mlockall(MCL_CURRENT|MCL_FUTURE) 56# if true, call mlockall(MCL_CURRENT|MCL_FUTURE)
32# if false, call munlockall 57# if false, call munlockall
33# if not specified, do neither 58# if not specified, do neither
34#mlockall: 1 59#mlockall: 1
35 60
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# map reset times 61# map reset times
43#map_max_reset: 7200 62#map_max_reset: 7200
44#map_default_reset: 3600 63#map_default_reset: 3600
45

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines