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.12 by root, Sun May 25 21:15:44 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines