--- deliantra/server/lib/config 2007/03/01 11:11:28 1.4 +++ deliantra/server/lib/config 2007/07/01 05:39:57 1.7 @@ -1,4 +1,9 @@ -# Crossfire+ perl configuration +# Extended Crossfire Configuration + +# if you modify the sources you *need* to update these URLs +# according to the instructions given in ext/affero.ext. +#source_url_tar: http://dist.schmorp.de/crossfire/ +#source_url_cvs: http://software.schmorp.de/pkg/cf.schmorp.de.html # client editor support #editor_servertype: test @@ -14,10 +19,11 @@ #irc_nick: cfbot #irc_chan: "#cf" -# restart when server uses 1g of ram +# restart automatically when server uses more than 1g of ram: #checkrusage: { vmsize: 1000000000 } -# command privileges: schmorp and elmex may do teleport, reset and will see +# command privileges: who can do what in addition to normal user commands. +# Example: schmorp and elmex may do teleport, reset and will see # ip addresses in the who command # everybody can do summon, goto, wizlook, wizpass and wizcast #may_command_teleport: ["schmorp"] @@ -30,6 +36,9 @@ #may_extended_who: ["schmorp", "elmex"] # metaserver configuration +# This should be left OFF unless you are sure you want a general gameplay server +# private tests ervers MUST NOT enable the metaserver report. +# # metaserver is the metaserver host:port to connect to. # comment is sent to the metaserver. It can be specific settings to on # the server, play behaviour, etc. @@ -45,13 +54,6 @@ # perl-boni #ext_bonus: 1 -# TODO: Description ..zzZZ -#zzwarp: 1 -#zzsmooth: 1.4 -#zzload: 1 -#zzmeta: 1 -#zzfreq: 1 - # mlockall # if true, call mlockall(MCL_CURRENT|MCL_FUTURE) # if false, call munlockall @@ -61,3 +63,9 @@ # map reset times #map_max_reset: 7200 #map_default_reset: 3600 + +# at which (internal) load to start swapping more aggressively +#swap_load1: 0.1 +# at which (internal) load to start swapping as fast as spossible +#swap_load2: 0.4 +