prevnext   » SZS: Wiimms SZS Tools » wbmgt: Wiimms BMG Tool » wbmgt mix

wbmgt mix

Read the entered BMG files (text, binary or szs sub file) and print them as decoded text files to standard output. All BMG files of every archives (SZS,...) are read. The output of all source files is combined and strings of later source files override prior defined strings.

Contents

1.   Syntax

wbmgt MIX [source]...

2.   Options

Options
Option Param Description
-H --no-header Suppress the syntax information section in BMG text files.
-B --brief If set, the information header in decoded text files is suppressed (for historical reasons same as --no-header). If set at least twice, all comments are suppressed and the output is packed without empty lines. If set 3 times, the #BMG-TXT file indentification is also suppressed.
-1 --single-line If set, don't print continuation lines for BMG text output. If set twice, print only single text lines but not value lines.
--no-bmg-color If set, suppress the output of '\c{color}}' escape sequences for colors definitions in BMG text output to be compatible with old versions of the tools.
-l --long Print long numeric message IDs instead of alternative message names like Txx, Uxx or Mxx.
-X --export Enable the export modus and create small and machine readable text files for easy post processing. The option works similar like -HBl11 for BMG text files.
-i --ignore Ignore non existing source files without warning.
-P --patch-bmg mode=file This option specifies a BMG patch mode. Some of the modes need a file name of a patch file (raw or text BMG), both separated by an equal sign. Modes with required file names are PRINT, REPLACE, INSERT, OVERWRITE, DELETE, MASK, EQUAL and NONEQUAL. Standalone modes are ID, ID-ALL, CT-COPY and CT-FILL. Unique abbreviations are allowed. If this option is used multiple times, all patch files will be processed in the entered order. --patch is a short cut.
--msg list If this option is set, the BMG messages are filtered by this list. Only enabled messages are exported to the ouput BMG file (binary or text).

The parameter is a list of message ids (short MID, 'Txx' or 'Uxx' or Mxx' or hex number) or message ranges (MID:MID) or one of the keywords NONE, PARAM, CUPS, TRACKS, ARENAS, CHAT, CTCODE or ALL. If an element is preceeded by a minus sign, it is removed from the list.