pevhs.ch ~/tf2/nhcustom2/old_releases/v5/

This is the fifth version of nhcustom2.

It introduces a new syntax and new functionalities.
Flags must now be written at the start of statements,
and replace the colon that was used to separate
multiple statements.

As an example, update:foo:hat:!bar needs to be
changed to update:foo!hat:bar

The add flag + has been added. It is simply what must
be put between two statements if no other flag is used.

Parentheses can now be used to compartmentalize
statements. This allows (for example) to filter
statements based on multiple parameters (see the
"Parentheses" section in the README).

Special characters ! + } ( ) \ that must be written
literally must be escaped with a backslash, or the
string can be quoted. Note that if the quoted string
must contain a literal quote ", then it must be written
twice ("").