Skip to content

Unpick Format

Daomephsta edited this page Apr 3, 2021 · 1 revision

This page documents the .unpick format used by DataDrivenConstantMapper.

The format consists of a format version specifier on the first line, followed by zero or more instructions, each on a new line. The format is case-sensitive.
Valid version specifiers are v1 & v2.

Each line can have one comment, which is started with a # character, and ends at the end of the line. Comments are ignored by the parser. Instructions consist of one of more tokens separated by whitespace, the first token is the name of the instruction.

V1 is an old version of the .unpick format which never saw widespread use.
Valid instructions for v1
Valid instructions for v2

Clone this wiki locally