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.6 by root, Wed May 16 12:22:18 2007 UTC vs.
Revision 1.13 by root, Thu Nov 29 10:11:59 2012 UTC

1# Extended Crossfire Configuration 1# Extended Deliantra Configuration
2#hiscore_url: http://where.you.put.your.hiscores
3
4# on which host/port combos to listen (e.g. ["::"], 13327] for ipv6)
5#bind_addresses: [["0", 13327]]
6
7# if you modify the sources you *need* to update these URLs
8# according to the instructions given in ext/affero.ext.
9#source_url_tar: http://dist.schmorp.de/deliantra/
10#source_url_cvs: http://software.schmorp.de/pkg/cf.schmorp.de.html
2 11
3# client editor support 12# client editor support
4#editor_servertype: test 13#editor_servertype: test
5#editor_gameserver: crossfire.schmorp.de 14#editor_gameserver: gameserver.deliantra.net
6#editor_testserver: cftest.schmorp.de:24 15#editor_testserver: testserver.deliantra.net:24
7#editor_cvs_root: http://cvs.schmorp.de/cf.schmorp.de/maps/ 16#editor_cvs_root: http://cvs.schmorp.de/cf.schmorp.de/maps/
8#editor_lib_root: http://cf.schmorp.de/lib/ 17#editor_lib_root: http://cf.schmorp.de/lib/
9#editor_upload: http://cf.schmorp.de/upload 18#editor_upload: http://cf.schmorp.de/upload
10 19
11# irc bot support 20# irc bot support
12#irc_server: localhost 21#irc_server: localhost
13#irc_port: 6667 22#irc_port: 6667
14#irc_nick: cfbot 23#irc_nick: cfbot
15#irc_chan: "#cf" 24#irc_chan: "#cf"
16 25
26# maximum time a player might disconnect without a savebed
27# before being killed
28#max_disconnect_time: 3600
29
17# restart automatically when server uses more than 1g of ram: 30# restart automatically when server uses more than 1g of ram:
18#checkrusage: { vmsize: 1000000000 } 31#checkrusage: { vmsize: 1000000000 }
19 32
20# command privileges: who can do what in addition to normal user commands. 33# command privileges: who can do what in addition to normal user commands.
21# Example: schmorp and elmex may do teleport, reset and will see 34# Example: schmorp and elmex may do dm, teleport, reset and will see
22# ip addresses in the who command 35# ip addresses in the who command
23# everybody can do summon, goto, wizlook, wizpass and wizcast 36# everybody can do summon, goto, wizlook, wizpass and wizcast
37#may_command_dm: ["schmorp"]
24#may_command_teleport: ["schmorp"] 38#may_command_teleport: ["schmorp"]
25#may_command_summon: 1 39#may_command_summon: 1
26#may_command_goto: 1 40#may_command_goto: 1
27#may_command_reset: ["schmorp", "elmex"] 41#may_command_reset: ["schmorp", "elmex"]
28#may_command_wizlook: 1 42#may_command_wizlook: 1
41#metaserver_metaserver: 65.193.17.203:13326 55#metaserver_metaserver: 65.193.17.203:13326
42#metaserver_servername: misconfigured.tld 56#metaserver_servername: misconfigured.tld
43#metaserver_serveraddr: misconfigured.tld 57#metaserver_serveraddr: misconfigured.tld
44#metaserver_comment: Description of the server 58#metaserver_comment: Description of the server
45 59
60# metaserver 2 configuration
61#archbase: TRT
62#codebase: TRT
63#mapbase: TRT
64#metaserver2_urls: ["http://crossfire.real-time.com/metaserver2/meta_update.php"]
65#metaserver2_html_comment: "<b>I have not configured my server, please block me.</b>"
66#metaserver2_text_comment: "please avoid me, I am broken"
67#metaserver2_flags: K
68#metaserver2_hostname: server.example.net
69#metaserver2_port: 13327
70
46# perl-shell 71# perl-shell
47#perl_shell: 127.0.0.1:13322 72#perl_shell: 127.0.0.1:13322
48 73
49# perl-boni 74# perl-boni
50#ext_bonus: 1 75#ext_bonus: 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines