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.9 by root, Fri Aug 10 05:25:16 2007 UTC

1# cf+ configuration 1# Extended Crossfire Configuration
2#hiscore_url: http://where.you.put.your.hiscores
3
4# if you modify the sources you *need* to update these URLs
5# according to the instructions given in ext/affero.ext.
6#source_url_tar: http://dist.schmorp.de/crossfire/
7#source_url_cvs: http://software.schmorp.de/pkg/cf.schmorp.de.html
2 8
3# client editor support 9# client editor support
4#editor_servertype: test 10#editor_servertype: test
5#editor_gameserver: my.host.com 11#editor_gameserver: crossfire.schmorp.de
6#editor_testserver: my.testhost.com:13324 12#editor_testserver: cftest.schmorp.de:24
7#editor_cvs_root: http://cvs.schmorp.de/cf.schmorp.de/maps/ 13#editor_cvs_root: http://cvs.schmorp.de/cf.schmorp.de/maps/
8#editor_lib_root: http://cf.schmorp.de/lib/ 14#editor_lib_root: http://cf.schmorp.de/lib/
9#editor_upload: http://cf.schmorp.de/upload 15#editor_upload: http://cf.schmorp.de/upload
10 16
11# irc bot support 17# irc bot support
12#irc_server: localhost 18#irc_server: localhost
13#irc_port: 6667 19#irc_port: 6667
14#irc_nick: cfbot 20#irc_nick: cfbot
15#irc_chan: "#cf" 21#irc_chan: "#cf"
16 22
17# metaserver values. 23# maximum time a player might disconnect without a savebed
24# before being killed
25#max_disconnect_time: 3600
26
27# restart automatically when server uses more than 1g of ram:
28#checkrusage: { vmsize: 1000000000 }
29
30# command privileges: who can do what in addition to normal user commands.
31# Example: schmorp and elmex may do teleport, reset and will see
32# ip addresses in the who command
33# everybody can do summon, goto, wizlook, wizpass and wizcast
34#may_command_teleport: ["schmorp"]
35#may_command_summon: 1
36#may_command_goto: 1
37#may_command_reset: ["schmorp", "elmex"]
38#may_command_wizlook: 1
39#may_command_wizpass: 1
40#may_command_wizcast: 1
41#may_extended_who: ["schmorp", "elmex"]
42
43# metaserver configuration
44# This should be left OFF unless you are sure you want a general gameplay server
45# private tests ervers MUST NOT enable the metaserver report.
46#
18# metaserver is the metaserver host:port to connect to. 47# metaserver is the metaserver host:port to connect to.
19# comment is sent to the metaserver. It can be specific settings to on 48# comment is sent to the metaserver. It can be specific settings to on
20# the server, play behaviour, etc. 49# the server, play behaviour, etc.
21# servername is the name of this server as we should report it to the metaserver 50# servername is the name of this server as we should report it to the metaserver
22#metaserver_metaserver: 65.193.17.203:13326 51#metaserver_metaserver: 65.193.17.203:13326
23#metaserver_servername: my.host.com 52#metaserver_servername: misconfigured.tld
24#metaserver_serveraddr: my.host.com 53#metaserver_serveraddr: misconfigured.tld
25#metaserver_comment: Enter a comment here. 54#metaserver_comment: Description of the server
26 55
27# perl-shell 56# perl-shell
28#perl_shell: 127.0.0.1:13325 57#perl_shell: 127.0.0.1:13322
58
59# perl-boni
60#ext_bonus: 1
29 61
30# mlockall 62# mlockall
31# if true, call mlockall(MCL_CURRENT|MCL_FUTURE) 63# if true, call mlockall(MCL_CURRENT|MCL_FUTURE)
32# if false, call munlockall 64# if false, call munlockall
33# if not specified, do neither 65# if not specified, do neither
34#mlockall: 1 66#mlockall: 1
35 67
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 68# map reset times
43#map_max_reset: 7200 69#map_max_reset: 7200
44#map_default_reset: 3600 70#map_default_reset: 3600
45 71
72# at which (internal) load to start swapping more aggressively
73#swap_load1: 0.1
74# at which (internal) load to start swapping as fast as spossible
75#swap_load2: 0.4
76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines