--- deliantra/server/lib/config 2007/01/05 19:12:03 1.3 +++ deliantra/server/lib/config 2007/03/01 11:11:28 1.4 @@ -1,9 +1,9 @@ -# cf+ configuration +# Crossfire+ perl configuration # client editor support #editor_servertype: test -#editor_gameserver: my.host.com -#editor_testserver: my.testhost.com:13324 +#editor_gameserver: crossfire.schmorp.de +#editor_testserver: cftest.schmorp.de:24 #editor_cvs_root: http://cvs.schmorp.de/cf.schmorp.de/maps/ #editor_lib_root: http://cf.schmorp.de/lib/ #editor_upload: http://cf.schmorp.de/upload @@ -14,18 +14,43 @@ #irc_nick: cfbot #irc_chan: "#cf" -# metaserver values. +# restart when server uses 1g of ram +#checkrusage: { vmsize: 1000000000 } + +# command privileges: 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"] +#may_command_summon: 1 +#may_command_goto: 1 +#may_command_reset: ["schmorp", "elmex"] +#may_command_wizlook: 1 +#may_command_wizpass: 1 +#may_command_wizcast: 1 +#may_extended_who: ["schmorp", "elmex"] + +# metaserver configuration # 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. # servername is the name of this server as we should report it to the metaserver #metaserver_metaserver: 65.193.17.203:13326 -#metaserver_servername: my.host.com -#metaserver_serveraddr: my.host.com -#metaserver_comment: Enter a comment here. +#metaserver_servername: misconfigured.tld +#metaserver_serveraddr: misconfigured.tld +#metaserver_comment: Description of the server # perl-shell -#perl_shell: 127.0.0.1:13325 +#perl_shell: 127.0.0.1:13322 + +# 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) @@ -33,13 +58,6 @@ # if not specified, do neither #mlockall: 1 -# command privileges: schmorp may do teleport -# everybody can do summon and goto -#may_command_teleport: ["schmorp"] -#may_command_summon: 1 -#may_command_goto: 1 - # map reset times #map_max_reset: 7200 #map_default_reset: 3600 -