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.4 by pippijn, Thu Mar 1 11:11:28 2007 UTC vs.
Revision 1.7 by root, Sun Jul 1 05:39:57 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines