ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/config
Revision: 1.6
Committed: Wed May 16 12:22:18 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.5: +8 -10 lines
Log Message:
*** empty log message ***

File Contents

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