Muxconfig.vbs

From TinyMUX
Jump to navigation Jump to search

The title of this article is shown beginning with a capital letter due to technical restrictions. The correct title is muxconfig.vbs

This is the default muxconfig.vbs file from the TinyMUX 2.4.2.29. Check your specific version in the case of any differences.

'       muxconfig.vbs - constants for mux scripts
'
'       Change these variables as appropriate
'
bin      = ".\bin"
text     = ".\text"
data     = ".\data"
gamename = "netmux"
owner    = "mux_admin@your_site.your_domain"
'
'       If you use compression, uncomment this and put the extension here.
'
'compression=.gz
compression = ""
'
'       You should never need to change these.
'
new_db    = gamename & ".db.new" & compression
input_db  = gamename & ".db" & compression
gdbm_db   = gamename
crash_db  = gamename & ".db.CRASH"
save_db   = gamename & ".db.old" & compression
pidfile   = gamename & ".pid"

For those running TinyMUX on Unix, the equivalent of this file is mux.config.