ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/config
Revision: 1.11
Committed: Sat Nov 10 22:41:59 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-2_4, rel-2_5, rel-2_54, rel-2_55, rel-2_52, rel-2_53, rel-2_32, rel-2_43, rel-2_42, rel-2_41
Changes since 1.10: +4 -4 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.11 # Extended Deliantra Configuration
2 root 1.9 #hiscore_url: http://where.you.put.your.hiscores
3 pippijn 1.1
4 root 1.7 # if you modify the sources you *need* to update these URLs
5     # according to the instructions given in ext/affero.ext.
6 root 1.11 #source_url_tar: http://dist.schmorp.de/deliantra/
7 root 1.7 #source_url_cvs: http://software.schmorp.de/pkg/cf.schmorp.de.html
8    
9 pippijn 1.1 # client editor support
10     #editor_servertype: test
11 root 1.11 #editor_gameserver: gameserver.deliantra.net
12     #editor_testserver: testserver.deliantra.net:24
13 pippijn 1.1 #editor_cvs_root: http://cvs.schmorp.de/cf.schmorp.de/maps/
14     #editor_lib_root: http://cf.schmorp.de/lib/
15     #editor_upload: http://cf.schmorp.de/upload
16    
17     # irc bot support
18     #irc_server: localhost
19     #irc_port: 6667
20     #irc_nick: cfbot
21     #irc_chan: "#cf"
22    
23 root 1.8 # maximum time a player might disconnect without a savebed
24     # before being killed
25     #max_disconnect_time: 3600
26    
27 root 1.6 # restart automatically when server uses more than 1g of ram:
28 pippijn 1.4 #checkrusage: { vmsize: 1000000000 }
29    
30 root 1.6 # 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 pippijn 1.4 # 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 root 1.6 # 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     #
47 pippijn 1.1 # metaserver is the metaserver host:port to connect to.
48     # comment is sent to the metaserver. It can be specific settings to on
49     # the server, play behaviour, etc.
50     # servername is the name of this server as we should report it to the metaserver
51     #metaserver_metaserver: 65.193.17.203:13326
52 pippijn 1.4 #metaserver_servername: misconfigured.tld
53     #metaserver_serveraddr: misconfigured.tld
54     #metaserver_comment: Description of the server
55 pippijn 1.1
56 root 1.10 # 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    
67 pippijn 1.1 # perl-shell
68 pippijn 1.4 #perl_shell: 127.0.0.1:13322
69    
70     # perl-boni
71     #ext_bonus: 1
72    
73 root 1.2 # mlockall
74     # if true, call mlockall(MCL_CURRENT|MCL_FUTURE)
75     # if false, call munlockall
76     # if not specified, do neither
77     #mlockall: 1
78    
79 root 1.3 # map reset times
80     #map_max_reset: 7200
81     #map_default_reset: 3600
82 root 1.5
83     # at which (internal) load to start swapping more aggressively
84     #swap_load1: 0.1
85     # at which (internal) load to start swapping as fast as spossible
86     #swap_load2: 0.4
87 root 1.6