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.5 by root, Fri May 11 08:00:00 2007 UTC vs.
Revision 1.10 by root, Sun Sep 9 12:52:48 2007 UTC

1# Crossfire+ perl 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: crossfire.schmorp.de 11#editor_gameserver: crossfire.schmorp.de
6#editor_testserver: cftest.schmorp.de:24 12#editor_testserver: cftest.schmorp.de:24
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# restart when server uses 1g of ram 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:
18#checkrusage: { vmsize: 1000000000 } 28#checkrusage: { vmsize: 1000000000 }
19 29
30# command privileges: who can do what in addition to normal user commands.
20# command privileges: schmorp and elmex may do teleport, reset and will see 31# Example: schmorp and elmex may do teleport, reset and will see
21# ip addresses in the who command 32# ip addresses in the who command
22# everybody can do summon, goto, wizlook, wizpass and wizcast 33# everybody can do summon, goto, wizlook, wizpass and wizcast
23#may_command_teleport: ["schmorp"] 34#may_command_teleport: ["schmorp"]
24#may_command_summon: 1 35#may_command_summon: 1
25#may_command_goto: 1 36#may_command_goto: 1
28#may_command_wizpass: 1 39#may_command_wizpass: 1
29#may_command_wizcast: 1 40#may_command_wizcast: 1
30#may_extended_who: ["schmorp", "elmex"] 41#may_extended_who: ["schmorp", "elmex"]
31 42
32# metaserver configuration 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#
33# metaserver is the metaserver host:port to connect to. 47# metaserver is the metaserver host:port to connect to.
34# 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
35# the server, play behaviour, etc. 49# the server, play behaviour, etc.
36# 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
37#metaserver_metaserver: 65.193.17.203:13326 51#metaserver_metaserver: 65.193.17.203:13326
38#metaserver_servername: misconfigured.tld 52#metaserver_servername: misconfigured.tld
39#metaserver_serveraddr: misconfigured.tld 53#metaserver_serveraddr: misconfigured.tld
40#metaserver_comment: Description of the server 54#metaserver_comment: Description of the server
41 55
56# metaserver 2 configuration
57#archbase: TRT
58#codebase: TRT
59#mapbase: TRT
60#metaserver2_urls: ["http://crossfire.real-time.com/metaserver2/meta_update.php"]
61#metaserver2_html_comment: "<b>I have not configured my server, please block me.</b>"
62#metaserver2_text_comment: "please avoid me, I am broken"
63#metaserver2_flags: K
64#metaserver2_hostname: server.example.net
65#metaserver2_port: 13327
66
42# perl-shell 67# perl-shell
43#perl_shell: 127.0.0.1:13322 68#perl_shell: 127.0.0.1:13322
44 69
45# perl-boni 70# perl-boni
46#ext_bonus: 1 71#ext_bonus: 1
47
48# TODO: Description ..zzZZ
49#zzwarp: 1
50#zzsmooth: 1.4
51#zzload: 1
52#zzmeta: 1
53#zzfreq: 1
54 72
55# mlockall 73# mlockall
56# if true, call mlockall(MCL_CURRENT|MCL_FUTURE) 74# if true, call mlockall(MCL_CURRENT|MCL_FUTURE)
57# if false, call munlockall 75# if false, call munlockall
58# if not specified, do neither 76# if not specified, do neither
64 82
65# at which (internal) load to start swapping more aggressively 83# at which (internal) load to start swapping more aggressively
66#swap_load1: 0.1 84#swap_load1: 0.1
67# at which (internal) load to start swapping as fast as spossible 85# at which (internal) load to start swapping as fast as spossible
68#swap_load2: 0.4 86#swap_load2: 0.4
87

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines