Next: , Previous: Top, Up: Top



1 Programs

1.1 new_moz

*** Unfinished

new_moz creates an entirely new MOZ database, destroying anything that was there before.

1.2 moz

*** Unfinished

moz is the normal MOZ program.

1.3 Command Line Arguments

Both moz and new_moz take the same command line arguments, except that only new_moz takes the –quiet argument.

— Argument: –debug

Specifies the level of debugging. Values are debug, info, warn, error, and critical.

The default is warn. For whatever level is selected, that level of log message and above (above meaning "less verbose" or "more severe") are printed.

— Argument: –port

Specifies the port to make available for player connections.

— Argument: –rootdir

Specifies the directory to find the MOZ data files in, i.e. the directory above db/ and classes/ and functors/.

— Argument: –quiet

Used only by new_moz, causes new_moz to not complain about how you're about to destroy everything.

— Argument: –sync-delay

Defines the delay between automatic synchronization of the database.