ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/config
Revision: 1.8
Committed: Sat Jul 14 19:28:00 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.7: +4 -0 lines
Log Message:
finally implement the kill on logout-too-long thingy

File Contents

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