[Tinymux] function invocation limit
nails at mushpark.com
nails at mushpark.com
Sat Jul 2 22:10:47 EDT 2005
Okay, back up a second-
You say this file is 'eternalnights.conf', yes? before, you had mentioned
netmux.conf. What exactly are we dealing with here?
In the file 'mux.config', is the GAMENAME variable set to 'eternalnights'?
If this is NOT the case, and GAMENAME is set to 'netmux', this conf file
will not be used.
If this IS the case, you have a potentially serious issue on your hands,
in that the database filenames are out of sync between mux.config and
eternalnights.conf. mux.config defines several filenames using GAMENAME
as the base, but in the file you included, files are using 'netmux' as the
base. A situation like this can lead to a loss of data.
If you decide to you change GAMENAME in mux.config, you need to first
create the new <gamename>.conf file, usually by copying or renaming the
netmux.conf file. But you *also* need to edit the new file to change all
instance of 'netmux' to the new GAMENAME setting.
Where you have:
> input_database data/netmux.db
> output_database data/netmux.db.new
> crash_database data/netmux.db.CRASH
> game_dir_file data/netmux.dir
> game_pag_file data/netmux.pag
It should be:
input_database data/eternalnights.db
output_database data/eternalnights.db.new
crash_database data/eternalnights.db.CRASH
game_dir_file data/eternalnights.dir
game_pag_file data/eternalnights.pag
So... either mux.config has GAMENAME=netmux, and you use netmux.conf for
your game config.... or mux.config has GAMENAME=eternalnights, and you use
eternalnights.conf with the appropriate database names.
What, then, is your GAMENAME set to?
-nails
On Sat, 2 Jul 2005, Alshandra wrote:
> input_database data/netmux.db
> output_database data/netmux.db.new
> crash_database data/netmux.db.CRASH
> game_dir_file data/netmux.dir
> game_pag_file data/netmux.pag
> mail_database data/mail.db
> comsys_database data/comsys.db
>
> article_rule an ^[aeiou]
> article_rule an ^he(ir|rb)
> article_rule an ^ho(mag|nest|no|ur)
> article_rule an ^un
> article_rule a ^unanim(ous|ity)
> article_rule a ^uni([acflopqtvx]|dim|dir|sex|son)
> article_rule a ^u[bcfhjkqrst][aeiou]
> article_rule a ^e[uw]
> article_rule a ^onc?e[-\ ]?
> article_rule a ^[aeiou][.-]
> article_rule an ^y[lt]
>
> port 6060
> mud_name eternalnights
>
> raw_helpfile help text/help
> raw_helpfile wizhelp text/wizhelp
> access wizhelp wizard
>
> include alias.conf
> include compat.conf
>
> master_room #2
> access @function wizard
> access @function/privileged wizard
> helpfile +help text/plushelp
> helpfile +shelp text/staffhelp
> access +shelp staff
> function_invocation_limit 75000
> ^<<< copy of eternalnights.conf....still has issues....
>
More information about the Tinymux
mailing list