ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/config
Revision: 1.13
Committed: Thu Nov 29 10:11:59 2012 UTC (11 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-3_1, HEAD
Changes since 1.12: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
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
11
12 # client editor support
13 #editor_servertype: test
14 #editor_gameserver: gameserver.deliantra.net
15 #editor_testserver: testserver.deliantra.net:24
16 #editor_cvs_root: http://cvs.schmorp.de/cf.schmorp.de/maps/
17 #editor_lib_root: http://cf.schmorp.de/lib/
18 #editor_upload: http://cf.schmorp.de/upload
19
20 # irc bot support
21 #irc_server: localhost
22 #irc_port: 6667
23 #irc_nick: cfbot
24 #irc_chan: "#cf"
25
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 dm, 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_dm: ["schmorp"]
38 #may_command_teleport: ["schmorp"]
39 #may_command_summon: 1
40 #may_command_goto: 1
41 #may_command_reset: ["schmorp", "elmex"]
42 #may_command_wizlook: 1
43 #may_command_wizpass: 1
44 #may_command_wizcast: 1
45 #may_extended_who: ["schmorp", "elmex"]
46
47 # metaserver configuration
48 # This should be left OFF unless you are sure you want a general gameplay server
49 # private tests ervers MUST NOT enable the metaserver report.
50 #
51 # metaserver is the metaserver host:port to connect to.
52 # comment is sent to the metaserver. It can be specific settings to on
53 # the server, play behaviour, etc.
54 # servername is the name of this server as we should report it to the metaserver
55 #metaserver_metaserver: 65.193.17.203:13326
56 #metaserver_servername: misconfigured.tld
57 #metaserver_serveraddr: misconfigured.tld
58 #metaserver_comment: Description of the server
59
60 # metaserver 2 configuration
61 #archbase: TRT
62 #codebase: TRT
63 #mapbase: TRT
64 #metaserver2_urls: ["http://crossfire.real-time.com/metaserver2/meta_update.php"]
65 #metaserver2_html_comment: "<b>I have not configured my server, please block me.</b>"
66 #metaserver2_text_comment: "please avoid me, I am broken"
67 #metaserver2_flags: K
68 #metaserver2_hostname: server.example.net
69 #metaserver2_port: 13327
70
71 # perl-shell
72 #perl_shell: 127.0.0.1:13322
73
74 # perl-boni
75 #ext_bonus: 1
76
77 # mlockall
78 # if true, call mlockall(MCL_CURRENT|MCL_FUTURE)
79 # if false, call munlockall
80 # if not specified, do neither
81 #mlockall: 1
82
83 # map reset times
84 #map_max_reset: 7200
85 #map_default_reset: 3600
86
87 # at which (internal) load to start swapping more aggressively
88 #swap_load1: 0.1
89 # at which (internal) load to start swapping as fast as spossible
90 #swap_load2: 0.4
91